
//<SCRIPT language=JavaScript type=text/javascript>

    <!--
    window.onerror = null;
	ie=(document.all)?1:0;
	check=0;

//body (main) page file name declaration
var body1 = "services.html";
var body2 = "products.html";
var body3 = "about.html";
var body4 = "contact.html";
//end declaration

//side html
var side1 = "sideservices.html";
var side2 = "sideproducts.html";
var side3 = "sideabout.html";
var side4 = "sidecontact.html";
//end declaration
 
function showhide(k){

	if(k != 0)
	{
		parent.frames.body.location = eval("body"+k);
		parent.frames.side.location = eval("side"+k);
	}

}
showhide(0);
    //-->
 //</script>