function backward()
{
history.back();
};

function forward()
{
history.forward();
};

function shutdown()
{
top.opener='';
top.close();
};

function help()
{
javascript:navigation('../pages/iframe_aide.html','content','width=686,height=408','');
return false;
};

function disable()
{
return false;
};

function enable()
{
return true;
};

function scrollcontentstart()
{
top.content.scrollTo(0,0);
};

function scrollcontentend()
{
top.content.scrollTo(0,100000);
};


function scrollcontentupplay()
{
top.content.scrollBy(0,-12);
timeoutcontentup = setTimeout('scrollcontentupplay()',25);
};

function scrollcontentupstop()
{
clearTimeout(timeoutcontentup);
};

function scrollcontentdownplay()
{
top.content.scrollBy(0,12);
timeoutcontentdown = setTimeout('scrollcontentdownplay()',25);
};

function scrollcontentdownstop()
{
clearTimeout(timeoutcontentdown);
};

function linksmallwhitea(link)
{
link.setAttribute('className','linksmallwhitea');
};

function linksmallwhiteb(link)
{
link.setAttribute('className','linksmallwhiteb');
};

function linksmallblacka(link)
{
link.setAttribute('className','linksmallblacka');
};

function linksmallblackb(link)
{
link.setAttribute('className','linksmallblackb');
};

function linkmediumwhitea(link)
{
link.setAttribute('className','linkmediumwhitea');
};

function linkmediumwhiteb(link)
{
link.setAttribute('className','linkmediumwhiteb');
};

function linkmediumblacka(link)
{
link.setAttribute('className','linkmediumblacka');
};

function linkmediumblackb(link)
{
link.setAttribute('className','linkmediumblackb');
};

function linklargewhitea(link)
{
link.setAttribute('className','linklargewhitea');
};

function linklargewhiteb(link)
{
link.setAttribute('className','linklargewhiteb');
};

function linklargeblacka(link)
{
link.setAttribute('className','linklargeblacka');
};

function linklargeblackb(link)
{
link.setAttribute('className','linklargeblackb');
};

function navigation(url,name,features,replace)
{
window.open(url,name,features,replace);void('');
};

function passwordsmall(url,name,features,replace)
{
questionsmall = prompt('ENTRER LE MOT DE PASSE','ICI');
anwsersmall = '161514';
if (questionsmall == anwsersmall) {window.open(url,name,features,replace);void('');};
else {alert('MAUVAIX MOT DE PASSE, DESOLER!');};
};

function passwordmedium(url,name,features,replace)
{
questionmedium = prompt('ENTRER LE MOT DE PASSE','ICI');
anwsermedium = '131211';
if (questionmedium == anwsermedium) {window.open(url,name,features,replace);void('');};
else {alert('MAUVAIX MOT DE PASSE, DESOLER!');};
};

function passwordlarge(url,name,features,replace)
{
questionlarge = prompt('ENTRER LE MOT DE PASSE','ICI');
anwserlarge = '100908';
if (questionlarge == anwserlarge) {window.open(url,name,features,replace);void('');};
else {alert('MAUVAIX MOT DE PASSE, DESOLER!');};
};

function applequicktimeplayer(autohref,autoplay,bgcolor,cache,controller,enablejavascript,endtime,height,href,kioskmode,loop,name,playeveryframe,qtsrc,scale,starttime,target,targetcache,visibility,volume,width)
{
document.write('<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" height="'+height+'" name="'+name+'" visibility="'+visibility+'" width="'+width+'"><param name="autohref" value="'+autohref+'"><param name="autoplay" value="'+autoplay+'"><param name="bgcolor" value="'+bgcolor+'"><param name="cache" value="'+cache+'"><param name="controller" value="'+controller+'"><param name="enablejavascript" value="'+enablejavascript+'"><param name="endtime" value="'+endtime+'"><param name="href" value="'+href+'"><param name="kioskmode" value="'+kioskmode+'"><param name="loop" value="'+loop+'"><param name="playeveryframe" value="'+playeveryframe+'"><param name="qtsrc" value="'+qtsrc+'"><param name="scale" value="'+scale+'"><param name="starttime" value="'+starttime+'"><param name="target" value="'+target+'"><param name="targetcache" value="'+targetcache+'"><param name="volume" value="'+volume+'"></object>');
};

