<!--
		function over(element) {
			element.className = "interfacestyleinvert";
		}
	
		function out(element) {
			element.className = "interfacestyleempty";
		}
		
		function pop(docid) {
			objWin = window.open('popup.asp?d=' + docid, 'pop' + docid, 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width=500,height=400');
		}
//-->
