function WinOpen(height,width,url)
{
	window.open(
	url,
	"RegHelp",
	"toolbar=no,location=no,resizable=no,scrollbars=no,status=no,height="+height+",width="+width);
}