function CControl() { ua=navigator.userAgent; indexA = ua.indexOf("Netscape6",0); if(indexA>=0){ if((navigator.cookieEnabled==false)&&(CamCtrlRight=="on")){ dsppnl=0; alert("Change your browser settings to accept cookies."); return; } else if(CamCtrlRight=="on"){ client=getCookie("Client"); if(client==""){ client=Math.floor(Math.random()*9999999999)+1; setCookie("Client",client); } } document.open(); document.write(""); document.write(" "); document.write("<\/APPLET>"); document.close(); } else{ document.open(); document.write(""); document.write("<\/APPLET>"); document.close(); } }