function new_win(input,width,height)
	{
		window.open(input,'','toolbar=no,location=no,width='+width+',height='+height);
	}
