function submitDoc(a){var b;if(b=findObj(a)!=null){findObj(a).submit()}else{alert("The form you are attempting to submit called '"+a+"' couldn't be found. Please make sure the submitDoc function has the correct id and name.")}}function getImage(a){findObj("img").src=a}function findObj(a,b){var c,d,e;if(!b)b=document;if((c=a.indexOf("?"))>0&&parent.frames.length){b=parent.frames[a.substring(c+1)].document;a=a.substring(0,c)}if(!(e=b[a])&&b.all)e=b.all[a];for(d=0;!e&&d<b.forms.length;d++)e=b.forms[d][a];for(d=0;!e&&b.layers&&d<b.layers.length;d++)e=findObj(a,b.layers[d].document);if(!e&&b.getElementById)e=b.getElementById(a);return e}function jumpMenu(target,object,restore){eval(target+".location='"+object.options[object.selectedIndex].value+"'");if(restore)object.selectedIndex=0}function openPopUp(a,b,c,d,e){var f=(screen.width-c)/2;var g=(screen.height-d)/2;winprops="height="+d+",width="+c+",top="+g+",left="+f+",scrollbars="+e;win=window.open(a,b,winprops);if(parseInt(navigator.appVersion)>=4){win.window.focus()}}function decision(a,b){if(confirm(a))location.href=b}
