function popWind(str)
{
	if (str != "")
	{
		window.open(str,"popWin","top=50,left=50,height=1024,width=840,scrollbars=YES");
	}
}