
function floorplanDetail()
{
	var win = window.open("floorplan.php", "floorplan", "width=750,height=400,status=yes");
	win.focus();
}