// rollovers :: 1 of 2	if (document.images) {			butt_web_off = new Image		butt_web_hov = new Image		butt_web_on = new Image		butt_p_off = new Image		butt_p_hov = new Image		butt_p_on = new Image		butt_id_off = new Image		butt_id_hov = new Image		butt_id_on = new Image		butt_ill_off = new Image		butt_ill_hov = new Image		butt_ill_on = new Image		butt_cli_off = new Image		butt_cli_hov = new Image		butt_cli_on = new Image		butt_who_off = new Image		butt_who_hov = new Image		butt_who_on = new Image		butt_con_off = new Image		butt_con_hov = new Image		butt_con_on = new Image		logo_off = new Image		logo_hov = new Image		i_20_t_off = new Image		i_20_t_hov = new Image		i_20_b_off = new Image		i_20_b_hov = new Image		bub_off = new Image		bub_hov = new Image		bub_on = new Image		plus_off = new Image		plus_hov = new Image		i_32_off = new Image		i_32_hov = new Image		butt_web_off.src = "images/butt_web_off.gif"		butt_web_hov.src = "images/butt_web_hov.gif"		butt_web_on.src = "images/butt_web_on.gif"		butt_p_off.src = "images/butt_p_off.gif"		butt_p_hov.src = "images/butt_p_hov.gif"		butt_p_on.src = "images/butt_p_on.gif"		butt_id_off.src = "images/butt_id_off.gif"		butt_id_hov.src = "images/butt_id_hov.gif"		butt_id_on.src = "images/butt_id_on.gif"		butt_ill_off.src = "images/butt_ill_off.gif"		butt_ill_hov.src = "images/butt_ill_hov.gif"		butt_ill_on.src = "images/butt_ill_on.gif"		butt_cli_off.src = "images/butt_cli_off.gif"		butt_cli_hov.src = "images/butt_cli_hov.gif"		butt_cli_on.src = "images/butt_cli_on.gif"		butt_who_off.src = "images/butt_who_off.gif"		butt_who_hov.src = "images/butt_who_hov.gif"		butt_who_on.src = "images/butt_who_on.gif"		butt_con_off.src = "images/butt_con_off.gif"		butt_con_hov.src = "images/butt_con_hov.gif"		butt_con_on.src = "images/butt_con_on.gif"		logo_off.src = "images/logo_off.gif"		logo_hov.src = "images/logo_hov.gif"		i_20_t_off.src = "images/i_20_t_off.gif"		i_20_t_hov.src = "images/i_20_t_hov.gif"		i_20_b_off.src = "images/i_20_b_off.gif"		i_20_b_hov.src = "images/i_20_b_hov.gif"		bub_off.src = "images/bub_off.gif"		bub_hov.src = "images/bub_hov.gif"		bub_on.src = "images/bub_on.gif"		plus_off.src = "images/plus_off.gif"		plus_hov.src = "images/plus_hov.gif"		i_32_off.src = "images/i_32_off.gif"		i_32_hov.src = "images/i_32_hov.gif"	}// rollovers - multiple :: 2 of 2	function imageSwap(btnImage, btnStatus, img, imgStatus)	 {	 	if (document.images)	 	{		    document.images[btnImage].src = eval(btnStatus + ".src");			document.images[img].src = eval(imgStatus + ".src");	 	}	 }// pop-up window		function pOp(theURL,winName,features) {  window.open(theURL,winName,features);}// frame breaker		if (top.location != self.location) {		top.location = self.location		}				// test//	alert("WoRkiNg!");