<!-- Begin
/*ejemplo de URL:
<a href="javascript:abrirVentana('ayuda_popup.html','ayuda','500','400')">
*/
function abrirVentana(url,name,x,y){
window.open(url,name,'width=' + x + ',height=' + y + ',toolbar=no,locations=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
}
// End -->

