function OpenWin(link) 
	{
	newwin = window.open(link, "", "width=465,height=350,scrollbars=yes,location=no,menubar=no,status=yes,toolbar=no,resizable=yes");
	}
