/*******************************/
/***   AUDITORIA 2005 V2.0 	 ***/
/*******************************/
function traeBusqueda(portal,vPlantilla){
	txt = document.all.txtBusca.value;
	if(txt == ''){
		alert("Indique el texto a buscar");
	}else{
		document.location.href = vPlantilla+"?Portal="+portal+"&View=4&txtBusca="+txt;
	}
}
function ModificaSelElementosOpcionalNEW(IdElement,opt){
	var tr = window.opener.frames.EDITORHTM.document.selection.createRange()
	tr.execCommand(IdElement,'',opt)
	tr.select() 
	window.opener.frames.EDITORHTM.focus();
}
function TraePortalMenu(Origen,Portal,Id,Id2,vPlantilla,vendis){
	if (vendis=='True' || vendis=='Verdadero' || vendis=='1'){
		var ancho 	= 800;
		var alto 	= 600;
		var x 		= (screen.width - ancho) / 2;
		var y 		= (screen.height - alto) / 2;
		window.open(vPlantilla + "?Portal="+Origen, "PortalVD", "width=" + ancho + ",height=" + alto + ",top=" + "20" + ",left=" + x + ",toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1");
	}else{
		document.location.href = vPlantilla + "?Portal="+Origen;
	}
}
function TraePrograma(origen,vendis,por,id,pgm,bm,bu,bid,vPlantilla){
	if (vendis=='True' || vendis=='Verdadero' || vendis=='1'){
		var ancho 	= 1000;
		var alto 	= 430;
		var x 		= (screen.width - ancho) / 2;
		var y 		= (screen.height - alto) / 2;
		window.open(origen+'?Portal='+por+'|'+pgm+"|1|"+por, "Programa", "width=" + ancho + ",height=" + alto + ",top=" + "20" + ",left=" + x + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1");
	}else{
		document.location.href = vPlantilla + "?Portal="+por+"&MenuActivo="+bm+"&Prog=1&View=1&Origen="+origen+"?Portal="+por+"|"+pgm+"|0|"+por;
	}
}
function TraeURL(origen,vendis,por,id,vPlantilla){
	if(vendis=='True' || vendis=='Verdadero' || vendis=='1'){
		var ancho 	= 500;
		var alto 	= 400;
		var x 		= (screen.width - ancho) / 2;
		var y 		= (screen.height - alto) / 2;
		var win 	= window.open("RedirectURL.asp?Portal="+por+"&origen=" + escape(origen), "URL", "width=" + ancho + ",height=" + alto + ",top=" + "20" + ",left=" + x + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1");
		win.focus();
	}else{document.location.href = vPlantilla + "?Portal="+por+"&View=1&Origen="+origen;}
}
function Consiss(){
	var ancho 	= 500;
	var alto 	= 400;
	var x 		= (screen.width - ancho) / 2;
	var y 		= (screen.height - alto) / 2;
	window.open("http://www.potentiaweb.com/redirect.html","portal","width="+ancho+",height="+alto+",top="+"20"+",left="+x+",toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1");
}
function TraePortal(portal,vendis,vPlantilla){
	if(vendis=='True' || vendis=='Verdadero' || vendis=='1'){
		var ancho 	= 500;
		var alto 	= 400;
		var x 		= (screen.width - ancho) / 2;
		var y 		= (screen.height - alto) / 2;
		window.open(vPlantilla + "?Portal="+portal, "portal", "width=" + ancho + ",height=" + alto + ",top=" + "20" + ",left=" + x + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1");
	}else{
		document.location.href = vPlantilla + "?Portal="+portal;
	}
}
function TraeTramaMenu(Origen,Portal,Id,Id2,IdT,vPlantilla,vendis){
	if(vendis=='True' || vendis=='Verdadero' || vendis=='1'){
		var ancho 	= 500;
		var alto 	= 400;
		var x 		= (screen.width - ancho) / 2;
		var y 		= (screen.height - alto) / 2;
		window.open("../../VistasV2_1/Trama_LocalVD.asp?Portal="+Portal+"&View=3&Origen="+Id+"&Plantilla="+vPlantilla, "ViewTrama", "width=" + ancho + ",height=" + alto + ",top=" + "20" + ",left=" + x + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1");
	}else{
		document.location.href = vPlantilla + "?Portal="+Portal+"&View=3&Origen="+Id+"&Plantilla="+vPlantilla + "&MenuActivo=" + Id + "&MenuActivo2=" + Id2;
	}
}
function DisplayContentLnkEditor(tipotmp){
	document.all.cboOPortal.selectedIndex = 0;
	document.all.txtURL.value = "";
	document.all.cboColaboracion.selectedIndex = 0;
	document.all.txtBannerAnimacion.value = "";
	document.all.txtEmail.value = "";
	if (tipotmp == 0){
		document.all['Portal'].style.display = 'none';		
		document.all['URL'].style.display = 'none';		
		document.all['Colaboracion'].style.display = 'none';	
		document.all['Trama'].style.display = 'none';		
		document.all['Banner'].style.display = 'none';
		document.all['EMail'].style.display = 'none';
	}
	if (tipotmp == 8){
		document.all['Portal'].style.display = 'none';		
		document.all['URL'].style.display = 'none';		
		document.all['Colaboracion'].style.display = 'none';	
		document.all['Trama'].style.display = 'none';		
		document.all['Banner'].style.display = 'none';
		document.all['EMail'].style.display = 'none';
	}
	if (tipotmp == 7){
		document.all['Portal'].style.display = 'none';		
		document.all['URL'].style.display = 'none';		
		document.all['Colaboracion'].style.display = 'none';	
		document.all['Trama'].style.display = 'none';		
		document.all['Banner'].style.display = 'none';
		document.all['EMail'].style.display = '';
	}
	if (tipotmp == 1){
		document.all['Portal'].style.display = '';		
		document.all['URL'].style.display = 'none';		
		document.all['Colaboracion'].style.display = 'none';
		document.all['Trama'].style.display = 'none';		
		document.all['Banner'].style.display = 'none';
		document.all['EMail'].style.display = 'none';
	}
	if (tipotmp == 2){
		document.all['Portal'].style.display = 'none';		
		document.all['URL'].style.display = '';		
		document.all['Colaboracion'].style.display = 'none';	
		document.all['Trama'].style.display = 'none';	
		document.all['Banner'].style.display = 'none';		
		document.all['EMail'].style.display = 'none';
	}
	if (tipotmp == 3){
		document.all['Portal'].style.display = 'none';		
		document.all['URL'].style.display = 'none';		
		document.all['Colaboracion'].style.display = '';	
		document.all['Trama'].style.display = 'none';	
		document.all['Banner'].style.display = 'none';	
		document.all['EMail'].style.display = 'none';
	}
	if (tipotmp == 5) {
		document.all['Portal'].style.display = 'none';		
		document.all['URL'].style.display = 'none';		
		document.all['Colaboracion'].style.display = 'none';	
		document.all['Trama'].style.display = 'none';	
		document.all['Banner'].style.display = '';	
		document.all['EMail'].style.display = 'none';
	}	
	if (tipotmp == 6) {
		document.all['Portal'].style.display = 'none';		
		document.all['URL'].style.display = 'none';		
		document.all['Colaboracion'].style.display = 'none';	
		document.all['Trama'].style.display = '';		
		document.all['Banner'].style.display = 'none';
		document.all['EMail'].style.display = 'none';
	}
}
function Verifylink(Id){
	if (document.all.cboOrigen.value == ""){
		alert('Elije un tipo de orígen válido.');
		return false;}
	else{
		switch(Id){
			case "1":	if(document.all.cboOPortal.value == ""){
							alert("Seleccione un portal válido.");
							return false;
						}
						break;
			case "2": 	if(document.all.txtURL.value == ""){
							alert("Capture un URL válido.");
							return false;
						}
						break;
			case "3": 	if(document.all.cboColaboracion.value == ""){
							alert("Seleccione una colaboracion válida.");
							return false;
						}
						break;
			case "5": 	if(document.all.txtBannerAnimacion.value == ""){
							alert("Seleccione la imagen a presentar.");
							return false;
						}
						break;						
			case "7": 	if(document.all.txtEmail.value == ""){
							alert("Capture un EMail válido..");
							return false;
						}
						break;
			}
		}
	document.calform.hId.value=Id;
	document.calform.submit();
	}
function subirArchivo(campo,portal){
	var ancho = 300;
	var alto = 150;
	var x = (screen.width - ancho) / 2;
	var y = (screen.height - alto) / 2;		
	var strUrl  = "../../../subirArchivo.asp?campo=" + campo+"&Portal="+portal;
	window.open(strUrl, "SubirArchivo", "width=" + ancho + ",height=" + alto + ",top=" + y + ",left=" + x + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");}
function Display(valor, campo, portal){
	if(campo == 'txtBannerAnimacion'){document.calform.txtBannerAnimacion.value=valor}}

function TraeURLMenu(Origen,Portal,Id,Id2,vPlantilla,Vendis){
	if (Vendis=='True' || Vendis=='Verdadero' || Vendis=='1'){
		var ancho = 780;
		var alto = 500;
		var x = (screen.width - ancho) / 2;
		var y = (screen.height - alto) / 2;
		window.open(Origen, "URL", "width=" + ancho + ",height=" + alto + ",top=" + "20" + ",left=" + x + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1");
	}else{
		document.location.href = vPlantilla + "?Portal="+Portal+"&MenuActivo="+Id+"&View=1&Origen="+Origen;
	}
}

function TraeColaboracionMenu(Origen,Portal,Id,Id2,vPlantilla,vendis,tipo){
	if (vendis=='True' || vendis=='Verdadero' || vendis=='1'){
		var ancho = 780;
		var alto = 500;
		var x = (screen.width - ancho) / 2;
		var y = (screen.height - alto) / 2;
		window.open("../VistasDBV2/Colaboracion_Local.asp?TipoColaboracion="+tipo+"&Portal="+Portal+"&View=1&Origen="+Origen , "ViewTrama", "width=" + ancho + ",height=" + alto + ",top=" + "20" + ",left=" + x + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1");
	}else{
		var locPath = "http://"+location.hostname+"/2008/potentiaweb/portal/genera/VistasV2_1/PlantillasV2/" + vPlantilla + "?Portal=" + Portal + "&View=2" + "&Origen=" + Origen + "&MenuActivo=" + Id + "&MenuActivo2=" + Id2;
		document.location.href = locPath;
	}
}








































function TraeFormaMenu(Origen,Portal,Id,Id2,vPlantilla,vendis,tipo,esp){	
	if (vendis=='True' || vendis=='Verdadero' || vendis=='1'){
		var ancho = 550;
		var alto = 400;
		var x = (screen.width - ancho) / 2;
		var y = (screen.height - alto) / 2;
		window.open("../VistasDBV2/Colaboracion_Local.asp?TipoColaboracion="+tipo+"&Portal="+Portal+"&View=1&Origen="+Origen+"&Esp="+esp , "ViewTrama", "width=" + ancho + ",height=" + alto + ",top=" + "20" + ",left=" + x + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1");
	}else{
		document.location.href = vPlantilla + "?Portal=" + Portal + "&View=6" + "&Origen=" + Origen + "&MenuActivo=" + Id + "&MenuActivo2=" + Id2 + "&Esp=" + esp;
	}
}
function ventana(email,imagen,portal){
	email = email.replace('*64*', '@');
	var pagina;
	pagina = '../SendMail.asp?email='+email+'&imagen='+imagen+'&portal='+portal;
   	window.open(pagina,'Mail','width=550,height=320,resizable,scrollbars=0');
}
/*****************	TraePortalMenu	*****************/


/*****************	TraePortalMenu	*****************/


function TraeColaboracion(Tipo,origen,vendis,por,id,vPlantilla){
 	if (vendis=='True' || vendis=='Verdadero' || vendis=='1'){
		var ancho = 550;
		var alto = 400;
		var x = (screen.width - ancho) / 2;
		var y = (screen.height - alto) / 2;
		window.open("../VistasDBV2/Colaboracion_Local.asp?TipoColaboracion="+Tipo+"&Portal="+por+"&View=1&Origen="+origen , "ViewTrama", "width=" + ancho + ",height=" + alto + ",top=" + "20" + ",left=" + x + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1");
	}else{
		document.location.href = vPlantilla + "?Portal="+por+"&View=2&Origen="+origen;
	}
}


function TraeColaboracionMenuFor(Origen,Portal,Id,Id2,vPlantilla,vendis,tipo,Valor){
	if (typeof(document.activeElement.idRegElementSel)=='undefined')
		{idRegElementSel=0}
	else
 		{idRegElementSel=(document.activeElement.idRegElementSel)}
	
	if (vendis=='True' || vendis=='Verdadero' || vendis=='1'){
		var ancho = 550;
		var alto = 400;
		var x = (screen.width - ancho) / 2;
		var y = (screen.height - alto) / 2;
		window.open("../VistasDBV2/Colaboracion_Local.asp?idRegElementSel="+idRegElementSel+"&TipoColaboracion="+tipo+"&Portal="+Portal+"&View=1&Origen="+Origen , "ViewTrama", "width=" + ancho + ",height=" + alto + ",top=" + "20" + ",left=" + x + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1");
	}else{
		document.location.href = vPlantilla + "?idRegElementSel="+idRegElementSel+"&Portal=" + Portal + "&View=2" + "&Origen=" + Origen + "&MenuActivo=" + Id + "&MenuActivo2=" + Id2 + "&Filtro=" + Valor;
	}	
}
/*****************	TraeURL	*****************/

/*****************	TraeTrama	*****************/

function TraeTrama(origen,vendis,por,id,vPlantilla){
	if (vendis=='True' || vendis=='Verdadero' || vendis=='1'){
		var ancho = 500;
		var alto = 400;
		var x = (screen.width - ancho) / 2;
		var y = (screen.height - alto) / 2;
		window.open("../../VistasV2_1/Trama_LocalVD.asp?Portal="+por+"&View=3&Origen="+id+"&Plantilla="+vPlantilla, "ViewTrama", "width=" + ancho + ",height=" + alto + ",top=" + "20" + ",left=" + x + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1");
	}else{
		document.location.href = vPlantilla + "?Portal="+por+"&View=3&Origen="+id+"&Plantilla="+vPlantilla;
	}
}
/*****************	TraeColaboracionMenuH	*****************/
function TraeColaboracionMenuH(Origen,Portal,Id,Id2,d1,d2,vPlantilla){
	document.location.href = vPlantilla + "?Portal=" + Portal + "&View=2" + "&Origen=" + Origen + "&MenuActivo=" + Id + "&MenuActivo2=" + Id2 + "&d1="+d1+"&d2="+d2;
}
function TraeTramaMenuH(Origen,Portal,Id,Id2,IdT,d1,d2,vPlantilla){
	document.location.href = vPlantilla + "?Portal="+Portal+"&View=3&Origen="+Origen+"&Plantilla="+vPlantilla + "&MenuActivo=" + Id + "&MenuActivo2=" + Id2 + "&d1="+d1+"&d2="+d2;
}


function TraePortalMenuH(Origen,Portal,Id,Id2,d1,d2,vPlantilla){	
	document.location.href = vPlantilla + "?CL=1&Portal="+Origen;
}
function TraeURLMenuH(Origen,Portal,Id,Id2,d1,d2,vPlantilla){
	document.location.href = vPlantilla + "?Portal=" + Portal + "&View=1" + "&Origen=" + Origen + "&MenuActivo=" + Id + "&MenuActivo2=" + Id2 + "&d1="+d1+"&d2="+d2;
}
function TraeBanner(origen,vendis,por,id,tipo,vPlantilla){
	if (vendis=='True' || vendis=='Verdadero' || vendis=='1'){
		var ancho = 200;
		var alto = 200;
		var x = (screen.width - ancho) / 2;
		var y = (screen.height - alto) / 2;
		window.open("../VistaPreviaBanner.asp?origen="+origen+"&tipo=1&por="+por+"&despliega="+vendis+"&TP="+id, "URL", "width=" + ancho + ",height=" + alto + ",top=" + "20" + ",left=" + x + ",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1");
	}else{
		document.location.href = vPlantilla + "?Portal="+por+"&View=5&Origen="+origen+"&Tipo="+tipo+"&VenDis="+vendis+"&TP="+id;
	}
}