<!-- START

gStart=true;function lib_browser(){this.IE=(document.all)?true:false;this.IE4=(document.all&&!document.getElementById)?true:false;this.IE5=(document.all&&document.getElementById)?true:false;this.NS4=(document.layers)?true:false;this.NS6=(document.getElementById&&!document.all)?true:false;}gBrowser=new lib_browser();function lib_writeDoc(theMsg,theFrame,theIsNewLine){var sTmp='document.write';sTmp+=(theIsNewLine)?'ln(theMsg)':'(theMsg)';if(theFrame!=null&&theFrame!='')sTmp=theFrame+'.'+sTmp;eval(sTmp);}function lib_extractFileName(theUrl){if(theUrl==null)return;var sCurFile=theUrl.split('/');sCurFile=sCurFile[sCurFile.length-1];sCurFile=sCurFile.split('#');return(sCurFile[0]);}function lib_extractPathName(theUrl){if(theUrl==null)return;var sCurPath=theUrl.substring(0,(theUrl.lastIndexOf("/")+1));return(sCurPath);}function lib_printDoc(theFrame){var sTmp;if(window.print){if(theFrame!=null){sTmp=theFrame+".focus()";eval(sTmp);sTmp=theFrame+".print()";eval(sTmp);}else {window.print();}}else {sTmp="Your browser does not support this Print function.\n\n";sTmp+="To print this page, you have 2 options:\n";sTmp+=" Option 1 - Click on the File menu above and select Print.\n";sTmp+=" Option 2 - Right-click the page, and then click Print.";alert(sTmp);}}

function print_content() {
 if (gStart) lib_printDoc();
}

var gPopUpWin = 0;

function closePopUpWindow() {
	if (gPopUpWin)  {
		if (!gPopUpWin.closed)
			gPopUpWin.close();
	}
}

function openPopUpWindow(theURL,theWidth,theHeight) {
	closePopUpWindow();

	var sTmp = 'scrollbars=yes,resizable=yes,width=' + theWidth;
	sTmp = sTmp + ',height=' + theHeight;
	gPopUpWin = window.open(theURL,'srqqin',sTmp);
}

// END -->
