function NewWin(url)
{
	window.open(url,"","height=600, width=800, scrollbars=yes");
}

