function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}
function openhoteis(the_url, the_length)
{var the_features =' scrollbars=1 ,top=0,left=0,location=1,resizable=1,width=750 , height=550 ';
	var the_window = window.open(the_url, "", the_features);
	the_window.creator=self ; 
}
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
function jordao4()
{	box = document.forms[0].campos4;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function right(x) {
     if (navigator.appName == 'Netscape' && (x.which == 3 || x.which == 2))
        {
          alert("Atenção! A cópia desse material é proibida. Lei Federal de Direitos Autorais -Nº 9610 de 19/Março/1998.");
          return false;
        }
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) 
        {
          alert("Atenção! A cópia desse material é proibida. Lei Federal de Direitos Autorais -Nº 9610 de 19/Março/1998.");
          return false;
        }
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
