function ClearEmail() {if (document.newsletter.email.value == "Enter your email")document.newsletter.email.value="";}
function PopupResultNewsletter() {var windowprops = "height=200,width=671,location=no,"+"scrollbars=no,menubar=no,toolbar=no,resizable=no";var URL = "http://phuketindex.com/cgi-bin/contact.cgi?contacttype="+document.newsletter.contacttype.value+"+email="+document.newsletter.email.value+"+refererurl="+window.location;popup = window.open(URL,"NewsletterPopup",windowprops);popup.focus();}
function Getrefererurl(myLink,windowName) {var windowprops = "height=470,width=650,location=no,"+"scrollbars=yes,menubar=no,toolbar=no,resizable=yes";var site =  myLink;var url  = site + "&refererurl=" + window.location;popup = window.open(url,"MenuPopup",windowprops);popup.focus();}
function RandomImage() {var today = new Date();var second = today.getSeconds();var imgnumber,Str;imgnumber = second%26;Str = "images/home-banner" + imgnumber + ".jpg";document.BannerImage.src=Str;}
function openPopup(myLink,windowName){if(! window.focus)return;var myWin=window.open(myLink.href,"","height=402,width=600,toolbar=0,menubar=0,dependent=yes,scrollbars=no");myWin.focus();}
function openPopupPrice(myLink){if(! window.focus)return;var myWin=window.open(myLink.href,"","height=450,width=615,toolbar=0,menubar=0,dependent=yes,scrollbars=yes");myWin.focus();}  
function openPopupBig(myLink){if(! window.focus)return;var myWin=window.open(myLink.href,"","height=620,width=650,toolbar=0,menubar=0,dependent=yes,scrollbars=yes");myWin.focus();}  
function ChangeLanguage(){if (document.lc.select.options[document.lc.select.selectedIndex].value != ""){var URL = document.lc.select.options[document.lc.select.selectedIndex].value;window.location=href = URL;}  else  alert ('Please select language ! ');}