//Netscape resize if (document.layers) { origWidth = innerWidth; origHeight = innerHeight;} function reDo() { if (innerWidth != origWidth || innerHeight != origHeight) location.reload();} if (document.layers) onresize = reDo; function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i'); } if (document.layers){ document.write(''); } } function parseNavigation(ob) { toBeBrokenDown = ob.options[ob.selectedIndex].value.split("|"); targetWindow = toBeBrokenDown[0]; targetWindowWidthHeight = toBeBrokenDown[1]; targetURL = toBeBrokenDown[2]; if (targetWindow!=='') { // if a new Window name is specified, then it will // open in a new Window. if (targetWindowWidthHeight == ''){ targetWindowWidthHeight = 'width=400,height=400'; } window.open(targetURL,targetWindow,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,' + targetWindowWidthHeight); // if we open a new window, then we have to re-set // the select box to the first option // which should have no value ob.selectedIndex = 0; } else { // or else it will open in the current window window.open(targetURL,'_top') } }