function newwin(url, win, params)
{
	window.open(url, win, params);
}