function startTest(I){jQuery.blockUI({message:jQuery("#message"),css:{border:"none",padding:"15px",backgroundColor:"#fcf","-webkit-border-radius":"10px","-moz-border-radius":"10px",opacity:".5",color:"#fff"}});var H=screen.availWidth;var E=screen.availHeight;var G="";var D="dialogWidth:"+H+";dialogHeight:"+E;var A="taketest.action?testId=";var F="testID_"+I;var C=document.getElementById(F);var B=new Array("","");A=A+C.value;var B=window.showModalDialog(A,G,D);if(B==null){}else{if(B[0]=="save"){document.theClock.theTime.value=B[1];document.theClock.submit()}else{document.theSubmit.lastOption.value=B[1];document.theSubmit.submit()}}};
