function showVid(id){
	document.getElementById('imgSwfDiv').innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="469" height="280" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.nearme.co.il/Nearme' + id + '.swf" /><embed type="application/x-shockwave-flash" width="469" height="280" src="http://www.nearme.co.il/Nearme' + id + '.swf"></embed></object>';
}