function openwindow(windowURL) {
	newWin = window.open( windowURL,'ventanaReservas','width=790,height=570,top=30,left=30,menubar=no,scrollbars=yes,resizable=yes,status=yes');
	newWin.focus();	
}