if (document.images) {
hom_on = new Image();	hom_on.src = "images/roll2/home_on.gif";
hom_off = new Image();	hom_off.src = "images/roll2/home_off.gif";
slo_on = new Image();	slo_on.src = "images/roll2/smst_on.gif";
slo_off = new Image();	slo_off.src = "images/roll2/smst_off.gif";
tra_on = new Image();	tra_on.src = "images/roll2/trainers_on.gif";
tra_off = new Image();	tra_off.src = "images/roll2/trainers_off.gif";
cla_on = new Image();	cla_on.src = "images/roll2/classes_on.gif";
cla_off = new Image();	cla_off.src = "images/roll2/classes_off.gif";
pil_on = new Image();	pil_on.src = "images/roll2/pilates_on.gif";
pil_off = new Image();	pil_off.src = "images/roll2/pilates_off.gif";
tes_on = new Image();	tes_on.src = "images/roll2/testimonials_on.gif";
tes_off = new Image();	tes_off.src = "images/roll2/testimonials_off.gif";
art_on = new Image();	art_on.src = "images/roll2/articles_on.gif";
art_off = new Image();	art_off.src = "images/roll2/articles_off.gif";
con_on = new Image();	con_on.src = "images/roll2/contact_on.gif";
con_off = new Image();	con_off.src = "images/roll2/contact_off.gif";
vdo_on = new Image();	vdo_on.src = "images/roll2/videos_on.gif";
vdo_off = new Image();	vdo_off.src = "images/roll2/videos_off.gif";
}

function swapem(sname,rname) {
sname.src = rname.src;
}

function RunFlash1() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="320" height="278"><param name="movie" value="ultimatefit.swf"><param name="quality" value="high"><embed src="ultimatefit.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="320" height="278"></embed></object>');
}

function Mailer() {
	user = "mvultimatefit";
	site = "sbcglobal.net";
	document.write('<a href=\"mailto:' + user + '@' + site + '\">');
	document.write(user + '@' + site + '</a>');
}

function popWin(pageUrl,winName){
	newWind=window.open
   (pageUrl,winName,"status=no,toolbar=no,scrollbars=no,width=425,height=350,top=100,left=100")
}

