///// CUSTOM FUNCTIONS
ie4=document.all;
ie55=(ie4&&((navigator.userAgent.indexOf("MSIE 5.5")!=-1)||(navigator.userAgent.indexOf("MSIE 6")!=-1)));
pc=navigator.platform.indexOf('Win32')!=-1;
mac=navigator.platform.indexOf('MacPPC')!=-1;
sinbordes=(ie4&&pc);

//Detection of flash player (almost version 1) (OK in all versions except MSExplorer 4.5 for mac)
var flash=false;
if((navigator.appName!="Netscape")&&(navigator.platform.indexOf("Mac")!=0)) {
 document.write('<SCRIPT LANGUAGE="VBScript"> \n');
 document.write('<!-- \n');
 document.write('	on error resume next \n');
 document.write(' flash = IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.1")) \n');
 document.write('rem --> \n');
 document.write('<\/SCRIPT>\n');
}
else if((navigator.mimeTypes)&&(navigator.mimeTypes["application/x-shockwave-flash"])) {
 if(navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) flash=true;
}