// JavaScript Document
function poolWindow()
{	
	var PWindow;  
	PWindow=window.open("http://www.danlwebsterinn.com/cape_cod_accommodations/room_photos/pool.php", "Danl_Webster_Inn", "left=200,top=20,height=405,width=505,location=no,resizeable=no");
	return PWindow;
}