var sections = [];
sections.push({code:"company", name:"Company", landing:"_profile"});
sections.push({code:"solutions", name:"Solutions", landing:""});
sections.push({code:"customers", name:"Customers", landing:"_clientprofile"});
sections.push({code:"partners", name:"Partners", landing:"_ourpartners"});
sections.push({code:"newsevents", name:"News &amp; Events", landing:"_pressreleases"});
sections.push({code:"contactus", name:"Contact Us", landing:"_address"});

sitepath = "";
url = document.location.toString().split("/");
filename = url[url.length-1].split(".");
mainpic = header = filename[0];
if ((section == "company") || (section == "customers") || (section == "contactus")) {
	mainpic = section;
}
if (section == "search") {
	//sitepath = "http://www.nexwave.com.sg/";
	sitepath = "../telecoms/";
	mainpic = header = section;
}
//sitepath = "http://www.nexwave.com.sg/";
sitepath = "../telecoms/";

if (filename[0].indexOf("customers_casestudies") != -1) {
	header = "customers_casestudies";
} else if (filename[0].indexOf("newsevents_pressreleases") != -1) {
	mainpic = header = "newsevents_pressreleases";
}

document.writeln("<link rel='stylesheet' type='text/css' href='" + sitepath + "../style_nexwave.css'>");

function generate_icons_contactus() {
	document.writeln("<table border='0' cellspacing='0' cellpadding='0'>");
	document.writeln("<tr>");
	//RO 14/04/2006
	document.writeln("<td class='icon_text'><a href='"+sitepath+"contactus_requestinfo.html' class='icon_link'>Contact Us</a> &nbsp; </td>");
	document.writeln("<td><a href='"+sitepath+"contactus_requestinfo.html'><img src='" + sitepath + "../images/icon_contact.gif' width='13' height='11' vspace='2' border='0' /></a></td>");
	//End
	document.writeln("</tr>");
	document.writeln("</table>");
}