function fwLoadMenus() 
{
var cookie,levelstr,len;
cookie=document.cookie
len=cookie.lastIndexOf("level=")
levelstr=cookie.substr(len+6,1)


  if (window.fw_menu_0) return;
    
 
    window.fw_menu_0 = new Menu("root",110,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#3399FF","#ffffff","#ffffff");
    fw_menu_0.addMenuItem("Business Lands","location='http://www.businesslands.com/english/company/company.htm'"); 
    fw_menu_0.addMenuItem("Careers","location='http://www.businesslands.com/english/company/careers.htm'"); 
    fw_menu_0.addMenuItem("24-Hour Shift","location='http://www.businesslands.com/english/company/fullshift.htm'");
	fw_menu_0.addMenuItem("Special Services","location='http://www.businesslands.com/english/company/special_services.htm'");
	fw_menu_0.addMenuItem("Billing Policy","location='http://www.businesslands.com/english/company/billing_policy.htm'");
	fw_menu_0.addMenuItem("Contact Us","location='http://www.businesslands.com/english/contacts/contact_us.htm'");
    fw_menu_0.fontWeight="normal";
    fw_menu_0.hideOnMouseOut=true;
    fw_menu_0.childMenuIcon="/images/shared/bullet.dropdownarrow.gif";
   
    window.fw_menu_1 = new Menu("root",180,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#3399FF","#ffffff","#ffffff");
    fw_menu_1.addMenuItem("European Markets Research","location='http://www.businesslands.com/english/europe/markets.htm'");
    fw_menu_1.addMenuItem("European Partners Screening","location='http://www.businesslands.com/english/europe/partners.htm'");
    fw_menu_1.addMenuItem("Setup a Commercial Network","location='http://www.businesslands.com/english/europe/network.htm'");
    fw_menu_1.addMenuItem("Open an European Office","location='http://www.businesslands.com/english/europe/european_office.htm'");
    fw_menu_1.addMenuItem("Conf. Calls, Interpreting","location='http://www.businesslands.com/english/europe/translations.htm'");
	fw_menu_1.addMenuItem("European Trips Setups","location='http://www.businesslands.com/english/europe/business_trips.htm'");
    fw_menu_1.addMenuItem("Apply for European Fundings","location='http://www.businesslands.com/english/europe/european_fundings.htm'");
	fw_menu_1.fontWeight="normal";
    fw_menu_1.hideOnMouseOut=true;
    fw_menu_1.childMenuIcon="/images/shared/bullet.dropdownarrow.gif";

    window.fw_menu_2 = new Menu("root", 160,17,"Verdana, Arial, Helvetica, sans-serif",9,"#000000","#3399FF","#ffffff","#ffffff");
    fw_menu_2.addMenuItem("Project Feasability Study","location='http://www.businesslands.com/english/asia/feasability.htm'");
    fw_menu_2.addMenuItem("Business Intelligence","location='http://www.businesslands.com/english/asia/intelligence.htm'");
    fw_menu_2.addMenuItem("Representative Office Setup","location='http://www.businesslands.com/english/asia/representative_office.htm'");
    fw_menu_2.addMenuItem("W.O.F.E. Setup","location='http://www.businesslands.com/english/asia/wofe.htm'");
    fw_menu_2.addMenuItem("Joint Venture Guidance","location='http://www.businesslands.com/english/asia/joint_venture.htm'");
    fw_menu_2.addMenuItem("Advisory on Tax, Regulations","location='http://www.businesslands.com/english/asia/regulations.htm'");
    fw_menu_2.addMenuItem("Recruitement, Staffing","location='http://www.businesslands.com/english/asia/recruitments.htm'");
   fw_menu_2.addMenuItem("Translation and Interpreting","location='http://www.businesslands.com/english/asia/translations.htm'");
   fw_menu_2.addMenuItem("China Business Trip Setups","location='http://www.businesslands.com/english/asia/business_trips.htm'");
    fw_menu_2.fontWeight="normal";
    fw_menu_2.hideOnMouseOut=true;
 
    fw_menu_2.writeMenus();
} // fwLoadMenus()

// stop hiding -->

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];}}


