function flash(URL,width,height,name)
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" width="'+width+'" height="'+height+'" id="'+name+'">\n');
document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
document.write('<param name="movie" value="'+URL+'" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<embed src="'+URL+'" width="'+width+'" height="'+height+'" quality="high" salign="l" wmode="transparent" bgcolor="#ffffff" name="'+name+'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
document.write('</object>\n');
}

function openVideo(source) {
window.open('http://www.rc1.net/Suite/videos/RC1_media_player.php?video='+source,'RC1','width=650,height=520,top='+((screen.height/2)-(515/2))+',left='+((screen.width/2)-(730/2))+',scrollbars=no,toolbar=no,menubar=no,status=no,directories=no,location=no');
}


