window.onload = function () {
if ( Menu.unavailable ) return;

with ( new Menu("Business", "menucss", "menuovercss") ) {
addItem( "Cable TV", "Cable TV.html" );
}

with ( new Menu("home", "menucss", "menuovercss") ) {
addItem( "Softwares", "Software.html" );
addItem( "Ring Tones", "ring tones.html" );
addItem( "Mobile Games", "mobile games.html" );
addItem( "Requirements", "Requirment.html" );
addItem( "FAQ", "FAQ.html" );
addItem( "Compare", "Compare.html" );
addItem( "Residential Plans", "Residential Plans.html" );
addItem( "How to get Khetan", "how to get khetan.html" );
addItem( "Download Client", "CyberoamClientInstallation.exe" );
addItem( "Play Games", "Games.html" );
addItem( "Terms and Conditions", "Terms and Conditions.html" );
addItem( "Tools", "WindowsXP-KB835732-x86-ENU.EXE" );
}

with ( new Menu("about", "menucss", "menuovercss") ) {
addItem( "About Us", "About Us.html" );
addItem( "Careers", "About Us careere.html" );
}

}
function swapOn(imgName) {
document[ imgName ].src = imgName + "-on.gif";
}
function swapOff(imgName) {
document[ imgName ].src = imgName + "-off.gif";
}