function printPage(){
	if (window.print) window.print();
	else alert('Your browser does not support javascript printing.  Please select File->Print from your browser menu.')
}

var img_main_tab_your_condition = new Image();
var img_main_tab_about_enbrel = new Image();
var img_main_tab_voices = new Image();
var img_main_tab_enliven = new Image();
var img_btn_print = new Image();
var img_btn_find_out_more = new Image();
var img_main_btn_go = new Image();

img_main_tab_your_condition.src = "images/topnav/main_tab_your_condition_on.gif";
img_main_tab_about_enbrel.src = "images/topnav/main_tab_about_enbrel_on.gif";
img_main_tab_voices.src = "images/topnav/main_tab_voices_on.gif";
img_main_tab_enliven.src = "images/topnav/main_tab_enliven_on.gif";
img_btn_print.src = "images/btn_print_on.gif";
img_btn_find_out_more.src = "images/btn_find_out_more_on.gif";
img_main_btn_go.src = "images/main_btn_go_on.gif";

function imgSwap(name,type,file){
	if(document.getElementById){
		var path;
		var file;
		var type;
		
		if (type=='nav') path='/en/images/topnav/main_tab_' + file + '.gif';
		else if (type=='btn') path='/en/images/btn_' + file + '.gif';
		else if (type=='none') path=file;
		
		var theImg = eval('document.' + name);
		theImg.src = path;
	}
}
function popupResidency(){
	window.open("/en/global/residency.html","Residency","width=450,height=270,scrollbars");
}
function leaving(site){
	if (site){
		var ur = "/en/global/leaving.jsp?site=" + site;
		window.open(ur,"Leaving","width=550,height=250,scrollbars");
	}
}

