    <!--
    var preloadFlag = false;

    var browserName = navigator.appName;

    var agent = navigator.userAgent;
    var isIE = ( agent.indexOf("MSIE") > -1 ) ? true : false;
    var isNetscape = ( agent.indexOf("Netscape") > -1 ) ? true : false;
    var isOtherBrowser = ( isIE || isNetscape ) ? false : true;


    function ShowBitrateSettings() {
        // update the setting tab
        //alert("player url = "+ parent.document.pickup.playerurl.value);
        parent.message.location = parent.document.pickup.settingsurl.value;
    }



    function FullScreen() {
        if (isIE && ( document.BXOCXplayer.playState == 2))
        {
            alert('Press the [Esc] key on your keyboard to exit full screen mode');
            document.BXOCXplayer.DisplaySize = 3;
        }
    }

    function PowerOn() {
        if (isIE || isNetscape) {
            document.BXOCXplayer.Play();
            alert('There may be a delay of up to 15 seconds for buffering before seeing the media you are trying to access. Your connection and browser must support a 400kbps Windows Media Stream.');
        }
    }
    function Play() {
        if (isIE || isNetscape) {
            document.BXOCXplayer.Play();
//            alert('When playing streaming media, there may be a delay time of up to 15 seconds for buffering before seeing the media you are trying to access.');
        }
    }
    function Pause() {
        if (isIE || isNetscape) {
            document.BXOCXplayer.Pause();
        }
    }
    function Stop() {
        if (isIE || isNetscape) {
            document.BXOCXplayer.Stop();
        }
    }


    // -->

function mediawindowsrc(){
	document.write('<object id="BXOCXplayer" width=360 height=285 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">')
	document.write('<param name="FileName" value="http://www.omni-watch.com/vid/faqvideo.asx">')
	document.write('<PARAM NAME="AutoStart" VALUE="true">')
	document.write('<param name="ShowControls" value="0">')
	document.write('<param name="ShowDisplay" value="0">')
	document.write('<param name="ShowStatusBar" value="1">')
	document.write('<param name="TransparentAtStart" value="0">')
	document.write('<param name="AutoSize" value="1">')
	document.write('<param name="background" value="http://www.omni-watch.com/gfx/owsvsbgnd.jpg">')
	document.write('<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/AllDownloads.aspx/" filename="http://www.omni-watch.com/vid/faqvideo.asx" src="http://www.omni-watch.com/vid/faqvideo.asx" AutoStart="1" showcontrols="0" showdisplay="0" showstatusbar="1" width="360" height="285" uiMode="full"></embed>')
	document.write('</object>')}
