if (document.images) {
//main nav
hom_on = new Image();	hom_on.src = image_path+"images/roll/home_on.gif";
hom_off = new Image();	hom_off.src = image_path+"images/roll/home_off.gif";
abo_on = new Image();	abo_on.src = image_path+"images/roll/about_on.gif";
abo_off = new Image();	abo_off.src = image_path+"images/roll/about_off.gif";
pho_on = new Image();	pho_on.src = image_path+"images/roll/photo_on.gif";
pho_off = new Image();	pho_off.src = image_path+"images/roll/photo_off.gif";
vid_on = new Image();	vid_on.src = image_path+"images/roll/video_on.gif";
vid_off = new Image();	vid_off.src = image_path+"images/roll/video_off.gif";
pri_on = new Image();	pri_on.src = image_path+"images/roll/pricing_on.gif";
pri_off = new Image();	pri_off.src = image_path+"images/roll/pricing_off.gif";
con_on = new Image();	con_on.src = image_path+"images/roll/contact_on.gif";
con_off = new Image();	con_off.src = image_path+"images/roll/contact_off.gif";

//photographers
gbr_on = new Image();	gbr_on.src = image_path+"images/roll/gbriana_on.gif";
gbr_off = new Image();	gbr_off.src = image_path+"images/roll/gbriana_off.gif";
gto_on = new Image();	gto_on.src = image_path+"images/roll/gtodd_on.gif";
gto_off = new Image();	gto_off.src = image_path+"images/roll/gtodd_off.gif";
gsc_on = new Image();	gsc_on.src = image_path+"images/roll/gscott_on.gif";
gsc_off = new Image();	gsc_off.src = image_path+"images/roll/gscott_off.gif";
gke_on = new Image();	gke_on.src = image_path+"images/roll/gken_on.gif";
gke_off = new Image();	gke_off.src = image_path+"images/roll/gken_off.gif";
cor_on = new Image();	cor_on.src = image_path+"images/roll/corporate_on.gif";
cor_off = new Image();	cor_off.src = image_path+"images/roll/corporate_off.gif";
gsa_on = new Image();	gsa_on.src = image_path+"images/roll/gsarah_on.gif";
gsa_off = new Image();	gsa_off.src = image_path+"images/roll/gsarah_off.gif";

bri_on = new Image();	bri_on.src = image_path+"images/roll/briana_on.gif";
bri_off = new Image();	bri_off.src = image_path+"images/roll/briana_off.gif";
tod_on = new Image();	tod_on.src = image_path+"images/roll/todd_on.gif";
tod_off = new Image();	tod_off.src = image_path+"images/roll/todd_off.gif";
sco_on = new Image();	sco_on.src = image_path+"images/roll/scott_on.gif";
sco_off = new Image();	sco_off.src = image_path+"images/roll/scott_off.gif";
ken_on = new Image();	ken_on.src = image_path+"images/roll/ken_on.gif";
ken_off = new Image();	ken_off.src = image_path+"images/roll/ken_off.gif";
sar_on = new Image();	sar_on.src = image_path+"images/roll/sarah_on.gif";
sar_off = new Image();	sar_off.src = image_path+"images/roll/sarah_off.gif";

//new photographer names
p2ken_on = new Image();		p2ken_on.src = image_path+"images/roll/p2_ken_on.gif";
p2ken_off = new Image();	p2ken_off.src = image_path+"images/roll/p2_ken_off.gif";
p2bri_on = new Image();		p2bri_on.src = image_path+"images/roll/p2_briana_on.gif";
p2bri_off = new Image();	p2bri_off.src = image_path+"images/roll/p2_briana_off.gif";
p2hil_on = new Image();		p2hil_on.src = image_path+"images/roll/p2_hilary_on.gif";
p2hil_off = new Image();	p2hil_off.src = image_path+"images/roll/p2_hilary_off.gif";
p2tod_on = new Image();		p2tod_on.src = image_path+"images/roll/p2_todd_on.gif";
p2tod_off = new Image();	p2tod_off.src = image_path+"images/roll/p2_todd_off.gif";
p2sar_on = new Image();		p2sar_on.src = image_path+"images/roll/p2_sarah_on.gif";
p2sar_off = new Image();	p2sar_off.src = image_path+"images/roll/p2_sarah_off.gif";
p2jen_on = new Image();		p2jen_on.src = image_path+"images/roll/p2_jenny_on.gif";
p2jen_off = new Image();	p2jen_off.src = image_path+"images/roll/p2_jenny_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="316" height="458"><param name="movie" value="home_splash.swf"><param name="quality" value="high"><embed src="home_splash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="316" height="458"></embed></object>');
}

function popWin(w,h,pageUrl,scrollbar){
 newWind=window.open
   (pageUrl,"newWindow","status=no,toolbar=no,scrollbars=no,width="+w+",height="+h+",top=100,left=100")
}


