/* ow [start] */
function owProduct(url){
var dimx=800; var dimy=600; var xEcran=640; var yEcran=420;
if (top.screen) {if(screen.width && screen.height){xEcran = screen.width; yEcran = screen.height;}}			
dimx = xEcran; xPos=0; dimy = yEcran; yPos=(yEcran - dimy)/2;
featur = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,screenX="+xPos+",left="+xPos+",screenY="+yPos+",top="+yPos+",width="+ dimx + ",height=" + dimy + "";
      zoom = window.open(url,'Remote',featur);
	  if (window.focus) {zoom.focus();}	  
}
/* ow [end] */