<!--
function GetSelectedItem(objInput){var len=objInput.length;var i=0;var found=0;for(i=0;i<len;i++)if(objInput[i].selected)found=found+1;return found;}
startList=function(){if(document.all&&document.getElementById){navRoot=document.getElementById("nav");for(i=0;i<navRoot.childNodes.length;i++){node=navRoot.childNodes[i];if(node.nodeName=="LI"){node.onmouseover=function(){this.className+=" over";}
node.onmouseout=function(){this.className=this.className.replace(" over","");}}}}}
window.onload=startList;function quicklink(){var strlink=document.frmquicklink.txtwebsite.value;if(strlink!='-')window.location=strlink;}
var strErrorStart="The following details are incorrect:                                        \n\n";var strErrorEnd="\nPlease correct and then try again.";var strUploadWarning="Any files specified will now be uploaded.\nDepending on their size and your connection it may take a few minutes.\nClick OK and wait until confirmation screen appears."
var blnAlreadySubmitted=false;function trimstring(str){str=this !=window?this:str;return str.replace(/^\s+/g,'').replace(/\s+$/g,'');}
function validemail(strEmail){var filter=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i
if(filter.test(strEmail)){return true;}else{return false;}}
function PrintPage(){if(window.print){window.print();}else{alert("Sorry, your browser doesn't support this feature.");}}
function checkboxselected(inputname){var boxes=document.getElementsByTagName('input');for(var i=0;i<boxes.length;i++){if(boxes[i].name==inputname){if(boxes[i].checked)return true;}}
return false;}
function toggle_visibility(id){var e=document.getElementById(id);if(e.style.display=='none')
e.style.display='block';else
e.style.display='none';}
-->
