// Auteur : K-GRAPHIC (c)
//---------------------------------
function popit(url, w, h)
{
	var newwindow=window.open(url,'name','width='+w+', height='+h+',left=150,top=100,resizable=yes,scrollbars=yes,toolbar=no,status=no');
	if (window.focus) {newwindow.focus()}   ;
}



