function AboutMenuHandler(iValue)
{
	window.location="about.asp?id="+(Number(iValue+(iValue==-1?2:1)));
	return false;
}

function ServicesMenuHandler(iValue)
{
	window.location="about.asp?id="+(Number(iValue+5));
	return false;
}

function InstallersMenuHandler(iValue)
{
	window.location="about.asp?id=9";
	return false;
}

function GuaranteesMenuHandler(iValue)
{
	if (iValue==-1)
	{
		window.location="about.asp?id=11";
	}
	else if (iValue<3)
	{
		window.location="about.asp?id="+(iValue+11);
	}
	else
	{
		window.location="about.asp?id="+(iValue+12);
	}
}

function StockistsMenuHandler(iValue)
{
	window.location="about.asp?id=10";
	return false;
}

oAboutMenu=new customMenu(new Array("Introduction","Division","Brands","Innovations"),"oAboutMenu","AboutMenuHandler",null,null,null,new Array());
oServicesMenu=new customMenu(new Array("Technical Services","PFI and PPP","Public Sector","Roof Asset Management"),"oServicesMenu","ServicesMenuHandler",null,null,null,new Array());
oInstallersMenu=new customMenu(new Array("Guaranteed Quality"),"oInstallersMenu","InstallersMenuHandler",null,null,null,new Array());
oGuaranteesMenu=new customMenu(new Array("Overview","Pro-Spec","Insurance Shield","Sure-Safe","Materials & Labour Guarantees","Materials Only Guarantees","FireSmart"),"oGuaranteesMenu","GuaranteesMenuHandler",null,null,null,new Array());
oStockistsMenu=new customMenu(new Array("Nationwide Availability"),"oStockistsMenu","StockistsMenuHandler",null,null,null,new Array());