function macromediaflashplayer(bgcolor,height,loop,menu,name,play,quality,scale,src,visibility,width,wmode)
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="'+height+'" name="'+name+'" visibility="'+visibility+'" width="'+width+'"><param name="bgcolor" value="'+bgcolor+'"><param name="loop" value="'+loop+'"><param name="menu" value="'+menu+'"><param name="play" value="'+play+'"><param name="quality" value="'+quality+'"><param name="scale" value="'+scale+'"><param name="src" value="'+src+'"><param name="wmode" value="'+wmode+'"></object>');
};

function qtmoderewind(variable)
{
variable.rewind();
};

function qtmodestop(variable)
{
variable.rewind();
variable.stop();
};

function qtmodeplay(variable)
{
variable.play();
};

function qtmodepause(variable)
{
variable.stop();
};

function qtvolumeoff(variable)
{
variable.setVolume(0);
};

function qtvolumehalf(variable)
{
variable.setVolume(128);
};

function qtvolumeon(variable)
{
variable.setVolume(256);
};

function qtspeedhalf(variable)
{
variable.setRate(0.5);
};

function qtspeednormal(variable)
{
variable.setRate(1.0);
};

function qtspeeddouble(variable)
{
variable.setRate(2.0);
};

function qtsizetiny(variable)
{
variable.setAttribute('width','160');
variable.setAttribute('height','120');
};

function qtsizesmall(variable)
{
variable.setAttribute('width','240');
variable.setAttribute('height','180');
};

function qtsizemedium(variable)
{
variable.setAttribute('width','320');
variable.setAttribute('height','240');
};

function qtsizelarge(variable)
{
variable.setAttribute('width','480');
variable.setAttribute('height','360');
};

function qtsizehuge(variable)
{
variable.setAttribute('width','640');
variable.setAttribute('height','480');
};

function qtsizefull(variable)
{
variable.setAttribute('width','100%');
variable.setAttribute('height','100%');
};

document.onabort=disable;
document.onactivate=disable;
document.onafterprint=disable;
document.onafterupdate=disable;
document.onbeforeactivate=enable;
document.onbeforecopy=disable;
document.onbeforecut=disable;
document.onbeforedeactivate=enable;
document.onbeforeeditfocus=disable;
document.onbeforepaste=disable;
document.onbeforeprint=disable;
document.onbeforeunload=disable;
document.onbeforeupdate=disable;
document.onblur=disable;
document.onbounce=disable;
document.oncellchange=disable;
document.onchange=disable;
document.onclick=enable;
document.oncontextmenu=disable;
document.oncontrolselect=disable;
document.oncopy=disable;
document.oncut=disable;
document.ondataavailable=disable;
document.ondatasetchanged=disable;
document.ondatasetcomplete=disable;
document.ondblclick=enable;
document.ondeactivate=disable;
document.ondrag=disable;
document.ondragend=disable;
document.ondragenter=disable;
document.ondragleave=disable;
document.ondragover=disable;
document.ondragstart=disable;
document.ondrop=disable;
document.onerror=disable;
document.onerrorupdate=disable;
document.onfilterchange=disable;
document.onfinish=disable;
document.onfocus=disable;
document.onfocusin=disable;
document.onfocusout=disable;
document.onhelp=help;
document.onkeydown=disable;
document.onkeypress=disable;
document.onkeyup=disable;
document.onlayoutcomplete=disable;
document.onload=disable;
document.onlosecapture=disable;
document.onmousedown=enable;
document.onmouseenter=enable;
document.onmouseleave=enable;
document.onmousemove=enable;
document.onmouseout=enable;
document.onmouseover=enable;
document.onmouseup=enable;
document.onmousewheel=disable;
document.onmove=disable;
document.onmoveend=disable;
document.onmovestart=disable;
document.onpaste=disable;
document.onpropertychange=disable;
document.onreadystatechange=disable;
document.onreset=disable;
document.onresize=disable;
document.onresizeend=disable;
document.onresizestart=disable;
document.onrowenter=disable;
document.onrowexit=disable;
document.onrowsdelete=disable;
document.onrowsinserted=disable;
document.onscroll=disable;
document.onselect=disable;
document.onselectionchange=disable;
document.onselectstart=disable;
document.onstart=disable;
document.onstop=disable;
document.onsubmit=disable;
document.onunload=disable;
