  if ((navigator.userAgent.indexOf("Firefox") != -1) || (navigator.userAgent.indexOf("Chrome") != -1))
			  {
			  	document.write('<LINK rel="stylesheet" type="text/css" href="template/main_ff.css"/>');
			  }
            function LargeImageShow(LImageUrl,ImageW,ImageH){
                ImageH += 20;
                ImageW += 20;
                largeImage = window.open(LImageUrl,'largeImage','location=no,left=200,top=200,menubar=no,height='+ ImageH +',width=' + ImageW);
                largeImage.focus();
            }
            
            function FixStr(strToFix){
              	var re,rv;
              	var rv = String(strToFix);
              	re = /[\{\}-]/g;
              	rv=rv.replace(re,"");
                return (rv);
            }
            
            function OffLineAlert(){
            	 alert('This option disabled  Off-Line.');
            	 return false;
            }
																		
						
		function firstMovie(src,width,height,imgUrl,name){		

          var s1 = new SWFObject("http://www.tornado-top.co.il/template/images/mediaplayer.swf","mediaplayer",width,height,"8");				s1.addParam("allowfullscreen",true);
          s1.addVariable("width",width);
          s1.addVariable("height",height);
          s1.addVariable("play",true);
          s1.addVariable("file",'/' + src);
          s1.addVariable("image",imgUrl);
          s1.write("container");
          }
						
						
						
				

