function doSubmit(obj,sessID){  eval(obj.form.submit());}/* eolas workaround */function printFlashObj(p,file,w,h,alt){	document.write('<object type="application/x-shockwave-flash" data="'+p+'flash/'+file+'?PATH='+p+'" width="'+w+'" height="'+h+'">');	document.write('<param name="movie" value="'+p+'flash/'+file+'?PATH='+p+'" />');	document.write('<param name="menu" value="false" />');	document.write('<param name="wmode" value="transparent" />');	document.write('<param name="bgcolor" value="#000000" />');	if(alt!=null){		document.write(alt);	}else{		document.write('<p><a href="http://www.adobe.com/go/getflash" title="Get Flash">Install flash to view this animation</a></p>');	}	document.write('</object>');}function printWideFLV(p,file){	document.write('<object type="application/x-shockwave-flash" data="'+p+'flash/flv_wide.swf?p='+p+'&amp;f='+file+'" width="480" height="368">');	document.write('<param name="movie" value="'+p+'flash/flv_wide.swf?p='+p+'&amp;f='+file+'" />');	document.write('<param name="menu" value="false" />');	document.write('<param name="bgcolor" value="#000000" />');	document.write('<p><a href="http://www.adobe.com/go/getflash" title="Get Flash">Install flash to view this video clip</a></p>');	document.write('</object>');}