/*<!-- mp_trans_disable_start -->*/ 
var ContactForm={constructor:function()
{Event.observe(window,'load',this.windowOnLoad.bindAsEventListener(this));},windowOnLoad:function(event)
{Event.observe($('subject'),'click',this.onSubjectChange.bindAsEventListener(this));UFO.getFlashVersion();$('flashPlayerVersion').value=UFO.fv[0]+'.'+UFO.fv[1];},onSubjectChange:function(event)
{var subs=this.requiresLoginDetailsSubject.split(",");var showing=0;subs.each(function(subj)
{if($('subject').getValue()==subj)
{$('isTechnicalIssue').value=1;$('loginDetails').show();showing=1;}});if(!showing)
{$('isTechnicalIssue').value=0;$('loginDetails').hide();}}};ContactForm=Base.extend(ContactForm);
 /*<!-- mp_trans_disable_end -->*/