var a = new Image(200,20);
a.src = url_popup+"commun/images/await.gif"; 
able cellpadding=\"6\" cellspacing=\"0\" border=\"0\" bgcolor=\"#cccccc\" style=\"border: 1px solid #333333\">\n");
document.write("<div ID=\"waitDiv\" style=\"position:absolute;visibility:hidden;z-index:10000;\">\n");
document.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" height=\"400\">\n");
document.write("<tr>\n");
document.write("	<td align=\"center\">\n");
document.write("	<t
document.write("	<tr>\n");
document.write("		<td align=\"center\"><b>Chargement en cours</b><br>\n");
document.write("		<img src=\""+url_popup+"commun/images/await.gif\" border=\"1\"><br>\n");
document.write("		Merci de patienter\n");
document.write("		</td>\n");
document.write("	</tr>\n");
document.write("	</table>\n");
document.write("	</td>\n");
document.write("</tr>\n");
document.write("</table>\n");
document.write("</div>\n");

var DHTML = (document.getElementById || document.all || document.layers);

function place_Obj(name)
{
	if (document.getElementById&&!document.all)
	{
		document.getElementById(name).style.top = window.pageYOffset;
	}
	else if (document.all)
	{
		document.all[name].style.pixelTop = document.body.scrollTop;
	} 
	else if (document.layers)
	{
		document.layers[name].top = eval(window.pageYOffset);
	}
} 
function ap_showWaitMessage(div,flag)
{ 
	if (!DHTML) return; 
	var x = MM_findObj(div);
	
	if (!document.layers)
	{
		x = x.style;
	}
	x.visibility = (flag) ? 'visible':'hidden';
	
	if(! document.getElementById) if(document.layers) x.left=280/2; return true;
}

function change_page()
{
	ouverture_incident = false;
	
	ap_showWaitMessage('waitDiv',1);
	place_Obj('waitDiv');
	
	var x = MM_findObj('contenu_od');
	P7_TMenu(x);
}
ap_showWaitMessage('waitDiv', 1);
