function getflash (flWidth, flHeight, flashUrl, linkUrl){
var swfURL="http://advert.co.il/w_bosin_documents/graphictest_mb_blog/flash/"+flashUrl;

document.write('<div id="flash_rich"><div>');
echoObj('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="page" WIDTH="' + flWidth + '" HEIGHT="' + flHeight + '" id="page"> <PARAM NAME=movie VALUE="' + swfURL + '"> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=FlashVars  VALUE="linkV=' + linkUrl + '"><EMBED src="' + swfURL + '" WIDTH="' + flWidth + '" HEIGHT="' + flHeight + '" FlashVars="linkV=' + linkUrl + '" wmode=transparent name="page"></EMBED></OBJECT>');
document.write('</div></div>');
}

function tohide(stam){
	document.getElementById("flash_rich").style.left=-3000;
}