function menurapido() {
	page=document.areaform.select[document.areaform.select.selectedIndex].value;
	window.open(page,'_top');
	return false;
	}

function detalhes(varg){
	document.getElementById("imgDetail").src=varg
	}