function stonedetail(urle) {Displaydetail = window.open(urle,"Displaydetail","width=700,height=370,left=0, top=0 scrollbars=yes, toolbar=no, location=yes, resizable=yes")
 Displaydetail.focus()}
function newWindow(param) {Stonelarge = window.open(param,"Stonelarge","width=500,height=600,left=0,top=0")
 Stonelarge.focus()}
function flight1() {Flightnew = window.open("http://www.britanniadirect.com","Flightnew","width=700,height=450,left=0, top=0, scrollbars=yes, toolbar=yes, location=yes, resizable=yes")}
function help1() {Helpnew = window.open("help.html","Helpnew","width=700,height=450,left=0, top=0, scrollbars=yes, toolbar=yes, location=yes, resizable=yes")}
function help1close() {Helpnew.close()}
function toggleMenu(currMenu) {
		if (document.getElementById) {
                    thisMenu = document.getElementById(currMenu).style
                    if (thisMenu.display == "block") {
                        thisMenu.display = "none"
                        }
                        else {
                           thisMenu.display = "block"
                        }
                        return false
                 }
                 else {
                        return true
                 }
}
function toggleMenu2(currMenu,town) {
                if (town.value == "Bodrum") {
		  if (document.getElementById) {
                    thisMenu = document.getElementById(currMenu).style
                    if (thisMenu.display == "block") {
                        thisMenu.display = "none"
                        }
                        else {
                           thisMenu.display = "block"
                        }
                        return false
                  }
                  else {
                        return true
 
                  }
                }
                if (document.getElementById) {
                    thisMenu = document.getElementById(currMenu).style
                    if (thisMenu.display == "block") {
                        thisMenu.display = "none"
                        }
                 }
}

