function jumpTo(URL_List) {
// Change "_blank" to something like "newWindow" to load all links in the same new window
if(URL_List.options[URL_List.selectedIndex].value=='')
{

}
else
{

var newWindow = window.open(URL_List.options[URL_List.selectedIndex].value, '_blank');
newWindow.focus();
}
return false;
}


document.write('<SELECT name="banch" class="menu" ID="banch" style="FONT-SIZE: 11px; width:190px;" onChange="jumpTo(this);">');

document.write('<option value="" selected>Worldwide Presence</option>');
					  
document.write('<option value="AZERBAIJAN.htm">Azerbaijan</option>');
document.write('<option value="belize_uc.htm">Belize</option>');
document.write('<option value="bvi_uc.htm">BVI</option>');
document.write('<option value="botswana_uc.htm">Botswana</option>');
document.write('<option value="canada_uc.htm">Canada</option>');

document.write('<option value="cost_uc.htm">Costa Rica</option>');
document.write('<option value="china_uc.htm">China</option>');
document.write('<option value="czechuc.htm">Czech Republic</option>');
document.write('<option value="india_uc.htm">India</option>');
document.write('<option value="indonesia_uc.htm">Indonesia</option>');
					  					  
document.write('<option value="ivorycoast_uc.htm">Ivory Coast</option>');
document.write('<option value="lebanon_uc.htm">Lebanon</option> ');                     
document.write('<option value="nepal_uc.htm">Nepal</option>');
document.write('<option value="panamauc.html">Panama</option>');
document.write('<option value="southafricauc.htm">South Africa</option>');
					  
document.write('<option value="spainuc.htm">Spain</option>');
document.write('<option value="lanka_uc.htm">Sri Lanka</option>');
 
document.write('<option value="usa_uc.htm">Usa</option>');
document.write('</SELECT>');
			
					
document.write('<table width="95%" cellspacing="0" cellpadding="0" style="background:url(webimages/live_chat_bg.jpg) no-repeat; ">');
document.write('<tr> ');
document.write('<td><br/>');

document.write('<div id="livehelp" style="padding-bottom:5px;text-align:center;" >');
showChatButton('kerfordarabic@workgroup.livewebhelp.info');
document.write('</div>');

document.write('<div id="craftysyntax" style="text-align:center;">');
showChatButton('kerfordfx@workgroup.livewebhelp.info');
document.write('</div>');

document.write('</td>');
document.write('</tr>'); 
document.write('</table>');

 
		var cyreserve,rgreserve,ctreserve;
		cyreserve="none";
	    rgreserve="none";
		ctreserve="none";
		if (typeof(sGeobytesCountry)!="undefined") {
			cyreserve=sGeobytesCountry; 
			}
		if(typeof(sGeobytesRegion)!="undefined") {
			rgreserve=sGeobytesRegion; 
			}
		if(typeof(sGeobytesCity)!="undefined") {
			ctreserve=sGeobytesCity; 
		 	}		
 
document.write('<input type="hidden" name="cyreserve" id="cyreserve" ></input>');
document.write('<input type="hidden" name="rgreserve" id="rgreserve" ></input>');
document.write('<input type="hidden" name="ctreserve" id="ctreserve" ></input>');
 
		document.getElementById('cyreserve').value=cyreserve;
		document.getElementById('rgreserve').value=rgreserve;
		document.getElementById('ctreserve').value=ctreserve;
 	


