var dossier ="../../AGMC";
function AXOpenWindow(url, title, width, height, scrollbars, menu, status, resize)
{
	newwindowa = window.open( url, title, 'width=' + width + ',height=' + height + ',directories=no,menubar=' + menu + ',toolbar=no,status='+status+',resize='+resize+',scrollbars=' + scrollbars);
}

function AXOpenWindow2(url, title, width, height, scrollbars, menu, status, resize)
{
	newwindowa = window.open( dossier + url, title, 'width=' + width + ',height=' + height + ',directories=no,menubar=' + menu + ',toolbar=no,status='+status+',resize='+resize+',scrollbars=' + scrollbars);
}
function Reload()
{
window.location = window.location;
}