ContactForm={init:function(){var selecta=$('ContactType');var forms=$$('form.contact');selecta.addEvent('change',function(){var i=this.selectedIndex.toInt();window.location.hash=this.value;var hide=forms.filter(function(item,index){return index!=i;});var show=forms[i];toggleLayers(show,hide);});var anc=window.location.hash;var start=0;if(anc){var options=[];$each(selecta.options,function(item,index,obj){options[index]=item.value;if(anc=='#'+item.value){start=index;}});selecta.selectedIndex=start;}
var hide=forms.filter(function(item,index){return index!=start;});var show=forms[start];toggleLayers(show,hide);}}
window.addEvent('domready',ContactForm.init);
/* Thu, 19 Mar 2009 02:13:55 GMT js/contact.js */
