function popup_windowNorm(sUrl)
{
	popup_windowSize(sUrl,600,440);
}

function popup_windowSize(sUrl,width,height)
{
	var win1 = window.open(sUrl,'','top=0,left=0,height='+height+',width='+width+',status=no,toolbar=no,menubar=no,location=no,resizable=no,titlebar=yes,scrollbars=no');
	//return win1;
}

function popup_windowSize(sUrl,width,height,features)
{
	var win1 = window.open(sUrl,'','height='+height+',width='+width+','+features);
	//return win1;
}

function popup_windowNAV(sUrl)
{
	if (sUrl!="") {
		var winNAV = window.open(sUrl,"","top=0,left=0,width=650,height=440,status=no,toolbar=no,menubar=no,location=no,resizable=yes,titlebar=no,scrollbars=yes");
		return winNAV;
	}
}
function popup_windowNAVSmall(sUrl)
{
	if (sUrl!="") {
		var winNAV = window.open(sUrl,"","top=0,left=0,width=428,height=318,status=no,toolbar=no,menubar=no,location=no,resizable=no,titlebar=no,scrollbars=no");
		return winNAV;
	}
}
function popup_windowPrint(sUrl)
{
	if (sUrl!="") {
		var winNAV = window.open(sUrl,"","top=0,left=0,width=650,height=440,status=no,toolbar=yes,menubar=no,location=no,resizable=yes,titlebar=no,scrollbars=yes");
		return winNAV;
	}
}


function ouvrirFen(theURL, theSize) { //v2.0
	if (top.altair) {
	altair.location=theURL;
	}
	else{
	fenAltair=window.open(theURL,'altair',theSize);
	}
	fenAltair.focus();
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function popup_windowFull(sUrl)
{
	if (sUrl!="") {
		var winNAV = window.open(sUrl,"","top=0,left=0,width=650,height=440,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,titlebar=yes,scrollbars=yes");
		return winNAV;
	}
}
function popup_windowLink(sUrl)
{
	if (sUrl!="") {
		var winNAV = window.open(sUrl,"","top=0,left=0,width=650,height=440,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,titlebar=yes,scrollbars=yes");
		return winNAV;
	}
}
function popup_windowLogin(sUrl)
{
	if (sUrl!="") {
		var winNAV = window.open(sUrl,"","top=0,left=0,width=530,height=440,status=no,toolbar=no,menubar=no,location=no,resizable=yes,titlebar=no,scrollbars=yes");
		return winNAV;
	}
}