function flash_view(flashfile, bcg, w, h) {
 document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0\" width=\"" + w + "\" height=\"" + h + "\">");
 document.write("<param name=\"movie\" value=\"" + flashfile + "\" />");
 document.write("<param name=\"quality\" value=\"high\" />");
 document.write("<param name=\"menu\" value=\"false\" />");
 document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
 document.write("<param name=\"wmode\" value=\"transparent\" />");
 document.write("<param name=\"bgcolor\" value=\"#" + bcg + "\" />"); 
 document.write("<embed src=\"" + flashfile + "\" width=\"" + w + "\" height=\"" + h + "\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" allowScriptAccess=\"sameDomain\" menu=\"false\" bgcolor=\"#" + bcg + "\" wmode=\"transparent\" /></embed>");
 document.write("</object>");
 }
 
function viewOldSpeeds()
 {
 var dspl = document.getElementById('merak_vysledky_historie_area');
 if (dspl.style.display == 'none') dspl.style.display = 'block';
 else dspl.style.display = 'none';
 }
 
<!-- ADDTHIS.com PREKLAD DO CZ -->
var addthis_localize = {
    share_caption: "Záložky a sdílení",
    email_caption: "Odeslat známému",
    email: "E-mail",
    favorites: "Oblíbené", 
    more: "Více" };
<!-- ------ -->
<!-- HLAVNI NASTAVENI -->
var addthis_config = {
     username: "bestnetcz",
     services_compact: "facebook, twitter, digg, myspace, google, more",
	 ui_cobrand: "BEST-NET s.r.o."
};
<!-- end add this -->
