// sitelet name and link to homepage

var siteletTitle = ['Sitelet title','/template/index.htm'];



// navigation arrays

var han_b_array = [
	["han_b_a", "Level 3 C168", "index.htm", null, 0],
	["han_b_b", "Level 3 L6", "index.htm", null, 0],
	["han_b_c", "Level 3 V3", "index.htm", null, 0]
];

var han_array = [
	["han_a", "Motorola L6", "index.htm", null, 0],
	["han_b", "Motorola C168 this is a test of a", "index.htm", han_b_array, 0],
	["han_c", "Motorola V3", "index.htm", null, 0],
	["han_l", "Motorola W220", "index.htm", null, 0],
	["han_e", "Nokia 2125", "index.htm", null, 0],
	["han_f", "Nokia 2610", "index.htm", null, 0],
	["han_g", "Sagem MyC2-3", "index.htm", null, 0],
	["han_i", "Sagem MyC5-2V", "index.htm", null, 0],
	["han_j", "Samsung A130", "index.htm", null, 0],
	["han_m", "Samsung E370", "index.htm", null, 0],
	["han_k", "Sony Ericsson Z300i", "index.htm", null, 0]
];

var off_array = [
	["off_g", "Freedom", "index.htm", null, 0],
	["off_a", "Every Call", "index.htm", null, 0],
	["off_b", "Daily Text", "index.htm", null, 0],
	["off_c", "1c Text", "index.htm", null, 0],
	["off_d", "Pre-Paid Cap", "index.htm", null, 0],
	["off_e", "Plus Packs", "index.htm", null, 0],
	["off_f", "Changing Offers", "index.htm", null, 0]
];

var cal_array = [
	["cal_a", "International Call Rates", "index.htm", null, 0]
];

var mes_array = [
	["mes_a", "Text Messaging", "index.htm", null, 0],
	["mes_b", "Picture Messaging", "index.htm", null, 0],
	["mes_c", "Online Text Buddy", "index.htm", null, 0],
	["mes_d", "MessageBank", "index.htm", null, 0]
];

var mor_array = [
	["mor_a", "BigPond Mobile Services", "index.htm", null, 0],
	["mor_b", "Sensis&reg; 1234", "index.htm", null, 0],
	["mor_c", "Mobile Fun", "index.htm", null, 0],
	["mor_d", "Pocket News", "index.htm", null, 0],
	["mor_e", "Pre-Paid i-mode&reg;", "index.htm", null, 0]
];

var oth_array = [
	["oth_a", "Coverage", "index.htm", null, 0],
	["oth_b", "Network Locking", "index.htm", null, 0],
	["oth_c", "Premium Services", "index.htm", null, 0],
	["oth_d", "User Guides", "index.htm", null, 0],
	["oth_e", "communic8", "index.htm", null, 0]
	
];

var pre_array = [
	["pre_a", "Benefits", "index.htm", null, 0],
	["pre_b", "Call Rates", "index.htm", null, 0],
	["pre_c", "Getting Connected", "index.htm", null, 0],
	["pre_d", "Recharging", "index.htm", null, 0]
];

var myp_array = [
	["myp_c", "Register", "index.htm", null, 0],
	["myp_d", "Login", "index.htm", null, 0],
	["myp_a", "My Pre-Paid Online", "index.htm", null, 0],
	["myp_b", "My Pre-Paid On Your Mobile", "index.htm", null, 0]
];

var rec_array = [
	["rec_a", "BPAY&reg;", "index.htm", null, 0]
];

var lhnavArray = [
	["hom", "Home", "index.htm", null, 0],
	["get", "Getting Started", "index.htm", null, 0],
	["myp", "My Pre-Paid", "index.htm", myp_array, 0],
	["han", "Handsets this is a test of ", "index.htm", han_array, 0],
	["off", "Latest Offers", "index.htm", off_array, 0],
	["cal", "Rates", "index.htm", cal_array, 0],
	["mes", "Messaging", "index.htm", mes_array, 0],
	["mor", "More Services", "index.htm", mor_array, 0],
	["rec", "Recharging", "index.htm", rec_array, 0],
	["oth", "Other Info", "index.htm", oth_array, 0],
	["pre", "Pre-Paid Home", "index.htm", pre_array, 0],
	["faq", "FAQs", "javascript:openFaqWindow('https://telstramobile.custhelp.com/cgi-bin/telstramobile.cfg/php/enduser/std_alp.php?p_sid=LoRAcPBh&p_lva=&p_li=&p_page=1&p_cv=&p_pv=2.48&p_prods=18%2C48&p_cats=&p_hidden_prods=&prod_lvl1=18&prod_lvl2=48&p_search_text=&p_new_search=1','FAQs','toolbar=yes,scrollbars=yes,resizable=yes,width=650,height=500')", null, 0],
	["new", "Plus News", "index.htm", null, 0],
	["con", "Contact Us", "index.htm", null, 0],
	["end", "", "", null, 0]
];


function openFaqWindow(theURL,winName,features) { 
	popWin = window.open(theURL,winName,features);
	popWin.focus();
}
