function OpenWin(addr)
{
	str = "top=20,left=20,scrollbars=1,resizable=1,status=0,width=600,height=500";	
	window.open(addr,'',str);
}