// JavaScript Document

function Popup(Adresse)
{
	window.open(Adresse,'','width=420,height=500,scrollbars=yes,resizable=yes');
}
