// JavaScript Document

function newwin(URLA)
{
	popupWin = window.open(URLA, 'HelpWindow', 'width=150, height=600, left=50, top=50');
}