var accomm_on		= new Image(); accomm_on.src	= "images/accomm_on.jpg";
var accomm_off		= new Image(); accomm_off.src	= "images/accomm_off.jpg";
var local_on		= new Image(); local_on.src		= "images/local_on.jpg";
var local_off		= new Image(); local_off.src	= "images/local_off.jpg";
var location_on		= new Image(); location_on.src	= "images/location_on.jpg";
var location_off	= new Image(); location_off.src	= "images/location_off.jpg";
var rates_on		= new Image(); rates_on.src		= "images/rates_on.jpg";
var rates_off		= new Image(); rates_off.src	= "images/rates_off.jpg";

var weather_on		= new Image(); weather_on.src	= "images/weather_on.jpg";
var weather_off		= new Image(); weather_off.src	= "images/weather_off.jpg";
var contactus_on	= new Image(); contactus_on.src	= "images/contactus_on.jpg";
var contactus_off	= new Image(); contactus_off.src= "images/contactus_off.jpg";

var history_on		= new Image(); history_on.src	= "images/history_on.jpg";
var history_off		= new Image(); history_off.src	= "images/history_off.jpg";

var request_on		= new Image(); request_on.src	= "images/request_on.jpg";
var request_off		= new Image(); request_off.src	= "images/request_off.jpg";

function openWindow(url,width,height,useborder)
{
	var borderline = ""
	if (useborder == true)
		borderline = " STYLE=\"border:2px solid #FFFFFF\" ";

	var commentWin = window.open("","fp_window",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=no' );

	commentWin.document.write("<HTML><HEAD><TITLE>Terra's Key - Floor Plan</TITLE></HEAD>");
		
	commentWin.document.write("<BODY BGCOLOR=\"#2F59A5\" STYLE=\"margin-top:18px;\"><DIV ALIGN=\"CENTER\"><IMG SRC=\"" + url + "\"" + borderline + "></DIV></BODY></HTML>");
	commentWin.document.close();		
}

function openSmall(url,width,height)
{
	var commentWin = window.open(url,"fp_window",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=no' );

}
