/* JavaScriptCompressor 0.8 [www.devpro.it], thanks to Dean Edwards for idea [dean.edwards.name] */
function montre(id){if (document.getElementById){document.getElementById(id).style.display=
"block"
;} else if (document.all){document.all[id].style.display=
"block !important"
;} else if (document.layers){document.layers[id].display=
"block !important"
;}}
function cache(id){if (document.getElementById){document.getElementById(id).style.display=
"none"
;} else if (document.all){document.all[id].style.display=
"none !important"
;} else if (document.layers){document.layers[id].display=
"none !important"
;}}
function popup(url){window.open(url,
"_blank"
,
"menubar=no, status=no, scrollbars=no, resizable=no, width=800, height=500"
);}