function abrirVentanaHorizontal(url)	
{ 
	var Wnd=window.open(url,"new","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=335,height=235");
}

function abrirVentanaVertical(url)	
{ 
	var Wnd=window.open(url,"new","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=250,height=371");
}
function abrirVentanaVerticalChica(url)	
{ 
	var Wnd=window.open(url,"new","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=250,height=195");
}
function abrirVentanaHorizontalChica(url)	
{ 
	var Wnd=window.open(url,"new","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=335,height=144");
}

