


	var Default=new Array()
		Default[0]=new Option("-- Select destination language --","")
		
	var Dutch=new Array()
		Dutch[0]=new Option("-- Select destination language --","")
		Dutch[1]=new Option("English","70")

	var English=new Array()
		English[0]=new Option("-- Select destination language --","")
		English[1]=new Option("Arabic","47")
		English[2]=new Option("Chinese (simple)","63")
		English[3]=new Option("Chinese (Traditional)","64")
		English[4]=new Option("Czech","72")
		English[5]=new Option("Danish","60")
		English[6]=new Option("French","43")
		English[7]=new Option("German","42")
		English[8]=new Option("Greek","67")
		//English[9]=new Option("Hebrew","40")
		English[9]=new Option("Hungarian","69")
		English[10]=new Option("Italian","46")
		English[11]=new Option("Japanese","65")
		English[12]=new Option("Korean","66")
		English[13]=new Option("Polish","71")
		English[14]=new Option("Portuguese","61")
		English[15]=new Option("Russian","40")
		English[16]=new Option("Slovenian","68")
		English[17]=new Option("Spanish","41")
		English[18]=new Option("Swedish","62")
		

	var French=new Array()
		French[0]=new Option("-- Select destination language --","")
		French[1]=new Option("German","44")
		French[2]=new Option("English","43")

	var German=new Array()
		German[0]=new Option("-- Select destination language --","")
		German[1]=new Option("French","44")
		German[2]=new Option("Spanish","45")
		German[3]=new Option("English","42")

	var Italian=new Array()
		Italian[0]=new Option("-- Select destination language --","")
		Italian[1]=new Option("English","46")

	var Spanish=new Array()
		Spanish[0]=new Option("-- Select destination language --","")
		Spanish[1]=new Option("German","45")
		Spanish[2]=new Option("English","41")


	//var cacheobj=document.destform.product

	function unpopulate(){//Empty destform
		for (m=document.destform.product.options.length-1;m>0;m--)
			document.destform.product.options[m]=null;
	}
	function populate(){//Populate destform based on sourceform selection.
    	    x = document.sourceform.source.options[document.getElementById("source").selectedIndex].value;
			unpopulate();
			selectedarray=eval(x);
		for (i=0;i<selectedarray.length;i++)
			document.destform.product.options[i]=new Option(selectedarray[i].text,selectedarray[i].value);
			document.destform.product.options[0].selected=true;
		}

	function populate2(){
        
		var x=sourceform2.source.options[sourceform2.source.selectedIndex].value;
		for (m=document.destform2.product.options.length-1;m>0;m--)
			document.destform2.product.options[m]=null;
			selectedarray=eval(x);
		for (i=0;i<selectedarray.length;i++)
			document.destform2.product.options[i]=new Option(selectedarray[i].text,selectedarray[i].value);
			document.destform2.product.options[0].selected=true;
		}


	//show default - moved to page bottom.

	function checkForm()
	{
		if(document.destform.product.options[0].selected)
		{
			alert('Please select destination language');
			return false;
		}
		return true;
	}

	function checkForm2()
	{
		if(document.destform2.product.options[0].selected)
		{
			alert('Please select destination language');
			return false;
		}
		return true;
	}
	
	function openWin( windowURL, windowName, windowFeatures ) { 
		return window.open( windowURL, windowName, windowFeatures ) ; 
	} 

function Sub(form)
{
   
    document.getElementById(form).submit();

}
function popReadMore(product){
	  popurl="_sys/EN/textPop.htm?product="+product;
	  mywindow = window.open (popurl,"_blank",'read_more',"status=0, toolbar=0, location=0, menubar=0, directories=0, resizable=0, scrollbars=0,width=600,height=600 ");
	  //mywindow.moveTo(20,20);
	  mywindow.focus();
	  return false;
	}
	window.onload=function(){
	styleBox('toBox')
	}
	function popReadMorePage(af){
	  popurl="readMore.asp?af="+af;
	  mywindow = window.open (popurl,'read_more_page',"status=0, toolbar=0, location=0, menubar=0, directories=0, resizable=0, scrollbars=0,width=800,height=300");
	  //mywindow.moveTo(20,20);
	  mywindow.focus();
	  return false;
	}
	window.onload=function(){
	styleBox('toBox')
	
	}
	
	function popReadMorePage(af){
	  popurl="pop_faq.asp?af="+af;
	  mywindow = window.open (popurl,'pop_faq_page',"status=0, toolbar=0, location=0, menubar=0, directories=0, resizable=0, scrollbars=1,width=800,height=600");
	  //mywindow.moveTo(20,20);
	  mywindow.focus();
	  return false;
	}
	window.onload=function(){
	styleBox('toBox')
	
	}