<!-- //hide this script from non-javascript-enabled browsers

/* Function that displays status bar messages. */
function ci_displayStatusMsg(msgStr)  { //v3.0
	status=msgStr; document.MM_returnValue = true;
}

/* Functions that opens a new browser window */
function ci_openBrWindow(theURL,winName,features) { //v2.1G
  popWindow = window.open(theURL,winName,features);
}

function ci_closePopUp(){
	if (window.opener && !window.opener.closed)
	window.close();
}
// stop hiding -->
