
function langswitch(){

str = document.URL;
str = str.replace(/\_en/g, '_fr');
window.location=str;
}


function popup(source) {
	newView = window.open(source,"popup","width=325, height=400, resizable=0, scrollbars=yes");
}




