// JavaScript Document
function click() 
{
if (event.button==2) 
{
alert(' Sorry The Right Button Has Been Blocked !');
}
}
document.onmousedown=click

msg=":: Welcome to GICareer::";

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/education_in_uk.jpg;overimage=images/buttons/education_in_uk_h.jpg;showmenu=education_in_uk;url=benefit_studing_uk.asp;");
aI("image=images/buttons/menu_divider.jpg");
aI("image=images/buttons/universities_we_represent.jpg;overimage=images/buttons/universities_we_represent_h.jpg;showmenu=;url=universities_we_represent_in_uk.asp;");
aI("image=images/buttons/menu_divider.jpg");
aI("image=images/buttons/IELTS.jpg;overimage=images/buttons/IELTS_h.jpg;showmenu=IELTS;url=ielts_training.asp;");
aI("image=images/buttons/menu_divider.jpg");
aI("image=images/buttons/study_in_other_country.jpg;overimage=images/buttons/study_in_other_country_h.jpg;;url=study_other_countries.asp;");
aI("image=images/buttons/menu_divider.jpg");
aI("image=images/buttons/gallery.jpg;overimage=images/buttons/gallery_h.jpg;url=gallery.aspx;");
aI("image=images/buttons/menu_divider.jpg");
aI("image=images/buttons/contacts.jpg;overimage=images/buttons/contacts_h.jpg;url=contact_us.asp;showmenu=contacts");
aI("image=images/buttons/menu_divider.jpg");
aI("image=images/buttons/about_gi.jpg;overimage=images/buttons/about_gi_h.jpg;showmenu=about_us;url=about_us.asp;");
aI("image=images/buttons/menu_divider.jpg");
/*aI("image=images/buttons/blog.jpg;overimage=images/buttons/blog_ho.jpg;url=http://gicblog/;");*/

}
drawMenus();

