// JavaScript Document
function xanela(direcion,titulo,propiedades)
{
window.open(direcion,titulo,propiedades);
}
