    flash_id=document.getElementById('flashdisplay');
    flash_id.style.display='none';
    if (flashinstalled<2) {
        flash_id.style.display='none';
        // alert('No flash was detected on your system.  You may have it disabled, or not installed at all.  You will now be directed inside the website.');
        // location.href='inside.asp';
    }
    else { 
        flash_id.style.display='block';
    }

