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%12;Str = "images/home-banner" + imgnumber + ".jpg";document.BannerImage.src=Str;}
function ChangeLanguage(){if (document.lc.select.options[document.lc.select.selectedIndex].value != "" && document.lc.select.options[document.lc.select.selectedIndex].value != "Select Language"){var URL = document.lc.select.options[document.lc.select.selectedIndex].value;window.location=href = URL;}  else  alert ('Please select language ! ');}
function openPopupDiscount(myLink,windowName) {	var windowprops = "height=470,width=620,location=no,"+"scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes";var url =  myLink;popup = window.open(url,"MenuPopup",windowprops);popup.focus();}