

var test="1";
var tableoffset=296;
var siteRoot = "/";
navBarSpacerSrc = siteRoot + "images/spacer.gif";
var cp = getWindowWidth() / 2;
enableReloadResize();


	//popStyleObj(iINDENT, iPAD, iSPACE, sTBG, sCBGA, sCBGB)
	popDefaultStyle = new popStyleObj(12, 3, 1, "#000000", "#FFFFFF", "#DE1731", "menuText", "menuTextOver");
	//addPopMenu(sID, iX, iY, iW, iH, iZ, oPOPSTYLEOBJ) 
	var anchorPoint = 112;

	//COMERCIAL


  	
		addPopMenu("news_com", cp - tableoffset + getLeft("navnews"), anchorPoint, 200, 300);
		
		addPopMenu("products_com", cp - tableoffset + getLeft("navproducts"), anchorPoint, 200, 300);
		
			addPopMenuItem("products_com", "products0_com", "ThermaClean Heating Oil","/residential/products/thermaclean_heating_oil/");
		
			addPopMenuItem("products_com", "products1_com", "Storage Tanks","/residential/products/storage_tanks/");
		
		addPopMenu("services_com", cp - tableoffset + getLeft("navservices"), anchorPoint, 200, 300);
		
			addPopMenuItem("services_com", "services0_com", "Delivery","/residential/services/delivery/");
		
			addPopMenuItem("services_com", "services1_com", "Inspection","/residential/services/inspection/");
		
		addPopMenu("about_us_com", cp - tableoffset + getLeft("navabout_us"), anchorPoint, 200, 300);
		
  
//Output Menus
//popDebug = true;
initPopMenu(window);


function getTop(id) {
	var el=document.getElementById(id).offsetTop;
} 

 function getWidth(id) {
var el=document.getElementById(id).offsetWidth;
return el;
}

function getHeight(id) {
var el=document.getElementById(id).offsetHeight;
return el;
} 

function getLeft(id) {
 var el=document.getElementById(id)
 if (el!=null)
 	return el.offsetLeft;
 else
 	return 0;
} 

/*getTop('navproducts');
getWidth('navproducts');
getHeight('navproducts');*/


