function fwLoadMenus() {
// The function "MENU" has the following parameters : Menu(label, menu width, menu height, font, font size, font color, font hilight color, background color, hilight background color)
  if (window.fw_menu_0) return;
// Menu for Info About Section ("#ffffff","#ffdda9","#ffb94f","#000000")
//***************************************************************************************
  
       
	window.fw_menu_0_9 = new Menu("Your Questions Answered",185,17,"Verdana, Arial, Helvetica, sans-serif",11,hexFColor,hexFHColor,hexBgColor,hexBgHColor,imgPath);
	fw_menu_0_9.addMenuItem("Booking an English Course","location='/En/01Studying_English_in_the_UK/09Your_Questions_Answered/01Booking_an_English_Course.asp'");
	fw_menu_0_9.addMenuItem("Finance and Money Matters","location='/En/01Studying_English_in_the_UK/09Your_Questions_Answered/02Finance_and_Money_Matters.asp'");
	fw_menu_0_9.addMenuItem("Immigration and Visas","location='/En/01Studying_English_in_the_UK/09Your_Questions_Answered/03Immigration_and_Visas.asp'");
	fw_menu_0_9.addMenuItem("Working in the UK","location='/En/01Studying_English_in_the_UK/09Your_Questions_Answered/04Working_in_the_UK.asp'");
	fw_menu_0_9.addMenuItem("General","location='/En/01Studying_English_in_the_UK/09Your_Questions_Answered/05General.asp'");

	//Main Menu   
	window.fw_menu_0 = new Menu("root",235,17,"Verdana, Arial, Helvetica, sans-serif",11,hexFColor,hexFHColor,hexBgColor,hexBgHColor,imgPath);
	fw_menu_0.addMenuItem("Studying English in the UK","location='/En/01Studying_English_in_the_UK/01Studying_English_in_the_UK.asp'");
	fw_menu_0.addMenuItem("English Language Schools in London","location='/En/01Studying_English_in_the_UK/02English_Language_Schools_in_London/'");
	fw_menu_0.addMenuItem("English Language Schools in Other UK Cities","location='/en/01Studying_English_in_the_UK/03English_Language_Schools_in_Other_UK_Cities/'");
	fw_menu_0.addMenuItem("Course Search","location='/En/01Studying_English_in_the_UK/04Course_Search.asp'");
	fw_menu_0.addMenuItem("Types of English Courses","location='/En/01Studying_English_in_the_UK/04Types_of_English_Courses.asp'");
	fw_menu_0.addMenuItem("Costs","location='/En/01Studying_English_in_the_UK/05Costs.asp'");
	fw_menu_0.addMenuItem("Special Offers","/En/01Studying_English_in_the_UK/06SpecialOffers.asp'");
	fw_menu_0.addMenuItem("How to Apply","location='/En/01Studying_English_in_the_UK/07How_to_Apply.asp'");
	fw_menu_0.addMenuItem("Student Visas","location='/En/01Studying_English_in_the_UK/08Student_Visas.asp'");
	fw_menu_0.addMenuItem(fw_menu_0_9,"location='/En/01Studying_English_in_the_UK/09Your_Questions_Answered/'");
	fw_menu_0.addMenuItem("Useful Links","location='/En/01Studying_English_in_the_UK/10Useful_Links.asp'");
	fw_menu_0.hideOnMouseOut=true;

   //Menu for Info For
   window.fw_menu_2_1 = new Menu("Arriving in the UK ",180,17,"Verdana, Arial, Helvetica, sans-serif",11,hexFColor,hexFHColor,hexBgColor,hexBgHColor,imgPath);
   fw_menu_2_1.addMenuItem("Arriving in the UK","location='/En/02Living_in_the_UK/02Arriving_in_the_UK/01Arriving_in_the_UK.asp'");
   fw_menu_2_1.addMenuItem("Immigration Control","location='/En/02Living_in_the_UK/02Arriving_in_the_UK/02Immigration_Control.asp'");
   fw_menu_2_1.addMenuItem("Luggage & Customs Control","location='/En/02Living_in_the_UK/02Arriving_in_the_UK/03Luggage_and_Customs_Control.asp'");
   fw_menu_2_1.addMenuItem("Onward Travel","location='/En/02Living_in_the_UK/02Arriving_in_the_UK/04Onward_Travel.asp'");
   fw_menu_2_1.hideOnMouseOut=true;
   
   window.fw_menu_2_2 = new Menu("Shopping In The UK ",150,17,"Verdana, Arial, Helvetica, sans-serif",11,hexFColor,hexFHColor,hexBgColor,hexBgHColor,imgPath);
   fw_menu_2_2.addMenuItem("Shopping in the UK","location='/En/02Living_in_the_UK/09Shopping_In_The_UK/01Shopping_in_the_UK.asp'");
   fw_menu_2_2.addMenuItem("Commodity Price List","location='/En/02Living_in_the_UK/09Shopping_In_The_UK/02Commodity_Price_List.asp'");
   fw_menu_2_2.addMenuItem("Markets in the UK","location='/En/02Living_in_the_UK/09Shopping_In_The_UK/03Markets_in_the_UK.asp'");
   fw_menu_2_2.hideOnMouseOut=true;      
    
   window.fw_menu_2 = new Menu("root",150,17,"Verdana, Arial, Helvetica, sans-serif",11,hexFColor,hexFHColor,hexBgColor,hexBgHColor,imgPath);
   fw_menu_2.addMenuItem("UK Country Fact File","location='/En/02Living_in_the_UK/01UK_Country_Fact_File.asp'");
   fw_menu_2.addMenuItem(fw_menu_2_1,"location='/En/02Living_in_the_UK/02Arriving_in_the_UK/'");
   fw_menu_2.addMenuItem("Accommodation","location='/En/02Living_in_the_UK/03Accommodation.asp'");
   fw_menu_2.addMenuItem("Post Arrival Services","location='/En/02Living_in_the_UK/04Post_Arrival_Services.asp'");
   fw_menu_2.addMenuItem("City Guides","location='/En/02Living_in_the_UK/05City_Guides/'");
   fw_menu_2.addMenuItem("Travel in the UK","location='/En/02Living_in_the_UK/06Travel_in_the_UK.asp'");
   fw_menu_2.addMenuItem("UK Lifestyle","location='/En/02Living_in_the_UK/08UK_Lifestyle.asp'");
   fw_menu_2.addMenuItem(fw_menu_2_2,"location='/En/02Living_in_the_UK/09Shopping_In_The_UK/'");
   fw_menu_2.addMenuItem("Driving in the UK","location='/En/02Living_in_the_UK/10Driving_in_the_UK.asp'");
   fw_menu_2.addMenuItem("Climate in the UK","location='/En/02Living_in_the_UK/11Climate_in_the_UK.asp'");
   fw_menu_2.addMenuItem("Public Holidays","location='/En/02Living_in_the_UK/12Public_Holidays.asp'");
   fw_menu_2.hideOnMouseOut=true;
  
 
    window.fw_menu_3 = new Menu("root",157,17,"Verdana, Arial, Helvetica, sans-serif",11,hexFColor,hexFHColor,hexBgColor,hexBgHColor,imgPath);
    fw_menu_3.addMenuItem("Overview","location='/En/03About_Us/01Overview.asp'");
    fw_menu_3.addMenuItem("Why Apply Through Us","location='/En/03About_Us/02Why_Apply_Through_Us.asp'");
    fw_menu_3.addMenuItem("Meet Your Counsellor","location='/En/03About_Us/03Meet_Your_Counsellor.asp'");
    fw_menu_3.addMenuItem("Contact Us","location='/En/03About_Us/Contact_Us.asp'");
    fw_menu_3.hideOnMouseOut=true;
    fw_menu_3.childMenuIcon="http://server:92/images/arrows.gif";
    fw_menu_3.writeMenus();


}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
 var bName = navigator.appName;
 var bVer = parseInt(navigator.appVersion);
 var NS6 = (bName == "Netscape" && bVer >= 5);
 var NS4 = (bName == "Netscape" && bVer >= 4 && bVer < 5);
 var IE4 = (bName == "Microsoft Internet Explorer" && bVer >= 4);
 var NS3 = (bName == "Netscape" && bVer < 4);
 var IE3 = (bName == "Microsoft Internet Explorer" && bVer < 4);
 if (NS4) {intTop=intTop-1;}

