// dez... por kurole web design www.kurole.com.br...


window.document.write('<script language="javascript" type="text/javascript" src="js/jquery-1.4.2.min.js"></script>');


window.document.write('<script language="javascript" type="text/javascript" src="js/jquery.easing.js"></script>');
window.document.write('<script language="javascript" type="text/javascript" src="js/jquery.use.js"></script>');



window.document.write('<script type="text/javascript" language="javascript" src="js/dropdownmenu.js"></script>');
window.document.write('<link rel="stylesheet" href="css/menu.css" type="text/css" />');


window.document.write('<script type="text/javascript" language="javascript" src="lightbox_kurole/js.js"></script>');
window.document.write('<link rel="stylesheet" type="text/css" href="lightbox_kurole/style.css" />');

window.document.write('<link href="highslide/highslide.css" rel="stylesheet" type="text/css" />');
window.document.write('<link href="css/imprime.css" media="screen" rel="stylesheet" />');
window.document.write('<link href="css/folha.css" rel="stylesheet" type="text/css" />');
window.document.write('<link rel="stylesheet" type="text/css" href="css/lightbox.css" />');
window.document.write('<link rel="stylesheet" type="text/css" href="css/galeria.css" />');

window.document.write('<script type="text/javascript" src="ajax/ajax.js"></script>');
window.document.write('<script type="text/javascript" src="js/js.js"></script>');
window.document.write('<script type="text/javascript" src="js/enquete.js"></script>');
window.document.write('<script type="text/javascript" src="js/prototype.js"></script>');
window.document.write('<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>');
window.document.write('<script type="text/javascript" src="js/lightbox.js"></script>');

window.document.write('<script type="text/javascript" src="highslide/highslide-with-gallery.js"></script>');
window.document.write('<script type="text/javascript" src="js/fs.js"></script>');
window.document.write('<script type="text/javascript" src="js/fsprint.js"></script>');

window.document.write('<!--[if lte IE 6]>');
window.document.write('<script type="text/javascript" src="js/supersleight-min.js"></script>');
window.document.write('<![endif]-->');
window.document.write('<!--[if lt IE 7]>');
window.document.write("<style media='screen,projection' type='text/css'>");
window.document.write('#topo{');
window.document.write('background-image: none;');
window.document.write("filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/bgtopo.png');");
window.document.write('}');
window.document.write('</style>');
window.document.write('<![endif]-->');




function validateKey (evt, msg)   
    {   
        if (evt.keyCode == '17')   
        {   
            alert(msg)   
            return false   
        }   
        return true   
    }
	
	
function click() {
if (event.button==2||event.button==3 || event.button==17) {
oncontextmenu='return false';
  }
}
document.onmousedown=click;
document.oncontextmenu = new Function("return false;");/*by kurole*/


