// JavaScript Document

function RunVideoPlayer() 		
{			
	document.write('<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\"300\" height=\"264\" id=\"sussan\" align=\"middle\" border=\"0\">\n');
	document.write('<param name=\"allowScriptAccess\" value=\"sameDomain\"/>\n');
    document.write('<param name=\"wmode\" value=\"transparent"/>\n');
	document.write('<param name=\"quality\" value=\"high\"/>\n');
    document.write('<param name=\"src\" value=\"boss_video2.swf\"/>\n');
    document.write(' <!--[if !IE]>--> \n');
    document.write('<object type=\"application/x-shockwave-flash\" data=\"boss_video2.swf\" name=\"sussan\" width=\"300\" height=\"264\">\n');
    document.write(' <!--<![endif]-->\n');
	document.write(' <div class=\"flleft\">\n');
	document.write(' <img src=\"images/warning_icon.gif\" alt=\"warning icon\" />\n');
	document.write(' </div>\n');
	document.write(' <p>No Flash plugin detected!</p> \n');
    document.write(' <!--[if !IE]>-->\n');
	document.write('</object>\n');
	document.write(' <!--<![endif]-->\n');
	document.write('</object>\n');
	}


function RunVideoPlayer3() 		
{			
	document.write('<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\"300\" height=\"264\" id=\"sussan\" align=\"middle\" border=\"0\">\n');
	document.write('<param name=\"allowScriptAccess\" value=\"sameDomain\"/>\n');
    document.write('<param name=\"wmode\" value=\"transparent"/>\n');
	document.write('<param name=\"quality\" value=\"high\"/>\n');
    document.write('<param name=\"src\" value=\"boss_video3.swf\"/>\n');
    document.write(' <!--[if !IE]>--> \n');
    document.write('<object type=\"application/x-shockwave-flash\" data=\"boss_video3.swf\" name=\"sussan\" width=\"300\" height=\"264\">\n');
    document.write(' <!--<![endif]-->\n');
	document.write(' <div class=\"flleft\">\n');
	document.write(' <img src=\"images/warning_icon.gif\" alt=\"warning icon\" />\n');
	document.write(' </div>\n');
	document.write(' <p>No Flash plugin detected!</p> \n');
    document.write(' <!--[if !IE]>-->\n');
	document.write('</object>\n');
	document.write(' <!--<![endif]-->\n');
	document.write('</object>\n');
	}