            var pic_width=596;
            var pic_height=180;
            var button_pos=0;
            var stop_time=6000;
            var show_text=0;
            var txtcolor="dddddd";
            var bgcolor="";

            var imag=new Array();
            var link=new Array();
            var text=new Array();

            imag[1]="images/gallery/banner1.jpg";
            link[1]="";
            text[1]="";

            imag[2]="images/gallery/banner2.jpg";
            link[2]="";
            text[2]="";

            imag[3]="images/gallery/banner3.jpg";
            link[3]="";
            text[3]="";

            imag[4]="images/gallery/banner4.jpg";
            link[4]="";
            text[4]="";

            imag[5]="images/gallery/banner5.jpg";
            link[5]="";
            text[5]="";

            imag[6]="images/gallery/banner6.jpg";
            link[6]="";
            text[6]="";

            imag[7]="images/gallery/banner7.jpg";
            link[7]="";
            text[7]="";

            imag[8]="images/gallery/banner8.jpg";
            link[8]="";
            text[8]="";


            imag[9]="images/gallery/banner9.jpg";
            link[9]="";
            text[9]="";

            imag[10]="images/gallery/banner10.jpg";
            link[10]="";
            text[10]="";

            var swf_height=show_text==1?pic_height+0:pic_height;
            var pics="", links="", texts="";
            for(var i=1; i<imag.length; i++){
                    pics=pics+("|"+imag[i]);
                    links=links+("|"+link[i]);
                    texts=texts+("|"+text[i]);
            }
            pics=pics.substring(1);
            links=links.substring(1);
            texts=texts.substring(1);

            document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ pic_width +'" height="'+ swf_height +'" style="margin: 0px 0px 0px 0px;">');
            document.write('<param name="movie" value="images/gallery.swf">');
            document.write('<param name="quality" value="high">');
            document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'">');
            document.write('<embed style="margin: 0px 0px 0px 0px;" src="images/gallery.swf" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&pic_width='+pic_width+'&pic_height='+pic_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'" quality="high" width="'+ pic_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
            document.write('</object>');