function showFP(fpType, path){
	var fp_pop = window.open(path+'Rooms/floorplans.cfm?fpType='+fpType, 'floorPlan_pop', 'width=520,height=720');
}
