// <!--

if (capable) {

contact_off = new Image
contact_off.src = "img/subnav/contact_off.gif"
contact_on = new Image
contact_on.src = "img/subnav/contact_on.gif"

directions_off = new Image
directions_off.src = "img/subnav/directions_off.gif"
directions_on = new Image
directions_on.src = "img/subnav/directions_on.gif"

stay_off = new Image
stay_off.src = "img/subnav/stay_off.gif"
stay_on = new Image
stay_on.src = "img/subnav/stay_on.gif"

}

function popImageWindow(desktopURL, theWidth, theHeight) {
	var theFeatures = "width=" + eval(theWidth) + ",height=" + eval(theHeight) + ",location=0,menubar=0,resizable=0,scrollbars=0,status=1,toolbar=0"
	var desktop = window.open( desktopURL, "_blank", theFeatures)
}

// -->
