
//*********************** MAIN NAVIGATION LAYOUT ***********************//
//**********************************************************************//

with(milonic=new menuname('Main Menu')){ 
	style=menuStyle2;
	orientation='vertical';
	alwaysvisible=1;
	menuwidth='220px';
	menualign="center";
	align="center";
	aI("text=PRESTIGE OVERVIEW;url=index.php?pageId=prestige-refrigeration;status=HOME;");
	aI("text=AG2HGUB;url=index.php?pageId=prestige-AG2HGUB;status=COMPANY OVERVIEW;");
	aI("text=AG2 temp mini;url=index.php?pageId=prestige-AG2tempmini;status=PRESTIGE REFRIGERATION;");
	aI("text=AG2 temp;url=index.php?pageId=prestige-AG2temp;status=MEDICAL REFRIGERATION;");
	aI("text=AG2 temp tall;url=index.php?pageId=prestige-AG2temptall;status=WATER CHILLERS;");
	aI("text=CUSTOM MADE;url=index.php?pageId=prestige-custommade;status=CUSTOM MADE;");
}
drawMenus();

