function openWin ( url, name)
{
	window.open( url, name, "scrollbars, resizable, status=yes,width=850,height=500");;
}
