/* Copyright (c) 2006 P@GETRONIC */

function opo( fichier )
		{ 
			var id = Math.round( Math.random() * 100 );
			var left = ((screen.width-880)/2);
			var height= (screen.height);
			var options = 'width=880px, height=' + height + ', top=0px, left=' + left + ', resizable=yes, scrollbars=yes, location=yes';
			window.open(fichier, '', options);
		};