function openwin(url, width, height, tit)
{
	win1 = open(url, "_blank", "toolbar=0,status=0,location=0,menubar=0,directories=0,scrollbars=1,resizeable=1,width="+width+",height="+height);
	return false;
}