function redim(){ 
			as=document.getElementById("nom_du_tableau").offsetHeight; 
			parent.document.getElementById("nom_Frame").height=as; 
			as=document.getElementById("nom_du_tableau").offsetWidth; 
			parent.document.getElementById("nom_Frame").width=as; 
		} 

		function open_url(url,titre,width,height){
		  eval("window.open('"+url+"&titre="+titre+"&width="+width+"&height="+height+"','pop_img','width="+width+",height="+height+",scrollbars=no,resizable=no,toolbar=no,status=no,location=no,left=0,top=0');");
		}
		function load_content () {
			/*if (parent.document.getElementById('main_div')) {
				/*parent.document.getElementById('main_div').innerHTML=document.getElementById('inner_frame').innerHTML;*/
				/*parent.document.getElementById('main_div').innerHTML="blabla";*/
				//alert('blabla');

			/*}*/
			/*if (!parent.document.getElementById('main_div')) {
			window.location=('index.html');
			}*/
		}