function GetItem()
{
	var j;
	var sObj;
	for (j=0;j<=document.movedata.select1.length-1;j++)
{

if (document.movedata.select1.options[j].selected)
{		
    
	if(j== -1)
	return;
		
	sObj=document.createElement("option");
    sObj.text=movedata.select1.options[j].text
	sObj.value=movedata.select1.options[j].value
if (sObj.value!="")
{
movedata.select2.add(sObj);
movedata.select1.remove(j);
j-=1;
                     }
     }
  }
  movedata.select1.selectedIndex=-1;
}

function GetAllItem()
{
	var j;
	var sObj;
	for (j=0;j<=document.movedata.select1.length-1;j++)
{


	if(j== -1)
	return;
		
	sObj=document.createElement("option");
    sObj.text=movedata.select1.options[j].text
	sObj.value=movedata.select1.options[j].value
if (sObj.value!="")
{
movedata.select2.add(sObj);
movedata.select1.remove(j);
j-=1;
                     }
     }

  movedata.select1.selectedIndex=-1;
}
	
function RemoveItem()
{
var i,ss1,j;
	var sObj1;
	var len;
        var str;
	for (j=0;j<=document.movedata.select2.length-1;j++)
		 {
		  if (document.movedata.select2.options[j].selected) 
			{
			if(j== -1)
			return false;
	sObj=document.createElement("option");
	sObj.text=movedata.select2.options[j].text
	sObj.value=movedata.select2.options[j].value
 movedata.select1.add(sObj);
 movedata.select2.remove(j);
 j-=1
 }
 }	
}

function RemoveAllItem()
{
var i,ss1,j;
	var sObj1;
	var len;
        var str;
	for (j=0;j<=document.movedata.select2.length-1;j++)
		 {
		 
			if(j== -1)
			return false;
	sObj=document.createElement("option");
	sObj.text=movedata.select2.options[j].text
	sObj.value=movedata.select2.options[j].value
 movedata.select1.add(sObj);
 movedata.select2.remove(j);
 j-=1
 }
 	
}

function UpItem()
{
	var j;
	var sObj;
    var len=document.movedata.select2.length-1;
	for (j=0;j<=len;j++)
      {
         
        if (document.movedata.select2.options[j].selected)	
             {
             if (j <= 0)
				return;
                 sObj=document.createElement("option");
			     sObj.text = movedata.select2.options[j].text;
			     sObj.value = movedata.select2.options[j].value;
			       if (sObj.value!="")
                     {
                          movedata.select2.options[j]=null;
			              movedata.select2.add(sObj,j-1);
			              movedata.select2.options[j-1].selected=1;
                          j-=1;
		             }
		     }
       }             
}

function DownItem()
{
	 var i;
	 var sObj;
	 var len=document.movedata.select2.length-1;
	 for (i=len;i>=0;i--)
		 {

		      if (document.movedata.select2.options[i].selected)
		         {
		          if (i >= len)
		               return;
		                sObj=document.createElement("option");
			            sObj.text = movedata.select2.options[i].text;
			            sObj.value = movedata.select2.options[i].value;
			               if (sObj.value!="")
			                  {
			                    movedata.select2.remove(i);
			                    movedata.select2.add(sObj,i+1);
			                    movedata.select2.options[i+1].selected=1;
                                i+=1;
                               }
                  }
          }
}


function GetReportItem()
{
	var j;
	var sObj;
	for (j=0;j<=document.movedata.select1.length-1;j++)
{

if (document.movedata.select1.options[j].selected)
{		
    
	if(j== -1)
	return;
		
	sObj=document.createElement("option");
    sObj.text=movedata.select1.options[j].text
	sObj.value=movedata.select1.options[j].value
if (sObj.value!="")
{
  if(movedata.method[0].checked==true){
    movedata.select2.add(sObj);}
  if(movedata.method[1].checked==true){
    movedata.select3.add(sObj);}
  if(movedata.method[2].checked==true){
    movedata.select4.add(sObj);}

movedata.select1.remove(j);
j-=1;
                     }
     }
  }
  movedata.select1.selectedIndex=-1
}

