function openwinh (adresse)
{
var nwl = (screen.width-846)/2;
var nwh = (screen.height-598)/2;
popup=window.open(adresse, "Maylife", 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=267,height=400,left='+nwl+',top='+nwh+'');
xpos=(screen.width-846)/2;
ypos=(screen.height-598)/2;
popup.focus();
}

function openwinq (adresse)
{
var nwl = (screen.width-846)/2;
var nwh = (screen.height-598)/2;
popup=window.open(adresse, "Maylife", 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=400,height=267,left='+nwl+',top='+nwh+'');
xpos=(screen.width-846)/2;
ypos=(screen.height-598)/2;
popup.focus();
}

imgwin = "";
function openwin (imgsrc, width, height)
																{
																 if (typeof imgwin == "object") imgwin.close();
																	imgwin = window.open("content/imgwin.php?imgsrc="+imgsrc, "Maylife", 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width='+width+',height='+height+'');
																	imgwin.focus();
																}

