<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="javascript">
function popupcentree(page,largeur,hauteur,options)
{
var top=(screen.height-700)/2;
var left=(screen.width-1152)/2;
self.open("index_hr.htm","","top="+top+",left="+left+",width="+1152+",height="+700+","+"menubar=yes,scrollbars=yes,statusbar=yes resizable=no" );
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" onload="popupcentree()">
</body>
</html>
|