/* Funciones necesarias para el funcionamiento del portal de FONATUR */
//window.name="homefonatur";
var attr = "resizable=no,scrollbars=no,status=no"
var g_wndSupport = null;
urlext = function(v){
	//alert("hola   "+v);
	if(v){
		var nuevo = window.open(v);
	}
}
function popVentas()
{
	var strURL = 'http://www.fonatur.gob.mx:40/java/popVentas.htm';
	if (g_wndSupport == null)
		g_wndSupport = window.open( strURL,"popVentas","height=330,width=530, " + attr);
	g_wndSupport.focus();
}
function open_curp()
{
win_curp=window.open("/gobierno/Sec_Gob/CURP/CurpPS_HTML/jsp/curpTDP.html","curp","resizable=no,menubar=no,location=center,toolbar=no,scrollbars=yes,width=640,height=480");
win_curp.focus()
}

function fon_video(){
	win_video=window.open("fon_video.html","fon_video","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=150");
	win_video.focus()
}
function Abre_video_mexico(v_video) { //v2.0
//mms://FONA234/         Difusión_muestra_r0.asx
  window.open(v_video,'video30nuevo','toolbar=no,location=NO,scrollbars=no,resizable=yes,width=500,height=328');
}
function Abre_documento(v_doc) { //v2.0
//mms://FONA234/         Difusión_muestra_r0.asx
  window.open(v_doc,'docnuevo','toolbar=no,location=NO,scrollbars=yes,resizable=yes,width=750,height=600');
}
function Abre_documento_2(v_doc) { //v2.0
//mms://FONA234/         Difusión_muestra_r0.asx
  window.open(v_doc,'docnuevo','toolbar=no,location=NO,scrollbars=yes,resizable=yes,width=800,height=700');
}
function Abre_ventana(v_doc,v_1,v_2) { //v2.0
  window.open(v_doc,'ventananva','toolbar=no,location=NO,scrollbars=no,resizable=no,width=' + v_1 + ',height=' + v_2 );
}

function open_pi()
{
win_pi=window.open("/es/PI/PI_banner_promo.html","pipromo","resizable=no,menubar=no,location=No,toolbar=no,scrollbars=No,status=no,width=470,height=320");
win_pi.focus()
}
function open_encuesta()
{
win_encsat=window.open("/es/visitantes/encuesta_de_satisfaccion.htm","encuesta","resizable=yes,menubar=no,location=center,toolbar=no,scrollbars=no,width=350,height=325");
win_encsat.focus()
}
function open_mail()
{
win_mail=window.open("https://mail2007.fonatur.gob.mx/owa","mailowa","resizable=yes,menubar=no,location=no,toolbar=no,scrollbars=No,width=850,height=700");
win_mail.focus()
}
function MM_openWindow(mod,sec,ind1,ind2,ind3,bases) { //v2.0
  var theURL = "/es/_soporte/abre_contenido_ind_frame.asp?modulo=" + mod + "&cve_sec=" + sec + "&inciso=" + ind1 + "&indice=" + ind2 + "&subindice=" + ind3  + "&bases=" + bases ;
  win1=window.open(theURL,'licena','menubar=No,toolbar=No,resizable=yes,screenX=10,screenY=10,width=750,height=600,status=no');
  win1.focus()
}
function MM_openWindowNormInt(sec) { //v2.0
//  var theURL = "abre_contenido.asp?pro_sec=" + sec ;
  var theURL = "/procedimientos/frame_anon.asp?pro_sec=" + sec ;
//  alert("theURL="+theURL); 
  window.open(theURL,'POLITICAS','resizable=yes,screenX=10,screenY=10,width=700,height=600');
}
