<!--

var elevationWindow;
function popelevation(inplan,w,h) 
{
var picTxt = "photos/elevations/" + inplan + "elevation_coles.jpg";

LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;

elevationWindow=window.open(picTxt,'_elevationWindow','left=' + LeftPosition + ',top=' + TopPosition + ',resizable=no,scrollbars=no,toolbar=yes,location=no,directories=no,status=no,menubar=no,width=' + w + ',height=' + h);

elevationWindow.focus();
}


var fpWindow;
function popfp(inplan,w,h) 
{
var picTxt = "photos/floorplans/" + inplan + ".jpg";

LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;

fpWindow=window.open(picTxt,'_fpWindow','left=' + LeftPosition + ',top=' + TopPosition + ',resizable=yes,scrollbars=yes,toolbar=yes,location=no,directories=no,status=no,menubar=no,width=' + w + ',height=' + h);

fpWindow.focus();
}


var cWindow;
function popcam() 
{

w = 830;
h = 620;
var picURL = "http://66.243.254.146";

LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;

cWindow=window.open(picURL,'_fpWindow','left=' + LeftPosition + ',top=' + TopPosition + ',resizable=yes,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,width=' + w + ',height=' + h);

cWindow.focus();

}
var vWindow;
function colesvideo() 
{

w = 645;
h = 365;
var picURL = "video/coles.htm";

LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;

vWindow=window.open(picURL,'_fpWindow','left=' + LeftPosition + ',top=' + TopPosition + ',resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,width=' + w + ',height=' + h);

vWindow.focus();
}


var tWindow;
function vtour() 
{

w = 750;
h = 580;
var tURL = "http://www.wrepix.com/nwt/";

LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;

tWindow=window.open(tURL,'_fpWindow','left=' + LeftPosition + ',top=' + TopPosition + ',resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,width=' + w + ',height=' + h);

tWindow.focus();
}



var hgv;
function hvid() 
{

w = 880;
h = 550;
var tURL = "hazelwood_grove_video.htm";

LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;

hgv=window.open(tURL,'_fpWindow','left=' + LeftPosition + ',top=' + TopPosition + ',resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,width=' + w + ',height=' + h);

hgv.focus();
}
//-->
	