// SHOW MENU
function imgPos(imgName){
 img = getImage(imgName);
 imgLeft = getImagePageLeft(img); // LEFT POSITION
 //intLeft=imgLeft
 //return imgLeft+intLeft;
return imgLeft;
}
function getImage(name) {
  if (NS4 || NS6) {
    return findImage(name, document);
  }
  if (IE4 || NS6)
    return eval('document.all.' + name);
  return null;
}

function findImage(name, doc) {
  var i, img;
  for (i = 0; i < doc.images.length; i++)
    if (doc.images[i].name == name)
      return doc.images[i];
  for (i = 0; i < doc.layers.length; i++)
    if ((img = findImage(name, doc.layers[i].document)) != null) {
      img.container = doc.layers[i];
      return img;
    }
  return null;
}

function getImagePageLeft(img) {
  var x, obj;
  if (NS4 || NS6) {
    if (img.container != null)
      return img.container.pageX + img.x - 1;
    else
      return img.x - 1;
  }
  if (IE4) {
    x = 0;
    obj = img;
    while (obj.offsetParent != null) {
      x += obj.offsetLeft;
      obj = obj.offsetParent;
    }
    x += obj.offsetLeft;
    return x;
  }
  return -1;
}

function getImagePageTop(img) {
  var y, obj;
  if (NS4 || NS6) {
    if (img.container != null)
      return img.container.pageY + img.y;
    else
      return img.y;
  }
  if (IE4) {
    y = 0;
    obj = img;
    while (obj.offsetParent != null) {
      y += obj.offsetTop;
      obj = obj.offsetParent;
    }
    y += obj.offsetTop;
    return y;
  }
  return -1;
}
  
