// JavaScript Document 

//PARA AVISOS
function abreAviso(url){ 
  w=780; h=540; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	 w=700; h=500; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	 w=780; h=540; l=0; t=0;
 }

  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'VERAVISO',settings); } 

function abreAvisoRedactar(url){ 
 w=770; h=650; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	 w=700; h=500; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	 w=770; h=650; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'REDACTARAVISO',settings); } 

function abreAvisoReenviar(url){

 w=770; h=490; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	 w=700; h=500; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	 w=770; h=490; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'REENVIARAVISO',settings); } 

function abreAvisoResponder(url){ 
 w=770; h=570; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	 w=700; h=500; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	 w=770; h=570; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'RESAVISO',settings); } 

function abreAvisoImp(url){
 w=800; h=540; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	w=700; h=500; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	w=800; h=540; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'IMPAVISO',settings); } 
  
  function abreAvisoVerImp(url){ 
  w=670; h=540; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	w=600; h=500; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	w=670; h=540; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'IMPVERAVISO',settings); } 

  function abreAyuda(url){ 
     w=620; h=450; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	 w=620; h=450; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	 w=620; h=450; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'ABREAYUDA',settings); } 

function cierraAviso(){ win.close(); } 
function establecePosicion(){
	top.window.focus();
	var y=screen.height-30;
	var x=screen.width;
	top.window.resizeTo(x,y);
	top.window.moveTo(0,0);
}

//PARA MENSAJES
function abreMensaje(url){ 
      w=790; h=650; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	  w=620; h=450; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	  w=790; h=650; l=0; t=0;
 }

  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'VERMENSAJE',settings); } 

function abre(url){ 
 w=790; h=650; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	  w=620; h=450; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	  w=790; h=650; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'ABREMSJ',settings); 
} 
function abreTarea(url){ 
 w=790; h=550; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	  w=620; h=450; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	  w=790; h=550; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'ABREMSJ',settings); 
} 

function abreNuevo(url){ 
 w=790; h=370; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	  w=620; h=370; l=10; t=10;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	  w=790; h=370; l=0; t=0;
 }

  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'ABRENUEVO',settings); 
} 
//PARA NOTICIAS
function abreNoticia(url){  
 w=790; h=650; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	  w=620; h=450; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	  w=790; h=650; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'VERNOTICIA',settings); }  

function abreGesNoticias(url){ 
 w=790; h=650; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	  w=620; h=450; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	  w=790; h=650; l=0; t=0;
 }
 
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'GESNOTICIAS',settings); }  

function abreNoticiaClie(url){ 
 w=790; h=650; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	  w=620; h=450; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	  w=790; h=650; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'VERNOTICIACLIE',settings); } 
  

//PARA OFERTAS
function abreOfertaImgp(url){ 
 w=790; h=650; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	  w=620; h=450; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	  w=790; h=650; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'VERIMGOFERTA',settings); } 

function abreGesOfertas(url){  w=790; h=650; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	  w=620; h=450; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	  w=790; h=650; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'GESOFERTAS',settings); }  
  
function abreOferta(url){  w=790; h=650; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	  w=620; h=450; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	  w=790; h=650; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'VEROFERTA',settings); } 

function abreOfertaImg(url){ w=790; h=650; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	  w=620; h=450; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	  w=790; h=650; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'VERIMGOFERTA',settings); } 
  
function abreOfertaClieImg(url){  w=790; h=650; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	  w=620; h=450; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	  w=790; h=650; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'VEROFERTACLIE',settings); } 
 
 /* PARA AGENDA */
 function abreAgenda(url){ w=900; h=600; l=0; t=0;
 if (screen.width+"x"+screen.height == "800x600"){
	  w=750; h=450; l=0; t=0;
 }else if (screen.width+"x"+screen.height == "1024x768"){
	  w=900; h=600; l=0; t=0;
 }
  settings ='height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=yes,resizable=yes' 
  win = window.open(url,'VERAGENDA',settings); } 
 
//CAPAS
function setCapa(capa){
  if (screen.width+"x"+screen.height == "800x600"){
	capa.style.pixelLeft=33;
  }else if (screen.width+"x"+screen.height == "1024x768"){
	capa.style.pixelLeft=147;
  }else if (screen.width+"x"+screen.height == "1152x864"){
	capa.style.pixelLeft=208;
  }else if (screen.width+"x"+screen.height == "1280x960"){
	capa.style.pixelLeft=273;
  }else if (screen.width+"x"+screen.height == "1280x1024"){
	capa.style.pixelLeft=273;
  } 
  capa.style.visibility="visible";
}