
if (window.Event) 
document.captureEvents(Event.MOUSEUP); 
function nocontextmenu()  
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
function norightclick(e)    
{
if (window.Event)   
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}   
}
document.oncontextmenu = nocontextmenu;     
document.onmousedown = norightclick;        


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function hebe01() {
window.open ("hebe01.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=365,height=285,left=200,top=100")
}
function hebe02() {
window.open ("hebe02.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=365,height=285,left=200,top=100")
}
function hebe03() {
window.open ("hebe03.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=365,height=285,left=200,top=100")
}
function hebe04() {
window.open ("hebe04.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=365,height=285,left=200,top=100")
}
function hebe05() {
window.open ("hebe05.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=365,height=285,left=200,top=100")
}
function hebe06() {
window.open ("hebe06.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=365,height=285,left=200,top=100")
}
function armario() {
window.open ("pop_armario.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=400,height=430,left=150")
}
function ponto() {
window.open ("pop_ponto.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=500,height=500,left=0,top=0")
}
function usb() {
window.open ("pop_usb.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=500,height=380,left=0,top=0")
}
function pos_est() {
window.open ("pop_pos_est.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=380,height=480,left=0,top=0")
}
function pos_bio() {
window.open ("pop_pos_bio.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=380,height=450,left=0,top=0")
}
function terminal() {
window.open ("pop_terminal_armario.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=370,height=350,left=200,top=100")
}
function videowmedia() {
window.open ("video_wmedia.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=300,height=280,left=200,top=100")
}
function videorplayer() {
window.open ("video_rplayer.htm", "", "toolbars=no,resizable=no,scrollbars=no,width=300,height=280")
}
function admin() {
window.open ("administracao.asp", "", "toolbars=no,resizable=yes,scrollbars=yes,width=800,height=550")
}
function pdf() {
window.open ("CONAMA275.PDF", "", "toolbars=no,resizable=yes,scrollbars=yes,width=795,height=550,left=0,top=0")
}