// JavaScript Document
function OpenWinParent(URL) { 
  var nw	
  nw = window.open(URL,"contact","width=624,height=396,left=50,top=50,resizable");
  parent.main.history.previous;
  nw.focus();
} 
function OpenWin(URL) { 
  var nw	
  nw = window.open(URL,"contact","width=624,height=420,left=50,top=50,resizable");
  nw.focus();
} 
function OpenWin1(URL) { 
  var nw	
  nw = window.open(URL,"contact1","width=680,height=600,left=50,top=50,resizable,scrollbars=YES");
  nw.focus();
} 
function OpenWin2(URL) { 
  var nw	
  nw = window.open(URL,"contact2","width=680,height=600,left=50,top=50,resizable,scrollbars=YES");
  nw.focus();
} 
function OpenWin3(URL) { 
  var nw	
  nw = window.open(URL,"contact3","width=610,height=480,left=50,top=50,resizable,scrollbars=YES");
  nw.focus();
} 

function OpenFullWindow(URL) { 
  var nw	
  nw = window.open(URL,"banner","width=700,height=500,left=20,top=20,resizable,toolbar=YES,scrollbars=YES");
  nw.focus();
} 
function OpenSite(URL) { 
  var nw	
 nw = window.open(URL,"detalle","width=500,height=410,left=50,top=50,resizable,scrollbars=YES");
  nw.focus();
} 
function CloseW() {
window.close();
}
function AbrirDetalleGeneral( wsp )  {
window.open('detalle.asp?foto=1&id=' + wsp.value, '_top');
}
function AbrirZona( wsp )  {
window.open('elegir.asp?cod=zona&valor=' + wsp.value, '_top');
}
function AbrirNombre( wsp )  {
window.open('elegir.asp?cod=nombre&valor=' + wsp.value, '_top');
}
function OpenOrden(URL) { 
  var nw	
  nw = window.open(URL,"orden","width=545,height=400,left=200,top=100,resizable,scrollbars=YES");
  nw.focus();
} 
function OpenImagen(URL) { 
  var nv	
  nv = window.open(URL,"imagen","width=470,height=200,left=50,top=50");
  nv.focus();
} 
function OpenCongreso(URL) { 
  var nw	
  nw = window.open(URL,"banner","width=700,height=410,left=20,top=20,resizable,toolbar=YES,scrollbars=YES");
  nw.focus();
} 

