/*************** SETS MIN WIDTH IN INTERNET EXPLORER *************/
var wh = 0
function wdetect()
{

if (document.all){wh = document.body.clientWidth}
else {wh = 0}

if (wh < 770 && wh > 30){document.getElementById('all').style.width = 780 + "px"}
else if (wh > 1050){document.getElementById('all').style.width = 1040 + "px"}

else {document.getElementById('all').style.width = "100%"}

setTimeout('wdetect()',3000)

}

/*************** OPENS MAP  AND WEBCAM LINK IN NEW WINDOW *****************/

function newWindow()
{
mapwindow = window.open("  http://tinyurl.com/24lsaz", "map", "width=600px,height=500px,scrollbars=yes,")
}

function WebcamWindow()
{
camwindow = window.open("http://www.altiservice.com/", "webcam", "width=750px,height=500px,scrollbars=yes,")
}

/************** OPENS RESTAURANTS LIST IN NEW WINDOW *************/
function newWindow2()
{
restuarantwindow = window.open("indexfiles/restaurants.php", "restuarants", "width=640px,height=480px,scrollbars=yes,")
}
