function startPoll(playURL) {
	document.getElementById('divPoll').innerHTML="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=6,0,0,0' width='136' height='200' align='center' id='flashPoll'><param name='movie' value='" + playURL + "'/><param name='allowScriptAccess' value='sameDomain'/><param name='quality' value='high'/><PARAM NAME='bgcolor' VALUE='000000'><param name='wmode' value='transparent'><embed id='flashPoll' name='flashPoll' quality='high' src='" + playURL + "' wmode='transparent' bgcolor='000000' width='136' height='200' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/></object>";
}

function writeActiveX(theURL, theWidth, theHeight, theName) {
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=6,0,0,0' width='" + theWidth + "' height='" + theHeight + "' align='center' id='" + theName + "'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='" + theURL + "'/><param name='quality' value='high' /><PARAM NAME='bgcolor' VALUE='000000'><param name='wmode' value='transparent'><embed id='" + theName + "' src='" + theURL + "' quality='high' wmode='transparent' bgcolor='000000' width='" + theWidth + "' height='" + theHeight + "' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/></object>");
}

function writeRotation(theURL, theWidth, theHeight, theName) {
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='" + theWidth + "' height='" + theHeight + "' id='" + theName + "' align='middle'><param name='allowScriptAccess' value='sameDomain'/><param name='movie' value='" + theURL + "'/><param name='quality' value='high'/><param name='bgcolor' value='#13243f'/><embed src='" + theURL + "' quality='high' bgcolor='#13243f' width='" + theWidth + "' height='" + theHeight + "' name='" + theName + "' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/><param name='wmode' value='transparent'/></object>");
}

function loadNewMovie(theFile, theType, thePicture) {
	document.getElementById("divMovie").innerHTML="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='482' height='393' id='multimedia_center' align='middle'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='multimedia_player.swf' /><param name='quality' value='high' /><param name='bgcolor' value='#000000' /><param name='flashvars' value='file=" + theFile + "&autostart=true&type=" + theType + "&picture=" + thePicture + "' /><embed swliveconnect='true' src='multimedia_player.swf' quality='high' bgcolor='#000000' flashvars='file=" + theFile + "&autostart=true&type=" + theType + "&picture=" + thePicture + "' width='482' height='393' name='multimedia_center' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
}

function loadNewSwf(theSWF) {
	document.getElementById("divMovie").innerHTML="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='482' height='393' id='multimedia_center' align='middle'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='" + theSWF + "' /><param name='quality' value='high' /><param name='bgcolor' value='#000000' /><embed src='" + theSWF + "' quality='high' bgcolor='#000000' width='482' height='393' name='multimedia_center' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
}

function loadNewFlv(theFile, thePicture) {
	document.getElementById("divMovie").innerHTML="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='482' height='435' id='multimedia_center' align='middle'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='multimedia.swf' /><param name='quality' value='high' /><param name='bgcolor' value='#000000' /><param name='flashvars' value='file=" + theFile + "&filetype=flv&picture=" + thePicture + "' /><embed swliveconnect='true' src='multimedia.swf' quality='high' bgcolor='#000000' flashvars='file=" + theFile + "&filetype=flv&picture=" + thePicture + "' width='482' height='435' name='multimedia_center' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
}

function loadNewMp3(theFile, thePicture) {
	document.getElementById("divMovie").innerHTML="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='482' height='435' id='multimedia_center' align='middle'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='multimedia.swf' /><param name='quality' value='high' /><param name='bgcolor' value='#000000' /><param name='flashvars' value='file=" + theFile + "&filetype=mp3&picture=" + thePicture + "' /><embed swliveconnect='true' src='multimedia.swf' quality='high' bgcolor='#000000' flashvars='file=" + theFile + "&filetype=mp3&picture=" + thePicture + "' width='482' height='435' name='multimedia_center' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
}