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;
}

