	
	var winl1 = 0;
	var winl2 = 202;
	var winl3 = 404;
	var wint = 21;
	
	
	new ypSlideOutMenu("menu1", "down", winl1, wint, 200, 170)
	new ypSlideOutMenu("menu2", "down", winl2, wint, 200, 170)
	new ypSlideOutMenu("menu3", "down", winl3, wint, 200, 170)

if (document.images) {
img_company_on=new Image();
img_company_on.src="../images/menu/btn_company_on.gif";
img_company_off=new Image();
img_company_off.src="../images/menu/btn_company_off.gif";

img_services_on=new Image();
img_services_on.src="../images/menu/btn_services_on.gif";
img_services_off=new Image();
img_services_off.src="../images/menu/btn_services_off.gif";

img_contacts_on=new Image();
img_contacts_on.src="../images/menu/btn_contacts_on.gif";
img_contacts_off=new Image();
img_contacts_off.src="../images/menu/btn_contacts_off.gif";

}