
function dwrite2(filename, width, height) {
document.write('<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="'+width+'" height="'+height+'" id="320x240" align="middle">');
document.write('<PARAM NAME=allowFlashAutoInstall VALUE=true><param name=Flashvars value="url='+filename+'"><param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="http://www.mklsisters.org/images/videos/320x240.swf" /><param name="wmode" value="transparent"><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />');
document.write('<embed src="http://www.mklsisters.org/images/videos/320x240.swf" swLiveConnect="true" Flashvars="url='+filename+'" quality="high" bgcolor="#ffffff" width="'+width+'" height="'+height+'" name="320x240" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"  wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');

}


function christmas(filename, width, height) {
document.write('<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="'+width+'" height="'+height+'" id="320x240" align="middle">');
document.write('<PARAM NAME=allowFlashAutoInstall VALUE=true><param name=Flashvars value="url='+filename+'"><param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="http://www.mklsisters.org/images/videos/christmas.swf" /><param name="wmode" value="transparent"><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />');
document.write('<embed src="http://www.mklsisters.org/images/videos/christmas.swf" swLiveConnect="true" Flashvars="url='+filename+'" quality="high" bgcolor="#ffffff" width="'+width+'" height="'+height+'" name="320x240" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"  wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');

}

function runslid(filename,width,height)
{		
document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="'+width+'" height="'+height+'"><param name="movie" value="'+filename+'"><param name="wmode" value="opaque"><param name=quality value=high>\n\n\n');
document.write ('<embed src="'+filename+'" TYPE="application/x-shockwave-flash" wmode="opaque" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="'+width+'" height="'+height+'">\n</object>');
}