function IncludeJavaScript(jsFile)
{
document.write('');
}
function popupcentree(page,largeur,hauteur,options)
{
var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;
window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
function showPasswdReminder(langueSite) {
popupcentree('/library/tools/passwdReminder.cfm?langueSite='+langueSite,'450','250','scrollbars=no,menubar=no,status=no');
}
function zoomImage(imagePath,imageLegend) {
if (imageLegend == null){
imageLegend='';
}
popupcentree('/library/tools/viewImage.cfm?imagePath='+imagePath+'&imageLegend='+imageLegend,'100','100','scrollbars=no,menubar=no,status=no');
}
function Navigate(url)
{
document.location.href = url ;
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i 12)
return false;
if (j > 31 || j < 1 )
return false;
if ( j > 30 && ( m==4 || m==6 || m == 9 || m == 11) )
return false;
if ( j > 29 && m==2 )
return false;
if ( a%4 && (m ==2) && (j > 28))
return false;
if( j < 10 )
js="0"+j;
else
js=""+j;
if( m< 10)
ms="0" +m;
else
ms="" + m;
objet.value=js + "/" + ms + "/" + a;
return true;
}
function getPageTitle() {
var titleElement;
if (document.getElementsByTagName) {
titleElement = document.getElementsByTagName('title')[0];
if (titleElement) {
return titleElement.text;
} else {
return '';
}
}
}
IncludeJavaScript('/library/javascript/jquery.js')