<!--

/* for Category Tree */
function oncts(obj, isOver){
	obj.style.cursor = (isOver)? 'hand':'auto';
	obj.style.backgroundColor = (isOver)? '#FFE9BE':'';
}
function clcs(obj, loc){ obj.style.backgroundColor = '#FFC4AA'; window.open(loc, '_self'); }

function openDocView(typeId, langId, width, height){
	var wParam = 'width=' + width + ',height=' + height + ', titlebar=0,status=0,scrollbars=1,toolbar=0,location=0,directories=0,menubar=0,resizable=1'
	window.open('docview.asp?tp=' + typeId + '&lang=' + langId, 'agreewindow', wParam);
}
function openExtView(exId, width, height){
	var wParam = 'width=' + width + ',height=' + height + ', titlebar=0,status=0,scrollbars=1,toolbar=0,location=0,directories=0,menubar=0,resizable=1'
	window.open('docview.asp?tp=ext&exid=' + exId, 'agreewindow', wParam);
}



//-->

