function openWindowPage3(s) 
{
	/*copier le block ci-dessous  depuis div.js */
	var bordure=0;
	var padding=3;
	var height=400; //if (pHeight<height) {height=pHeight;};
	var height_title=28; 
	var width=600; //if (pWidth<width) {width=pWidth;};
	/*fin*/
	
var myframeheight=eval(height-height_title);
var myframewidth=eval(width-2*bordure);


	$('div_cont_data_title').innerHTML=myclosecont;
	$('div_cont_data').innerHTML='<img src="'+preload_loading.src+'" align=center/>';
	centerPopup_loading('div_cont');
	
	contenu="<IFRAME src=\""+s+"\" name='contenu' width="+myframewidth+" height="+myframeheight+" scrolling=auto marginwidth=0 marginheight=0 frameborder=0 > </IFRAME>";
	
setTimeout(" $('div_cont_data').innerHTML = contenu;   centerPopup_iframe('div_cont');   document.getElementById('div_cont').style.visibility='visible';   document.getElementById('div_cont').style.display='block';",800);
}
