﻿// JScript File

var popUp;
function ConsultarArchivos(idname1,idname2,idname3)
{
	popUp = window.open('UploadArchivos.aspx?DirectoryFile=Archivos&formname=' + document.forms[0].name + 
		'&id1=' + idname1 + '&id2=' + idname2  + '&id3=' + idname3, 
		'popupcal', 
		'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=0px,left=5px,width=' + screen.width/1.2 + 'px,Height=' + screen.width/1.2 + 'px');
}
function ConsultarImagenesNews(idname1,idname2)
{
	popUp = window.open('UploadImages.aspx?DirectoryFile=NewsImages&formname=' + document.forms[0].name + 
		'&id1=' + idname1 + '&id2=' + idname2, 
		'popupcal', 
		'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=0px,left=5px,width=' + screen.width/1.2 + 'px,Height=' + screen.width/1.2 + 'px');
}
function ConsultarImagenesLogos(idname1,idname2)
{
	popUp = window.open('UploadImages.aspx?DirectoryFile=Logos&formname=' + document.forms[0].name + 
		'&id1=' + idname1 + '&id2=' + idname2, 
		'popupcal', 
		'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=0px,left=5px,width=' + screen.width/1.2 + 'px,Height=' + screen.width/1.2 + 'px');
}
function ConsultarImagenesBanners(idname1,idname2)
{
	popUp = window.open('UploadImages.aspx?DirectoryFile=Banners&formname=' + document.forms[0].name + 
		'&id1=' + idname1 + '&id2=' + idname2, 
		'popupcal', 
		'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=0px,left=5px,width=' + screen.width/1.2 + 'px,Height=' + screen.width/1.2 + 'px');
}
function ConsultarImagenesBannersAside(idname1,idname2)
{
	popUp = window.open('UploadImages.aspx?DirectoryFile=BannersAside&formname=' + document.forms[0].name + 
		'&id1=' + idname1 + '&id2=' + idname2, 
		'popupcal', 
		'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=0px,left=5px,width=' + screen.width/1.2 + 'px,Height=' + screen.width/1.2 + 'px');
}


function SetValue(formName, id, newValue)
{
	window.opener.document.getElementById(id).value=newValue;
	
	

}	

function QuitaImagen(control,control2)
{
    control.value='';
    document.getElementById(control2).value='';
    
}

function ConsultarLinks(idname1,idname2,postBack)
{
	popUp = window.open('LnkInterno.aspx?formname=' + document.forms[0].name + 
		'&id1=' + idname1 + '&id2=' + idname2  +  '&postBack=' + postBack, 
		'popupcal', 
		'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=5px,left=5px,width=' + screen.width/2 + 'px,Height=600px' );
		
}// JScript File


