function FillMassMenu(Names,Links) {
	var text = "<table width=100% cellpadding=0 cellspacing=0 border=0><tr><td height="+(MenuRowHeight)+"></td></tr>";
	for (counter in Names) {
		text += "<tr><td height=1><img src='images/point.jpg' height='1' width='1'></td></tr><tr><td class='menuLeft'>";
		if (Links[counter] == "") { text += Names[counter] }
		else { text += "<a href="+Links[counter]+" class='link'>"+Names[counter]+"</a>" }
		text +- "</td></tr>";
		
	}AboutUsNumber=parseInt(counter)+1;
	text += "</table>";
	return text;
}

DropMenus[0] = FillMassMenu(AbUsArrayName,AbUsArrayLink);
function DrawDivs()
{
	var text = '';

		text += '<div id="AboutUsDiv" onmouseover="isOnMouseOver=true;" onmouseout="isOnMouseOver=false;" style = "position: absolute; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;">';
		text += DropMenus[0];
		text += '</div>';
		
		
		for (counter in AustraliaName) {
		text += '<div id="AustraliaDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=AustraliaLink[counter] ;
		text += '" class="link">'
		text +=AustraliaName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		AustraliaNumber=parseInt(counter);
		}	
		
				for (counter in AustriaName) {
		text += '<div id="AustriaDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=AustriaLink[counter] ;
		text += '" class="link">'
		text +=AustriaName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		AustriaNumber=parseInt(counter);
		}		
		
				for (counter in BulgariaName) {
		text += '<div id="BulgariaDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=BulgariaLink[counter] ;
		text += '" class="link">'
		text +=BulgariaName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		BulgariaNumber=parseInt(counter);
		}	
			
				for (counter in GreatBritainName) {
		text += '<div id="GreatBritainDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=GreatBritainLink[counter] ;
		text += '" class="link">'
		text +=GreatBritainName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		GreatBritainNumber=parseInt(counter);
		}	
		
			for (counter in VietnamName) {
		text += '<div id="VietnamDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=VietnamLink[counter] ;
		text += '" class="link">'
		text +=VietnamName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		VietnamNumber=parseInt(counter);
		}	
		
		
			for (counter in HongKongName) {
		text += '<div id="HongKongDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=HongKongLink[counter] ;
		text += '" class="link">'
		text +=HongKongName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		HongKongNumber=parseInt(counter);
		}	
		
		
			
			for (counter in GreeceName) {
		text += '<div id="GreeceDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=GreeceLink[counter] ;
		text += '" class="link">'
		text +=GreeceName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		GreeceNumber=parseInt(counter);
		}		
		
		
			
			for (counter in EgyptName) {
		text += '<div id="EgyptDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=EgyptLink[counter] ;
		text += '" class="link">'
		text +=EgyptName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		EgyptNumber=parseInt(counter);
		}	
		
		
			
			for (counter in IsraelName) {
		text += '<div id="IsraelDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=IsraelLink[counter] ;
		text += '" class="link">'
		text +=IsraelName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		IsraelNumber=parseInt(counter);
		}	
		
		
			
			for (counter in IndonesiaName) {
		text += '<div id="IndonesiaDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=IndonesiaLink[counter] ;
		text += '" class="link">'
		text +=IndonesiaName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		IndonesiaNumber=parseInt(counter);
		}					
			
				
			
			for (counter in SpainName) {
		text += '<div id="SpainDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=SpainLink[counter] ;
		text += '" class="link">'
		text +=SpainName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		SpainNumber=parseInt(counter);
		}		
		
		
			
			for (counter in ItalyName) {
		text += '<div id="ItalyDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=ItalyLink[counter] ;
		text += '" class="link">'
		text +=ItalyName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		ItalyNumber=parseInt(counter);
		}	
		
		
			
			for (counter in ChinaName) {
		text += '<div id="ChinaDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=ChinaLink[counter] ;
		text += '" class="link">'
		text +=ChinaName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		ChinaNumber=parseInt(counter);
		}	
		
		
			
			for (counter in LatinAmericaName) {
		text += '<div id="LatinAmericaDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=LatinAmericaLink[counter] ;
		text += '" class="link">'
		text +=LatinAmericaName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		LatinAmericaNumber=parseInt(counter);
		}		
		
		
			
			for (counter in MalasiaName) {
		text += '<div id="MalasiaDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=MalasiaLink[counter] ;
		text += '" class="link">'
		text +=MalasiaName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		MalasiaNumber=parseInt(counter);
		}		
		
		
			
			for (counter in MaldivsName) {
		text += '<div id="MaldivsDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=MaldivsLink[counter] ;
		text += '" class="link">'
		text +=MaldivsName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		MaldivsNumber=parseInt(counter);
		}		
		
		
			
			for (counter in MaltaName) {
		text += '<div id="MaltaDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=MaltaLink[counter] ;
		text += '" class="link">'
		text +=MaltaName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		MaltaNumber=parseInt(counter);
		}		
		
		
			
			for (counter in NewZelandName) {
		text += '<div id="NewZelandDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=NewZelandLink[counter] ;
		text += '" class="link">'
		text +=NewZelandName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		NewZelandNumber=parseInt(counter);
		}			
		
		
			
			for (counter in OAEName) {
		text += '<div id="OAEDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=OAELink[counter] ;
		text += '" class="link">'
		text +=OAEName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		OAENumber=parseInt(counter);
		}				
		
		
			
			for (counter in RussiaName) {
		text += '<div id="RussiaDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=RussiaLink[counter] ;
		text += '" class="link">'
		text +=RussiaName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		RussiaNumber=parseInt(counter);
		}				
		
		
			
			for (counter in SaipanName) {
		text += '<div id="SaipanDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=SaipanLink[counter] ;
		text += '" class="link">'
		text +=SaipanName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		SaipanNumber=parseInt(counter);
		}					
		
		
			
			for (counter in SingaporeName) {
		text += '<div id="SingaporeDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=SingaporeLink[counter] ;
		text += '" class="link">'
		text +=SingaporeName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		SingaporeNumber=parseInt(counter);
		}			
		
		
			
			for (counter in ThailandName) {
		text += '<div id="ThailandDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=ThailandLink[counter] ;
		text += '" class="link">'
		text +=ThailandName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		ThailandNumber=parseInt(counter);
		}			
		
		
			
			for (counter in TurkeyName) {
		text += '<div id="TurkeyDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=TurkeyLink[counter] ;
		text += '" class="link">'
		text +=TurkeyName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		TurkeyNumber=parseInt(counter);
		}			
		
		
			
			for (counter in FilipinsName) {
		text += '<div id="FilipinsDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=FilipinsLink[counter] ;
		text += '" class="link">'
		text +=FilipinsName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		FilipinsNumber=parseInt(counter);
		}			
		
		
			
			for (counter in FranceName) {
		text += '<div id="FranceDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=FranceLink[counter] ;
		text += '" class="link">'
		text +=FranceName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		FranceNumber=parseInt(counter);
		}				
		
		
			
			for (counter in CroatiaName) {
		text += '<div id="CroatiaDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=CroatiaLink[counter] ;
		text += '" class="link">'
		text +=CroatiaName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		CroatiaNumber=parseInt(counter);
		}			
		
		
			
			for (counter in MontegName) {
		text += '<div id="MontegDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=MontegLink[counter] ;
		text += '" class="link">'
		text +=MontegName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		MontegNumber=parseInt(counter);
		}			
		
		
			
			for (counter in CzeshName) {
		text += '<div id="CzeshDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=CzeshLink[counter] ;
		text += '" class="link">'
		text +=CzeshName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		CzeshNumber=parseInt(counter);
		}			
		
		
			
			for (counter in SouthKoreaName) {
		text += '<div id="SouthKoreaDiv'+counter+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr><td><a href="'
		text +=SouthKoreaLink[counter] ;
		text += '" class="link">'
		text +=SouthKoreaName[counter] ;
		text += '</a></td></tr></table>';
		text += '</div>';
		SouthKoreaNumber=parseInt(counter);
		}			
		
		var i=0;
		for (counter in JapanName) {		
		if ((counter%2)==0){
		text += '<div id="JapanDiv'+i+'" style = "position: absolute; width: 0px; cursor: hand; visibility: hidden; z-index: 2; overflow: hidden;" onmouseover="IsOnCountriesMouseOver=true;isOnLayerOver=true" onmouseout="IsOnCountriesMouseOver=false;isOnLayerOver=false">';
		text += '<table width=100% cellpadding=0 cellspacing=0 border=1; class="menuCountry">';
		text += '<tr>';
		text += '<td width='+ColumnsWidth+'><a href="';
		text +=JapanLink[counter] ;
		text += '" class="link">'
		text +=JapanName[counter] ;
		text += '</a></td>';
		text += '<td width='+ColumnsWidth+'><a href="';
		text +=JapanLink[(parseInt(counter)+1)] ;
		text += '" class="link">'
		text +=JapanName[(parseInt(counter)+1)] ;
		text += '</a></td>';
		text += '</tr>'
		/*text +=AustraliaName[counter+1] ;
		text += '</td></tr>';*/
		text += '</table></div>';
		//counter++;
		JapanNumber=parseInt(i);
		i++;}
		}	
		
		document.write(text)
	
}

