function showMap(num){
	window.open ("http://www.e-map.co.il/scripts/esrimap.dll?name=test&client=Malibu&heb=log&cmd=ZoomOnItem&field=id&fldval=" + num, "map"+num , "width=760,height=550,top=5,left=5, scrollbars=yes");
}