function open_new_window(url){new_window=window.open(url,'new','toolbar=0,menubar=0,resizable=0,dependent=0,scrollbars=1,status=0,width=320,height=320,left=25,top=25')}
function ShowCountryCode(obj){document.all.country.value=obj.value;if(obj.value==''){document.all.country.disabled="";document.all.country.style.backgroundColor="White";}else{document.all.country.disabled="disabled";document.all.country.style.backgroundColor="#ffffcc";}}
function ShowMobileCountryCode(obj){document.all.mobilecountry.value=obj.value;if(obj.value==''){document.all.mobilecountry.disabled="";document.all.mobilecountry.style.backgroundColor="White";}else{document.all.mobilecountry.disabled="disabled";document.all.mobilecountry.style.backgroundColor="#ffffcc";}}
function isEmail(mail){var char1=mail.split("@");var y=mail.indexOf("@",0);var e=mail.indexOf(".",0);var w=mail.lastIndexOf(".",mail.length-1);var sp=mail.indexOf(" ",0);var pl=mail.indexOf("@.",0);for(i=0;i<mail.length;i++)
{if(mail.charAt(i)=="/"||mail.charAt(i)==":"||mail.charAt(i)==";"||sp>0||pl>0||mail.charAt(i)=='"'||char1.length>2||y==-1||y==0||e==0||w==mail.length-1||e==-1){return false;}}}
function overlay()
{var el;el=document.getElementById("overlay");el.style.visibility=(el.style.visibility=="visible")?"hidden":"visible";}