function GetAllReportItem()
{
	var j;
	var sObj;
	for (j=0;j<=document.movedata.select1.length-1;j++)
{


	if(j== -1)
	return;
		
	sObj=document.createElement("option");
    sObj.text=movedata.select1.options[j].text
	sObj.value=movedata.select1.options[j].value
if (sObj.value!="")
{
  if(movedata.method[0].checked==true){
    movedata.select2.add(sObj);}
  if(movedata.method[1].checked==true){
    movedata.select3.add(sObj);}
  if(movedata.method[2].checked==true){
    movedata.select4.add(sObj);}

  movedata.select1.remove(j);

j-=1;
                     }
     }

  movedata.select1.selectedIndex=-1;
}

function RemoveReportItem()
{
var i,ss1,j;
	var sObj1;
	var len;
        var str;

if(movedata.method[0].checked==true){

	for (j=0;j<=document.movedata.select2.length-1;j++)
		 {
		  if (document.movedata.select2.options[j].selected) 
			{
			if(j== -1)
			return false;
	sObj=document.createElement("option");
	sObj.text=movedata.select2.options[j].text
	sObj.value=movedata.select2.options[j].value
 movedata.select1.add(sObj);
 movedata.select2.remove(j);
 j-=1
 }
 }	}

if(movedata.method[1].checked==true){

	for (j=0;j<=document.movedata.select3.length-1;j++)
		 {
		  if (document.movedata.select3.options[j].selected) 
			{
			if(j== -1)
			return false;
	sObj=document.createElement("option");
	sObj.text=movedata.select3.options[j].text
	sObj.value=movedata.select3.options[j].value
 movedata.select1.add(sObj);
 movedata.select3.remove(j);
 j-=1
 }
 }	}

if(movedata.method[2].checked==true){

	for (j=0;j<=document.movedata.select4.length-1;j++)
		 {
		  if (document.movedata.select4.options[j].selected) 
			{
			if(j== -1)
			return false;
	sObj=document.createElement("option");
	sObj.text=movedata.select4.options[j].text
	sObj.value=movedata.select4.options[j].value
 movedata.select1.add(sObj);
 movedata.select4.remove(j);
 j-=1
 }
 }	}

}

function RemoveAllReportItem()
{
var i,ss1,j;
	var sObj1;
	var len;
        var str;

if(movedata.method[0].checked==true){
	for (j=0;j<=document.movedata.select2.length-1;j++)
		 {
		 
			if(j== -1)
			return false;
	sObj=document.createElement("option");
	sObj.text=movedata.select2.options[j].text
	sObj.value=movedata.select2.options[j].value
 movedata.select1.add(sObj);
 movedata.select2.remove(j);
 j-=1
 }}
 
if(movedata.method[1].checked==true){
	for (j=0;j<=document.movedata.select3.length-1;j++)
		 {
		 
			if(j== -1)
			return false;
	sObj=document.createElement("option");
	sObj.text=movedata.select3.options[j].text
	sObj.value=movedata.select3.options[j].value
 movedata.select1.add(sObj);
 movedata.select3.remove(j);
 j-=1
 }}

if(movedata.method[2].checked==true){
	for (j=0;j<=document.movedata.select4.length-1;j++)
		 {
		 
			if(j== -1)
			return false;
	sObj=document.createElement("option");
	sObj.text=movedata.select4.options[j].text
	sObj.value=movedata.select4.options[j].value
 movedata.select1.add(sObj);
 movedata.select4.remove(j);
 j-=1
 }}

}

function callwin(htmlurl,winname,scrollbars,resizable,width,height) {
window.open(htmlurl,winname,"toolbar=no,location=no,directories=no,status=no,menubar=no,left=0,top=0,scrollbars=" + scrollbars + ",resizable=" + resizable + ",width=" + width + ",height="  + height + "");
}