function voozFlash(flashURL,flashWIDTH,flashHEIGHT)
{
	try
	{
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + flashWIDTH + '" height="' + flashHEIGHT+ '">');
		document.write('<param name="movie" value="' + flashURL + '" />');
		document.write('<param name="quality" value="high" />');
		document.write('<embed src="' + flashURL + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + flashWIDTH + '" height="' + flashHEIGHT+ '"></embed>');
		document.write('</object>');
	} catch(E){}
}

function voozMovie(wmvURL,wmvWIDTH,wmvHEIGHT)
{
	try
	{
		document.write('<OBJECT id=MPCrs classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 align=middle width="' +wmvWIDTH+ '" height="' +wmvHEIGHT+ '">');
		document.write('<PARAM NAME="AudioStream" VALUE="-1">');
		document.write('<PARAM NAME="AutoSize" VALUE="false">');
		document.write('<PARAM NAME="AutoStart" VALUE="True">');
		document.write('<PARAM NAME="AnimationAtStart" VALUE="False">');
		document.write('<PARAM NAME="AllowScan" VALUE="true">');
		document.write('<PARAM NAME="AllowChangeDisplaySize" VALUE="true">');
		document.write('<PARAM NAME="AutoRewind" VALUE="false">');
		document.write('<PARAM NAME="Balance" VALUE="0">');
		document.write('<PARAM NAME="BufferingTime" VALUE="5">');
		document.write('<PARAM NAME="ClickToPlay" VALUE="true">');
		document.write('<PARAM NAME="CursorType" VALUE="0">');
		document.write('<PARAM NAME="CurrentPosition" VALUE="-1">');
		document.write('<PARAM NAME="CurrentMarker" VALUE="0">');
		document.write('<PARAM NAME="DisplayBackColor" VALUE="0">');
		document.write('<PARAM NAME="DisplayForeColor" VALUE="16777215">');
		document.write('<PARAM NAME="DisplayMode" VALUE="0">');
		document.write('<PARAM NAME="Enabled" VALUE="false">');
		document.write('<PARAM NAME="EnableContextMenu" VALUE="false">');
		document.write('<PARAM NAME="EnablePositionControls" VALUE="false">');
		document.write('<PARAM NAME="EnableFullScreenControls" VALUE="false">');
		document.write('<PARAM NAME="EnableTracker" VALUE="false">');
		document.write('<PARAM NAME="InvokeURLs" VALUE="true">');
		document.write('<PARAM NAME="Language" VALUE="-1">');
		document.write('<PARAM NAME="Mute" VALUE="false">');
		document.write('<PARAM NAME="PlayCount" VALUE="5">');
		document.write('<PARAM NAME="PreviewMode" VALUE="false">');
		document.write('<PARAM NAME="Rate" VALUE="1">');
		document.write('<PARAM NAME="SelectionStart" VALUE="-1">');
		document.write('<PARAM NAME="SelectionEnd" VALUE="-1">');
		document.write('<PARAM NAME="SendOpenStateChangeEvents" VALUE="true">');
		document.write('<PARAM NAME="SendWarningEvents" VALUE="true">');
		document.write('<PARAM NAME="SendErrorEvents" VALUE="true">');
		document.write('<PARAM NAME="SendKeyboardEvents" VALUE="false">');
		document.write('<PARAM NAME="SendMouseClickEvents" VALUE="false">');
		document.write('<PARAM NAME="SendMouseMoveEvents" VALUE="false">');
		document.write('<PARAM NAME="SendPlayStateChangeEvents" VALUE="true">');
		document.write('<PARAM NAME="ShowCaptioning" VALUE="false">');
		document.write('<PARAM NAME="ShowControls" VALUE="false">');
		document.write('<PARAM NAME="ShowAudioControls" VALUE="false">');
		document.write('<PARAM NAME="ShowDisplay" VALUE="false">');
		document.write('<PARAM NAME="ShowGotoBar" VALUE="false">');
		document.write('<PARAM NAME="ShowPositionControls" VALUE="false">');
		document.write('<PARAM NAME="ShowStatusBar" VALUE="false">');
		document.write('<PARAM NAME="ShowTracker" VALUE="false">');
		document.write('<PARAM NAME="TransparentAtStart" VALUE="True">');
		document.write('<PARAM NAME="VideoBorderWidth" VALUE="0">');
		document.write('<PARAM NAME="VideoBorderColor" VALUE="0">');
		document.write('<PARAM NAME="VideoBorder3D" VALUE="false">');
		document.write('<PARAM NAME="Volume" VALUE="-1200">');
		document.write('<PARAM NAME="WindowlessVideo" VALUE="false">');
		document.write('<PARAM NAME="Filename" VALUE="' + wmvURL+ '">');
		document.write('</OBJECT>');
	} catch(E){}
}

