
	function popWin(strSpecial, strUrl) {
		window.open(strUrl + "?id=" + strSpecial, "serWin", "width=720, height=600, menubar=no, scrollbars=yes, resizable=yes");
	}