function open_help_window(url,larg,alt,bar){
window.open('/customer/help_generale.php?help='+url,"helpWnd","width="+larg+", height="+alt+", scrollbars="+bar);
}
