// JScript source code
function OpenNewWin(theURL)
	{ 
  		window.open(theURL);
	}
