// JavaScript Document
function newwindow() 
	{ 
		window.open('http://www.finelinehomes.com/new/privacy.htm','jav','width=300,height=200,resizable=no,scrollbars=yes'); 
	} 

function gallerywindow(abbr)
	{
		window.open('gallery.asp?comm=' + abbr,'jav','width=400,height=340,left=150,top=125,resizable=no,scrollbars=no');
	}
