function showshoreshads(FlashStyle, Fv)
{
var FlashPath = 'www.shoresh.org.il/shoreshads.swf';

    document.write('<OBJECT id="objFlash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
    document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ');
    document.write('style="' + FlashStyle + '" viewastext>');
    document.write('<PARAM NAME="movie" VALUE="http://' + FlashPath + '" ref>');
    document.write('<PARAM NAME="quality" VALUE="high">');
    document.write('<PARAM NAME="FlashVars" VALUE="' + Fv + '">');
    document.write('<PARAM NAME="Menu" VALUE="0">');
    document.write('<PARAM NAME="Scale" VALUE="ExactFit">');
    document.write('<PARAM NAME="BGColor" VALUE="#495A74">');
    document.write('<PARAM NAME="wmode" VALUE="opaque">');
    document.write('<PARAM NAME="salign" VALUE="lt">');
    document.write('<embed src="http://' + FlashPath + '" scale="ExactFit" quality="high" bgcolor="#495A74" ');
    document.write('type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" ');
    document.write('style="' + FlashStyle + '"></embed>');
    document.write('</object>');
}