Bodrum=new Image(400,218)
Bodrum.src="Kale/bodrum.jpg"
turkey=new Image(400,218)
turkey.src="Kale/turkey2.jpg"
function newWindow() {Bodrumlarge = window.open("Kale/bodrum.jpg","Bodrumlarge","width=700,height=450 left=0, top=0")}
function newWindow2() {Bodrumlarge = window.open("../../Kale/bodrum.jpg","Bodrumlarge","width=700,height=450 left=0, top=0")}
function newWindow3() {Bodrumlarge = window.open("../../../Kale/bodrum.jpg","Bodrumlarge","width=700,height=450,left=0, top=0")}
function disPhotosE(urle) {DisplayPhotos = window.open(urle,"DisplayPhotos","width=700,height=370,left=0, top=0 scrollbars=yes, toolbar=no, location=yes, resizable=yes")
 DisplayPhotos.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 flight2() {Flightnew = window.open("http://www.airtours.com","Flightnew","width=700,height=450,left=0, top=0, scrollbars=yes, toolbar=yes, location=yes, resizable=yes")}
function flight3() {Flightnew = window.open("http://www.thomascook.co.uk","Flightnew","width=700,height=450,left=0, top=0, scrollbars=yes, toolbar=yes, location=yes, resizable=yes")}
function flight4() {Flightnew = window.open("http://www.firstchoice.co.uk","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"
                        }
                 }
}
