// Written by Barak Shacked
// GeoMedia L.T.D
// 972-3-6911132
// 16/12/2006
// You may copy this file and use it. Please remine the title the text at the head
// of the file as is.
function showSwf(strSRC,w,h)
{
document.write("<OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 WIDTH="+w+" HEIGHT="+h+" id=searc>")
document.write("<PARAM NAME=movie VALUE="+strSRC)
document.write("><param name=\"allowScriptAccess\" value=\"sameDomain\" /><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src="+strSRC+" WIDTH="+w+" HEIGHT="+h+" NAME=searc ALIGN= TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></EMBED></OBJECT>")
}