// JavaScript Document
function helpWin3(inner)
{
	  var win = new Window({className: "alphacube", id: "alphacube", url: "http://"+window.location.host+"/user/help/html/?id_nodo="+inner, title: "trixbox Registration", width:635, height:680, wiredDrag: true}); 
	  //win.getContent().innerHTML = document.getElementById('tbreg_tool').innerHTML;
	  win.setDestroyOnClose(); 
	  //win.setLocation(10, 500);
	  win.showCenter(false, 10);
	  win.toFront();
}
