

function myMenuDir()
{
	return "LTR";
}

function myMenuCT()
{
	
	return false;
}

function myjal()
{
	this.items = new Array();
	var n = 0;
	this.items[n++] = new myPage('Product Information: Overview', '/myjal.overview.aspx', '', '', '_S1_Node2_S1_Node1');
	this.items[n++] = new myPage('How to Buy', '/myjal.howtobuy.aspx', '', '', '_S1_Node2_S1_Node2');
	this.items[n++] = new myPage('Features', '/myjal.features.aspx', '', '', '_S1_Node2_S1_Node3');
	this.items[n++] = new myPage('Download Trial Version', '/library/my_files/mjsetup.exe', '', '', '_S1_Node2_S1_Node4');
	this.items[n++] = new myPage('System Requirements', '/myjal.requirements.aspx', '', '', '_S1_Node2_S1_Node5');
}

function m3()
{
	this.items = new Array();
	var n = 0;
	this.items[n++] = new myPage('Why MyMobile Media?', '/m3.why.aspx', '', '', '_S1_Node3_S1_Node1');
	this.items[n++] = new myPage('Download Free Media', '/m3.download.aspx', '', '', '_S1_Node3_S1_Node2');
    this.items[n++] = new myPage('How to Buy', '/m3.howtobuy.aspx', '', '', '_S1_Node3_S1_Node3');
    
}

function productsupport()
{
	this.items = new Array();
	var n = 0;
	this.items[n++] = new myPage('Pre-Sales Support', '/eticket.pre-sales.aspx', '', '', '_S1_Node4_S1_Node1');
	this.items[n++] = new myPage('Customer Support', '/eticket.customer.aspx', '', '', '_S1_Node4_S1_Node2');
}
