function print(url)	{
	var popWin= open(url ,"floorplan",'scrollbars=yes,resizable=no,menubar=yes,width=500,height=575,top=25,left=25');
}