// JavaScript Document
function ShowReservas(pagina){
	window.open(pagina,"janela","resizable=no,status=no,scrollbars=yes,width=525px,height=640,top=30,left=50")
}
function postar(pagina){
window.open(pagina,"janela","resizable=no,status=no,scrollbars=no,width=300px,height=366px,top=30,left=20")
}