function showhide(id){if(document.getElementById){obj=document.getElementById(id);if(obj.style.display!="block"){obj.style.display="block"}else{obj.style.display="none"}}}function show(id){if(document.getElementById){obj=document.getElementById(id);obj.style.display="block"}}function hide(id){if(document.getElementById){obj=document.getElementById(id);obj.style.display="none"}}function writit(text,id){if(document.getElementById){x=document.getElementById(id);x.innerHTML='';x.innerHTML=text}else if(document.all){x=document.all[id];x.innerHTML=text}else if(document.layers){x=document.layers[id];text2='

'+text+'

';x.document.open();x.document.write(text2);x.document.close()}}var f=false;function DP_AJAX(url,formname,divtag){if(!f&&http){var fields=new Array();if(formname){var ajax=formname;divtag1=divtag}for(var x=0;x=5)try{xmlhttp=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){try{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP")}catch(e){xmlhttp=false}}@else xmlhttp=false;@end@*/if(!xmlhttp&&typeof XMLHttpRequest!='undefined'){try{xmlhttp=new XMLHttpRequest()}catch(e){xmlhttp=false}}return xmlhttp}var http=XMLHTTPObject();function Response(){if(http.readyState==4){if(http.status==200){results=http.responseText;var para=document.getElementById(divtag1);para.innerHTML=results;f=false}else{var results="Sorry, there was an error finding the server-side file. Please contact support.";var para=document.getElementById(divtag1);para.innerHTML=results;f=false}}}