msg="Welcome to Mittal Brothers, Pune. Tel: +91-20-25531474, +91-20-25531655 ";

spacer="...   ...";

pos=0;

function ScrollMessage()

{

window.status=msg.substring(pos,msg.length)+spacer+msg.substring(0,pos);

pos++;

if (pos>msg.length) pos=0;

window.setTimeout("ScrollMessage()",500);

}

ScrollMessage();




// JavaScript Document

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
	left=0;
	openstyle="down";
	orientation="horizontal";
	itemwidth=0;
	style=menuStyle;
	top=0;
		
	position="relative";
	

aI("image=images/buttons/home_normal.jpg;overimage=images/buttons/home_over.jpg;url=http://www.mittalbrothers.com;");
aI("showmenu=about;image=images/buttons/introduction_over.jpg;overimage=images/buttons/introduction_over.jpg;url=index.html;");
aI("image=images/buttons/gallery_normal.jpg;overimage=images/buttons/gallery_over.jpg;url=gallery.html;");
aI("image=images/buttons/floor_plan_normal.jpg;overimage=images/buttons/floor_plan_over.jpg;url=floorplan.html;");
aI("image=images/buttons/location_map_normal.jpg;overimage=images/buttons/location_map_over.jpg;url=location_map.html;");
aI("image=images/buttons/enquiry_over.jpg;overimage=images/buttons/enquiry_normal.jpg;url=enquiry.html;");
aI("image=images/buttons/contact_normal.jpg;overimage=images/buttons/contact_over.jpg;url=contact_us.html;");

}
drawMenus();
