function show(b){if(document.getElementById&&b){var a=document.getElementById(b);if(a){a.style.display="block"}}}function hide(b){if(document.getElementById&&b){var a=document.getElementById(b);if(a){a.style.display="none"}}}function toggleDisplay(b){if(document.getElementById&&b){var a=document.getElementById(b);if(a){if(a.style.display=="block"){a.style.display="none"}else{a.style.display="block"}}}}function nextObject(){var a=this;do{alert(a.nodeType);a=a.nextSibling}while(a&&a.nodeType!=1);return a}function keypress2(a){var b=nextObject();if(b){alert(b.id);return keypress(a,b)}return false}function keypress(b,c){var a=(typeof(c)=="string")?document.getElementById(c):c;if(b&&b.which){if(b.which==13){a.click();return false}}else{if(b&&b.keyCode){if(b.keyCode==13){b.returnValue=false;b.cancel=true;a.click();return false}}}return true}function changeFontSize(c){var d=document.getElementById("content");if(d){var b=d.childNodes;for(n=0;n<d.length;n++){if(b[n]&&b[n].style){if(b[n].style.fontSize){var a=parseInt(b[n].style.fontSize.replace("px",""))}else{var a=12}}b[n].style.fontSize=a+c+"px"}}}if(typeof com=="undefined"){var com=new Object()}if(typeof com.deconcept=="undefined"){com.deconcept=new Object()}if(typeof com.deconcept.util=="undefined"){com.deconcept.util=new Object()}if(typeof com.deconcept.FlashObjectUtil=="undefined"){com.deconcept.FlashObjectUtil=new Object()}com.deconcept.FlashObject=function(f,d,o,i,k,m,l,p,a,e){this.DETECT_KEY=e?e:"detectflash";this.skipDetect=com.deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(f){this.setAttribute("swf",f)}if(d){this.setAttribute("id",d)}if(o){this.setAttribute("width",o)}if(i){this.setAttribute("height",i)}if(k){this.setAttribute("version",new com.deconcept.PlayerVersion(k.toString().split(".")))}if(m){this.addParam("bgcolor",m)}var b=p?p:"high";this.addParam("quality",b);this.setAttribute("redirectUrl","");if(a){this.setAttribute("redirectUrl",a)}if(l){var g=new com.deconcept.PlayerVersion([6,0,65]);var j=com.deconcept.FlashObjectUtil.getPlayerVersion();if(j.versionIsValid(g)&&!j.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true)}}else{this.setAttribute("doExpressInstall",false)}};com.deconcept.FlashObject.prototype.setAttribute=function(a,b){this.attributes[a]=b};com.deconcept.FlashObject.prototype.getAttribute=function(a){return this.attributes[a]};com.deconcept.FlashObject.prototype.getAttributes=function(){return this.attributes};com.deconcept.FlashObject.prototype.addParam=function(a,b){this.params[a]=b};com.deconcept.FlashObject.prototype.getParams=function(){return this.params};com.deconcept.FlashObject.prototype.getParam=function(a){return this.params[a]};com.deconcept.FlashObject.prototype.addVariable=function(a,b){this.variables[a]=b};com.deconcept.FlashObject.prototype.getVariable=function(a){return this.variables[a]};com.deconcept.FlashObject.prototype.getVariables=function(){return this.variables};com.deconcept.FlashObject.prototype.getParamTags=function(){var b="";var a;var c=this.getParams();for(a in c){b+='<param name="'+a+'" value="'+c[a]+'" />'}return b};com.deconcept.FlashObject.prototype.getVariablePairs=function(){var a=new Array();var b;var c=this.getVariables();for(b in c){a.push(b+"="+c[b])}return a};com.deconcept.FlashObject.prototype.getHTML=function(){var a="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn")}a+='<embed type="application/x-shockwave-flash" src="'+this.getAttribute("swf")+'" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" id="'+this.getAttribute("id")+'" name="'+this.getAttribute("id")+'"';var e=this.getParams();for(var c in e){a+=" "+c+'="'+e[c]+'"'}d=this.getVariablePairs().join("&");if(d.length>0){a+=' flashvars="'+d+'"'}a+="></embed>"}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX")}a+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute("width")+'" height="'+this.getAttribute("height")+'" id="'+this.getAttribute("id")+'">';a+='<param name="movie" value="'+this.getAttribute("swf")+'" />';var b=this.getParamTags();if(b.length>0){a+=b}var d=this.getVariablePairs().join("&");if(d.length>0){a+='<param name="flashvars" value="'+d+'" />'}a+="</object>"}return a};com.deconcept.FlashObject.prototype.write=function(a){if(this.skipDetect||this.getAttribute("doExpressInstall")||com.deconcept.FlashObjectUtil.getPlayerVersion().versionIsValid(this.getAttribute("version"))){if(document.getElementById){if(this.getAttribute("doExpressInstall")){this.addVariable("MMredirectURL",escape(window.location));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title)}document.getElementById(a).innerHTML=this.getHTML()}}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"))}}};com.deconcept.FlashObjectUtil.getPlayerVersion=function(){var b=new com.deconcept.PlayerVersion(0,0,0);if(navigator.plugins&&navigator.mimeTypes.length){var a=navigator.plugins["Shockwave Flash"];if(a&&a.description){b=new com.deconcept.PlayerVersion(a.description.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."))}}else{if(window.ActiveXObject){try{var c=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");b=new com.deconcept.PlayerVersion(c.GetVariable("$version").split(" ")[1].split(","))}catch(d){}}}return b};com.deconcept.PlayerVersion=function(a){this.major=parseInt(a[0])||0;this.minor=parseInt(a[1])||0;this.rev=parseInt(a[2])||0};com.deconcept.PlayerVersion.prototype.versionIsValid=function(a){if(this.major<a.major){return false}if(this.major>a.major){return true}if(this.minor<a.minor){return false}if(this.minor>a.minor){return true}if(this.rev<a.rev){return false}return true};com.deconcept.util.getRequestParameter=function(d){var b=document.location.search||document.location.href.hash;if(b){var c=b.indexOf(d+"=");var a=(b.indexOf("&",c)>-1)?b.indexOf("&",c):b.length;if(b.length>1&&c>-1){return b.substring(b.indexOf("=",c)+1,a)}}return""};if(Array.prototype.push==null){Array.prototype.push=function(a){this[this.length]=a;return this.length}}var getQueryParamValue=com.deconcept.util.getRequestParameter;var FlashObject=com.deconcept.FlashObject;addthis_options="favorites, email, delicious, digg, newsvine, reddit, google, more";addthis_pub="companydirectors.com.au";addthis_logo="http://www.companydirectors.com.au/AICDMCMS/images/logo_aicd.gif";addthis_logo_background="002469";addthis_logo_color="FFFFFF";addthis_brand="AICD";addthis_caption="Bookmark, Email &amp; Share";addthis_caption_share="Bookmark, Email &amp; Share";