// JavaScript Document
function Ouvre_toi (pope) {
	var URL= pope;
 newwindow = window.open(URL,'Plan','scrollbars=0, toolbar=0, top=200, left=200, menubar=0, resizable=0, width=542, height=391');
 newwindow.focus();
 }
