function openWin(tid, sysID, wide, high) {
	newWin=window.open('SysNotfDtl.cfm?tid='+tid+'&sysID='+sysID, 'atSysNotfDtl', 'width='+wide+', height='+high+',left=15,top=100,leftmargin=0,toolbar=no,menuBar=no,resizable=yes,scrollbars=yes');
	newWin.focus();
}
function rss() {
	rssw = screen.width-10;
	rssh = screen.height - 200;
	self.moveTo(0, 10);
	self.resizeTo(rssw,rssh);
}