// JavaScript Document
function click() 
{
if (event.button==2) 
{
alert(' Sorry The Right Button Has Been Blocked !');
}
}
document.onmousedown=click



msg=":: Welcome to Sahir Projects ::";

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();


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
	left=291;
	openstyle="down";
	orientation="horizontal";
	itemwidth=0;
	style=menuStyle;
	top=47;
	
	position="relative";
	

aI("image=images/buttons/about_sahir_on.jpg;overimage=images/buttons/about_sahir_off.jpg;url=overview.html;showmenu=about_usmenu;");
aI("image=images/buttons/solutions_off.jpg;overimage=images/buttons/solutions_on.jpg;url=configurator.html;showmenu=solutions;");
aI("image=images/buttons/services_off.jpg;overimage=images/buttons/services_on.jpg;url=Software_Services.html;showmenu=services;");
aI("image=images/buttons/case_studies.jpg;overimage=images/buttons/case_studies_on.jpg;url=case_studies.html;");
aI("image=images/buttons/testimonials_off.jpg;overimage=images/buttons/testimonials_on.jpg;url=testimonials.html;");
aI("image=images/buttons/contact_off.jpg;overimage=images/buttons/contact_on.jpg;url=contact_us.html;");

}
drawMenus();

