function newwin(url,ww,hh)
{
	window.open(url,"new","directories=0,location=0,scrollbars=1,menubar=0,status=0,toolbar=0,width=" + ww + ",height=" + hh);
}

