<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function door(id) {	
	obj = document.getElementById(id);
	if (obj) obj.style.display = (obj.style.display == 'block') ? 'none' : 'block';
}
function openPop() {
self.name='reload';
oldwin = false;
if (window.w) {if (w.closed != true) {oldwin = true}};
if (oldwin == false) {
var u="indexContentSearchPopup";
var wW=320;
var wH=130;
var sL = (screen.availWidth - wW) / 2;
var sT = (screen.availHeight - wH) / 2;
sT = sT - Math.round(screen.availHeight / 6);
w = window.open(u,"n","width="+wW+",height="+wH+",screenX="+sL+",screenY="+sT+",left="+sL+",top="+sT+",scrollbars=0,resizable=0,menubar=no");
if (window.focus) {w.focus()}
}}
//-->