function floorplan(url)	{
	var popWin= open(url ,"floorplan",'scrollbars=yes,resizable=no,menubar=yes,width=500,height=575,top=25,left=25');
}

function map(url)	{
	var popWin= open(url ,"map",'scrollbars=yes,resizable=no,menubar=yes,width=400,height=375,top=25,left=25');
}

function amenities(url)	{
	var popWin= open(url ,"amenities",'scrollbars=yes,resizable=no,menubar=yes,width=550,height=450,top=25,left=25');
}

