//Preload images
	//Active images
	if (document.images) {
		img1on = new Image();
		img1on.src ="/images/home_r.gif";
		img2on = new Image();
		img2on.src ="/images/index_r.gif";
		img3on = new Image();
		img3on.src ="/images/contact_r.gif";
		img4on = new Image();
		img4on.src ="/images/faqs_r.gif";
		img5on = new Image();
		img5on.src ="/images/build_r.gif";
		img6on = new Image();
		img6on.src ="/images/tools_r.gif";
		img7on = new Image();
		img7on.src ="/images/philan_r.gif";
		img8on = new Image();
		img8on.src ="/images/law_r.gif";
		img9on = new Image();
		img9on.src ="/images/conf_r.gif";
		img10on = new Image();
		img10on.src ="/images/resource_r.gif";
		img11on = new Image();
		img11on.src ="/images/espanol_r.gif";
									
	//Inactive images
		img1off = new Image();
		img1off.src ="/images/home.gif";
		img2off = new Image();
		img2off.src ="/images/index.gif";
		img3off = new Image();
		img3off.src ="/images/contact.gif";
		img4off = new Image();
		img4off.src ="/images/faqs.gif";
		img5off = new Image();
		img5off.src ="/images/build.gif";
		img6off = new Image();
		img6off.src ="/images/tools.gif";
		img7off = new Image();
		img7off.src ="/images/philan.gif";
		img8off = new Image();
		img8off.src ="/images/law.gif";
		img9off = new Image();
		img9off.src ="/images/conf.gif";
		img10off = new Image();
		img10off.src ="/images/resource.gif";
		img11off = new Image();
		img11off.src ="/images/espanol.gif";
	}
	
	//Rollover Function 'Roll-on' 1
	function imgOn(imgName) {
		if (document.images) {
			document[imgName].src = eval(imgName + "on.src");
		}
	}
	
	//Rollover Function 'Roll-off' 
	function imgOff(imgName) {
		if (document.images) {
			document[imgName].src = eval(imgName + "off.src");
		}
	}
	
function popad(theURL)
{
window.open(theURL,"","height=500,width=400,scrollbars=yes,resizable=yes,screenX=25,left=25,screenY=25,top=25");
}

function poplink(theURL)
{
window.open(theURL,"","height=300,width=500,toolbar=yes,location=yes,menubar=yes,scrollbars=yes,resizable=yes,screenX=25,left=25,screenY=25,top=25");
}

/* function poproleplay(theURL)
{
window.open(theURL,"flash","height=300,width=640,scrollbars=no,resizable=no,screenX=25,left=25,screenY=25,top=25");
} */

function poproleplay(theURL)
{
window.open(theURL,"flash","height=320,width=640,scrollbars=no,resizable=no,screenX=0,left=0,screenY=0,top=0"); 
}

function leavesite(){
     return confirm("Notice: You are linking to an external Web site(s). CDC is not responsible for the availability or content of external sites, nor do we endorse, warrant or guarantee the services or information described or offered on the sites. Further, the site(s) you visit may contain information that may not be appropriate for all audiences. The views and information provided on these external Web sites do not necessarily state or reflect those of the U.S. Department of Health and Human Services or CDC.");
}

function popquiz(theURL)
{
window.open(theURL,"quiz","height=275,width=327,scrollbars=no,resizable=no,screenX=25,left=25,screenY=25,top=25");
}

function assessment(theURL)
{
window.open(theURL,"assessment","height=275,width=374,scrollbars=no,resizable=no,screenX=25,left=25,screenY=25,top=25");
}