function popWindow(popurl,left,top,width,height)
	{
		var title =""
		window.open(popurl,"","left=" + left + ",top=" + top + ",width=" + width + ",height="+ height + ",resizable=no,resizable=no");
	}