function openWindow(name)
{
	var nnn = window.open(eval('name + ".htm"'), name,
"width=800,height=880,status=yes,top=20,left=125,screenX=50,screenY=20,resizable=yes,scrollbars=yes");
	nnn.status='www.bayhorizons.com';
	nnn.focus();
}
function openWindowW(name)
{
	var nnn = window.open(eval('name + ".htm"'), name,
"width=1000,height=780,status=yes,top=20,left=125,screenX=50,screenY=20,resizable=yes,scrollbars=yes");
	nnn.status='www.bayhorizons.com';
	nnn.focus();
}
function openWindowF(name)
{
	var nnn = window.open(eval('name + ".htm"'), name,
"width=600,height=860,status=yes,top=0,left=25,screenX=50,screenY=20,resizable=yes,scrollbars=yes");
	nnn.status='www.bayhorizons.com';
	nnn.focus();
}

function openWindowH(name, caption)
{
var nnn = window.open("", name,
"width=860,height=580,status=yes,top=0,left=25,screenX=50,screenY=20,resizable=yes,scrollbars=yes");
var tmp = nnn.document;
tmp.write('<html><head><title>Bay Horizons Land &amp; Homes '+caption+'</title>');
tmp.write('<link rel="stylesheet" type="text/css" href="misc/style.css">');
tmp.write('</head><!-- www.bayhorizons.com --><body>');
tmp.write('<table align="center" border=0 cellpadding=10 cellspacing=0>');
tmp.write('<tr><td align="center">');
tmp.write('<img src=images/pop/'+name+'.jpg align="middle" alt="'+caption+'" width="750" height="500">')
tmp.write('</td></tr></table>')
tmp.write('<table class="wintext" align="center" width="500" border=0 cellpadding=0 cellspacing=0>')
tmp.write('<tr><td align="center">'+caption+'</td>')
tmp.write('<td width="70" align="right"><a href="javascript:window.close();" class="bottom">')
tmp.write('<img src="images/close.gif" width="50" height="20" alt="Close Window"></a></td>')
tmp.write('</tr></table>')
tmp.write('</body></html>')
tmp.close();
nnn.status='www.bayhorizons.com';
nnn.focus();
}

function openWindowV(name, caption)
{
var nnn = window.open("", name,
"width=600,height=820,status=yes,top=0,left=25,screenX=50,screenY=20,resizable=yes,scrollbars=yes");
var tmp = nnn.document;
tmp.write('<html><head><title>Bay Horizons Land &amp; Homes '+caption+'</title>');
tmp.write('<link rel="stylesheet" type="text/css" href="misc/style.css">');
tmp.write('</head><!-- www.bayhorizons.com --><body>');
tmp.write('<table align="center" border=0 cellpadding=10 cellspacing=0>');
tmp.write('<tr><td align="center">');
tmp.write('<img src=images/pop/'+name+'.jpg align="middle" alt="'+caption+'" width="500" height="750">')
tmp.write('</td></tr></table>')
tmp.write('<table class="wintext" align="center" width="500" border=0 cellpadding=0 cellspacing=0>')
tmp.write('<tr><td align="center">'+caption+'</td>')
tmp.write('<td width="70" align="right"><a href="javascript:window.close();" class="bottom">')
tmp.write('<img src="images/close.gif" width="50" height="20" alt="Close Window"></a></td>')
tmp.write('</tr></table>')
tmp.write('</body></html>')
tmp.close();
nnn.status='www.bayhorizons.com';
nnn.focus();
}

