function rollover(whichimg,overimg) {
eval('document.images["' + whichimg + '"].src = ' + overimg + '.src');
}

function open_printable(gohere)
{
window.open(gohere, "printable", config="height=450,width=610,scrollbars=yes,toolbar=no,menubar=yes,resizable=yes,top=0,left=0");
}

function emailme(gohere)
{
window.open("../../include/common/email.asp?url=" + gohere, "email", config="height=450,width=600,scrollbars=yes,toolbar=no,menubar=yes,resizable=yes,top=0,left=0");
}

function open_privacy(gohere)
{
window.open(gohere, "privacy", config="height=450,width=600,scrollbars=yes,toolbar=no,menubar=yes,resizable=yes,top=0,left=0");
}

function gohome(gohere)
{
	if(opener != null){
		opener.location.href=gohere;
		self.close();
	}else{
		self.location.href = gohere;
	}
}

$(document).ready(function(){
	//Set up facebox popups
	$('.facebox').facebox({opacity:.3});
	$('.faceboxIframe').facebox({opacity:.3,iframe:true});

});
