function showVOTW(vid, img) {
    if (navigator.userAgent.indexOf("Firefox") != -1) {
        document.writeln('\n<p id="preview" style="float:right;height:152px;width:262px;margin-top:2px"></p>');
        document.writeln('<scr' + 'ipt type="text/javascript" src="/include/jwplayer/swfobject.js"></scr' + 'ipt>');
        document.writeln('<scr' + 'ipt type="text/javascript">');
        //document.write('//<![CDATA[');
        document.writeln("    var s1 = new SWFObject('/include/jwplayer/player-licensed.swf','player','260','150','9');");
        document.writeln("    s1.addParam('allowfullscreen','true');");
        document.writeln("    s1.addParam('allowscriptaccess','always');");
        document.writeln("    s1.addParam('flashvars','file=" + vid + "&image=" + img + "');");
        document.writeln("    s1.write('preview');");
        //document.write('//]]>');
        document.writeln('</scr' + 'ipt>');
    } else if (navigator.userAgent.indexOf('MSIE') != -1) {
	document.writeln('<p id="preview" style="margin-left:30px;"></p>');
	document.writeln('<scr' + 'ipt type="text/javascript">');
	//document.writeln('//<![CDATA[');
	document.writeln("    var sl = new SWFObject('/include/jwplayer/player-licensed.swf','player','260','160','9');");
	document.writeln("    sl.addParam('allowfullscreen','true');");
	document.writeln("    sl.addParam('allowscriptaccess','always');");
	document.writeln("    sl.addParam('flashvars','file=" + vid + "&image=" + img + "');");
	document.writeln("    sl.write('preview');");
	//document.writeln('//]]>');
	document.writeln('</scr' + 'ipt>');
    } else {
        document.writeln('\n<video src="' + vid + '" poster="' + img + '" controls="controls" width="260" height="160" style="float:right;height:152px;width:262px;margin-top:2px;padding-bottom:5px">');
        document.writeln('<p id="preview" style="float:right;height:152px;width:262px;margin-top:2px"></p>');
        document.writeln('<scr' + 'ipt type="text/javascript">');
        //document.write('//<![CDATA[');
        document.writeln("    var s1 = new SWFObject('/include/jwplayer/player-licensed.swf','player','260','150','9');");
        document.writeln("    s1.addParam('allowfullscreen','true');");
        document.writeln("    s1.addParam('allowscriptaccess','always');");
        document.writeln("    s1.addParam('flashvars','file=" + vid + "&image=" + img + "');");
        document.writeln("    s1.write('preview');");
        //document.write('//]]>');
        document.writeln('</scr' + 'ipt>');
        document.writeln('</video>');
    }
}

function showVideo(vid, img) {
    if (navigator.userAgent.indexOf("Firefox") != -1) {
        document.write('<p id="preview"></p>');
        //document.write('<scr' + 'ipt type="text/javascript" src="/include/jwplayer/swfobject.js"></scr' + 'ipt>');
        document.write('<scr' + 'ipt type="text/javascript">');
        //document.write('//<![CDATA[');
        document.write("    var s1 = new SWFObject('/include/jwplayer/player.swf','player','400','300','9');");
        document.write("    s1.addParam('allowfullscreen','true');");
        document.write("    s1.addParam('allowscriptaccess','always');");
        document.write("    s1.addParam('flashvars','file=" + vid + "&image=" + img + "');");
        document.write("    s1.write('preview');");
        //document.write('//]]>');
        document.write('</scr' + 'ipt>');
    } else if (navigator.userAgent.indexOf('MSIE') != -1) {
        document.write('<p id="preview"></p>');
	//document.write('<scr' + 'ipt type="text/javascript" src="/include/jwplayer/swfobject.js"></scr' + 'ipt>');
        document.write('<scr' + 'ipt type="text/javascript">');
        //document.write('//<![CDATA[');
        document.write("    var s1 = new SWFObject('/include/jwplayer/player.swf','player','400','300','9');");
        document.write("    s1.addParam('allowfullscreen','true');");
        document.write("    s1.addParam('allowscriptaccess','always');");
        document.write("    s1.addParam('flashvars','file=" + vid + "&image=" + img + "');");
        document.write("    s1.write('preview');");
        //document.write('//]]>');
        document.write('</scr' + 'ipt>');
    } else {
	document.write('<p style="text-align:center">');
	document.write('<video src="' + vid + '" poster="' + img + '" controls="controls" height="300" width="400">');
        document.write('</video>');
	document.write('</p>');
	document.write('<p></p>');
    }
}

function showTestVideo(vid, img) {
    if (navigator.userAgent.indexOf("Firefox") != -1) {
        document.write('<p id="preview"></p>');
        //document.write('<scr' + 'ipt type="text/javascript" src="/include/jwplayer/swfobject.js"></scr' + 'ipt>');
        document.write('<scr' + 'ipt type="text/javascript">');
        //document.write('//<![CDATA[');
        document.write("    var s1 = new SWFObject('/include/jwplayer/player.swf','player','200','150','9');");
        document.write("    s1.addParam('allowfullscreen','true');");
        document.write("    s1.addParam('allowscriptaccess','always');");
        document.write("    s1.addParam('flashvars','file=" + vid + "&image=" + img + "');");
        document.write("    s1.write('preview');");
        //document.write('//]]>');
        document.write('</scr' + 'ipt>');
    } else if (navigator.userAgent.indexOf('MSIE') != -1) {
        document.write('<p id="preview"></p>');
	//document.write('<scr' + 'ipt type="text/javascript" src="/include/jwplayer/swfobject.js"></scr' + 'ipt>');
        document.write('<scr' + 'ipt type="text/javascript">');
        //document.write('//<![CDATA[');
        document.write("    var s1 = new SWFObject('/include/jwplayer/player.swf','player','200','150','9');");
        document.write("    s1.addParam('allowfullscreen','true');");
        document.write("    s1.addParam('allowscriptaccess','always');");
        document.write("    s1.addParam('flashvars','file=" + vid + "&image=" + img + "');");
        document.write("    s1.write('preview');");
        //document.write('//]]>');
        document.write('</scr' + 'ipt>');
    } else {
	document.write('<p style="text-align:center">');
	document.write('<video src="' + vid + '" poster="' + img + '" controls="controls" height="150" width="200">');
        document.write('</video>');
	document.write('</p>');
	document.write('<p></p>');
    }
}

