function popwin(url) {
	mywin = window.open(url, "floorplan", "height=768,width=900,scrollbars,resizable");
  mywin.focus();
}
