function modelpop (x, y) {
	var theredirect = 'modelpop.asp?bname=' + x + '&uname=' + y;
	var thepopup =  window.open (theredirect, '', 'status=0, resizable=0, scrollbars=1, width=681, height=600');
	
	if (!thepopup) {
		window.alert ("You must disable your popup blocker to view the floor plan.");
	}
}
