// rollovers :: 1 of 2	if (document.images) {			b_com_off = new Image		b_com_hov = new Image		b_com_on = new Image		b_aa_off = new Image		b_aa_hov = new Image		b_aa_on = new Image		b_v_off = new Image		b_v_hov = new Image		b_v_on = new Image		b_av_off = new Image		b_av_hov = new Image		b_av_on = new Image		b_ws_off = new Image		b_ws_hov = new Image		b_ws_on = new Image		b_ab_off = new Image		b_ab_hov = new Image		b_ab_on = new Image		b_con_off = new Image		b_con_hov = new Image		b_con_on = new Image		h_com = new Image		h_aa = new Image		h_v = new Image		h_av = new Image		h_ws = new Image		h_ab = new Image		h_con = new Image		h_ty = new Image		h_l = new Image				b_com_off.src = "images/b_com_off.gif"		b_com_hov.src = "images/b_com_hov.gif"		b_com_on.src = "images/b_com_on.gif"		b_aa_off.src = "images/b_aa_off.gif"		b_aa_hov.src = "images/b_aa_hov.gif"		b_aa_on.src = "images/b_aa_on.gif"		b_v_off.src = "images/b_v_off.gif"		b_v_hov.src = "images/b_v_hov.gif"		b_v_on.src = "images/b_v_on.gif"		b_av_off.src = "images/b_av_off.gif"		b_av_hov.src = "images/b_av_hov.gif"		b_av_on.src = "images/b_av_on.gif"		b_ws_off.src = "images/b_ws_off.gif"		b_ws_hov.src = "images/b_ws_hov.gif"		b_ws_on.src = "images/b_ws_on.gif"		b_ab_off.src = "images/b_ab_off.gif"		b_ab_hov.src = "images/b_ab_hov.gif"		b_ab_on.src = "images/b_ab_on.gif"		b_con_off.src = "images/b_con_off.gif"		b_con_hov.src = "images/b_con_hov.gif"		b_con_on.src = "images/b_con_on.gif"		h_com.src = "images/h_com.gif"		h_aa.src = "images/h_aa.gif"		h_v.src = "images/h_v.gif"		h_av.src = "images/h_av.gif"		h_ws.src = "images/h_ws.gif"		h_ab.src = "images/h_ab.gif"		h_con.src = "images/h_con.gif"		h_ty.src = "images/h_ty.gif"		h_l.src = "images/h_l.gif"			}// rollovers - single :: 2 of 2	function chgImg(imgField,newImg) {		if (document.images) {			document[imgField].src= eval(newImg + ".src")		}	}// frame breaker		if (top.location != self.location) {		top.location = self.location		}// pop-up window		function FloorPlan(theURL,winName,features) {  window.open(theURL,winName,features);}		// test//	alert("WoRkiNg!");
