function NewWin(URL)
{
	window.open(URL,"","width=500,height=400,resizable=yes,scrollbars=yes");
}