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