var resp=""; 
var selection=true;
function Seleccion(opc){
	selection=false;
	resp=opc; }

function openWindow(url) {
	popupWin = window.open(url, 'new_page', 'width=350,height=400,scrollbars = 1') }

function abrirPanoramica(url) {
	popupWin = window.open(url, 'new_page', 'width=790,height=400') }

function abrirPanoramica2(url) {
	popupWin = window.open(url, 'new_page', 'width=700,height=300') }
	
function abrirMapa(url) {
	popupWin = window.open(url, 'new_page', 'width=780,height=500,resizable=1,scrollbars = 1') }

function abrirEncuesta(url) {
	url = url + "&respuesta=" + resp;
	popupWin = window.open(url, 'new_page', 'width=400,height=350,resizable=0,scrollbars = 0'); }

function abrirFoto(url) {
	popupWin = window.open(url, 'new_page', 'width=500,height=410,resizable=0,scrollbars = 0') }

function abrirFotoV(url) {
	popupWin = window.open(url, 'new_page', 'width=380,height=550,resizable=0,scrollbars = 0') }
function abrirGaleria(url) {
	popupWin = window.open(url, 'new_page', 'width=780,height=550,resizable=0,scrollbars=0,fullscreen=1,left=20,top=20') }
function Seleccion(opc){
	document.encuesta.opcion.value = opc; 
	return;
}

