function openWinEven1()
{
	openwin = window.open('evenement29sep2006.php','PSLK1','width='+screen.width+',height=600,scrollbars=yes,resizable=yes');
}

function openWinFullScreen(url)
{
	openwin = window.open(url,'PSLK_FullScreen','width='+screen.width+',height='+screen.height+',scrollbars=yes,resizable=yes');
}
