_pictureDB = "http://www.villacostanorte.com/photos/album/images/";
// Create the popup window
function popUpPix(picName)
{
	var imgName = _pictureDB + picName + ".jpg";
	// var img = MM_findObj(picName);
	var imgAlt = "";
	var _picture = window.open("", "popUpPix", "width=650,height=700,menubar=no,scrollbars,resizable=no,copyhistory=no");
	_picture.moveTo(100,100);
	_picture.focus();
	_picture.document.open();
	_picture.document.write('<html><head><title>Villa Costa Norte Brochure Photos</title>');
	_picture.document.write('<base href="http://www.villacostanorte.com/">');
	_picture.document.write('<link rel="stylesheet" href="/styles/yellow_pages.css" type="text/css"></head><body>');
	_picture.document.write('<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" align="center" width="625" height="400">');
	_picture.document.write('<tr><td width="625" valign="top"><table border="0" cellspacing="0" bordercolor="#AD0039" width="625" style="border-collapse: collapse" cellpadding="0">');
	_picture.document.write('<tr><td><img border="0" src="/images/glance/t_logowflower.jpg" width="152" height="99"></td>');
	_picture.document.write('<td><div align="center"><b><font size="6" color="#00B1B8">Villa Costa Norte</font></b><br>');
	_picture.document.write('<font face="Arial" size="2" color="#FFB500">North Coast | Cabrera, Dominican Republic<br></font></div><hr width="150" size="2" align="center"></td></tr></table>');
	_picture.document.write('<table border="0" cellspacing="0" width="625" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0">');
	_picture.document.write('<tr><td width="625"><img border="0" src="/images/spacer.gif" width="5" height="0"></td></tr>');
	_picture.document.write('<tr><td width="625"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#FFB500" width="625">');
	_picture.document.write('<tr><td width="625"><div align="center"><img border="0" src="' + imgName + '" width="625"></div></td></tr></table></td></tr>');
	_picture.document.write('<tr><td width="625"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="625">');
	_picture.document.write('<tr><td colspan="3"><img border="0" src="/images/spacer.gif" width="5" height="5"></td></tr>');
	_picture.document.write('<tr><td rowspan="3" width="5"></td><td class="caption">' + imgAlt + '</td><td rowspan="3" width="5"></td></tr>');
	_picture.document.write('<tr><td><img border="0" src="/images/spacer.gif" width="5" height="5"></td></tr>');
	_picture.document.write('<tr><td><div align="center"><input type="button" value="Close Window" name="CloseWindow" onclick="javascript:window.close();">&nbsp;&nbsp;&nbsp;');
	_picture.document.write('<input type="button" value="Print Window" name="PrintWindow" onclick="javascript:window.print();"></div>');
	_picture.document.write('<p align="center" class="copyright">All images Copyright © 1990-2004 Villa Costa Norte<br>');
	_picture.document.write('Portions Copyright © 2001-2006 by Exodus Enterprise Systems, LLC. Graphics Design by Gecko Group.<br>');
	_picture.document.write('All Rights Reserved Worldwide</p></td></tr></table></td></tr></table></td></tr></table></body></html>');  	
	_picture.document.close();
}



