	function rn(tableCellRef, hoverFlag){
		if ( hoverFlag ) {
			tableCellRef.style.backgroundColor = '#F1E6CE';
			tableCellRef.style.border = '1px solid #014032';
//			tableCellRef.style.borderBottom: '1px solid #014032';
		} else {
			tableCellRef.style.backgroundColor = '#014032';
		}
	}
	
	function open_win(pname,wd,ht)
{	
	window.open(pname,"_new","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width="+wd+", height="+ht)
}

function open_win1(pname,wd,ht)
{	
	window.open(pname,"_new","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=yes, width="+wd+", height="+ht)
}
