function printThisPage(loc){
	if((loc.lastIndexOf("/")+1) == loc.length){
		loc = loc + "default.asp";
	}
	var getCont = "/education/mdc/webtemplate_inc/cont_" + loc.substr(loc.lastIndexOf("/")+1);
	var myPrintWin = window.open(getCont,'ADL','width=500,height=600,toolbar=yes');
//end printThisPage
}

function emailAFriend(loc){
	var eaf = "http://ui.constantcontact.com/roving/sa/emailpage.jsp?&Merchant.ID=odx96ccab&Merchant.Name=Anti-Defamation+League&ref=" + loc;
	var myEmailWin = window.open(eaf,'ADL','width=600,height=600');
//end emailAFriend
}

function rO(n,s){
	document.images[n].src = "/education/mdc/webtemplate_images/" + n + "_" + s + ".gif";
//end rO
}

function launchTour(){
	var tWin = window.open('','ADL','width=780,height=454');
	
	tWin.document.open();
	tWin.document.write('<html><head><title>ADL - Anti-Defamation League</title></head><body bgcolor=white marginwidth=0 magrinheight=0 topmargin=0 leftmargin=0> <iframe width="780" height="454" src="/education/mdc/webtemplate_flv/ADL_intro_new.html" marginwidth=0 marginheight=0 scrolling=no border=0></iframe> </body></html>');
	tWin.document.close();
	tWin.focus();
}

function launchLindsey(){
	var tWin = window.open('','ADL','width=324,height=282');
	
	tWin.document.open();
	tWin.document.write('<html><head><title>ADL - Anti-Defamation League</title></head><body bgcolor=white marginwidth=0 magrinheight=0 topmargin=0 leftmargin=0> <iframe width="324" height="282" src="/education/mdc/webtemplate_flv/MDC_Lindsay_Friedman.html" marginwidth=0 marginheight=0 scrolling=no border=0></iframe> </body></html>');
	tWin.document.close();
	tWin.focus();
}

