
	function GoToURL(targ, selObj, restore)
	{
	  eval(targ + ".location='" + selObj.options[selObj.selectedIndex].value + "'");
	  if (restore) 
		selObj.selectedIndex = 0;
	}


	function abrePoliticas()
	{
		open('politicas.htm', '_blank', 'toolbar=no,left=100,top=100,width=400,height=250,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
	}

	function abrir(pagina)
	{
		window.opener.location=pagina;
		window.opener.focus();
	}
	function esIE30()
	{
    		var browserType=navigator.userAgent;
    		if (browserType.indexOf("MSIE")==-1)
        	return false;
    	else
        	return true;
	}
	function generar_documento()
	{
    		if (esIE30())
   
		{open("http://www.viacultural.net/Biblioteca.asp?cli=9347&Estilo=9347&BarraMenu=NO&BarraVia=NO", "_blank")}
    		else
    		{open("../html/no_iexplorer.htm")};
	}



