var isset_flash=0;var min_ver_flash=9;if(navigator.userAgent.toLowerCase().indexOf("ie")==-1){for(i=0;i<navigator.plugins.length;i++){if(navigator.plugins[i].description.indexOf("Shockwave Flash")!=-1){var ver=navigator.plugins[i].description.replace(navigator.plugins[i].name,"");ver=parseInt(ver.slice(0,ver.indexOf(".")));if(ver>=min_ver_flash){isset_flash=1}break}}}else{for(var i=min_ver_flash;i<20;i++){try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i);isset_flash=1;break}catch(e){}}}var getHtmlToFlash=function(f,d,a,b){var c="";if(isset_flash&&f&&f.length>0){c+="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='"+d+"' height='"+a+"'>";c+="<param name='movie' value='"+f+"'><param name='menu' value='false'>";c+="<param name='quality' value='best'>";c+="<param name='wmode' value='transparent'>";c+="<param name='bgcolor' value='#66a4cb'>";c+="<embed src='"+f+"' wmode='transparent' quality='best' menu='false' width='"+d+"' height='"+a+"' type='application/x-shockwave-flash'></embed>";c+="</object>"}else{if(b){c+="<img width='"+d+"' height='"+a+"' src='"+b+"'>"}else{c+="<div class='error_flash' style='width:"+d+"px; height: "+a+"px;'>";c+="<span>Для просмотра этого блока необходимо установить flash-плеер</span>";c+="</div>"}}return c};var print_swf=function(d,c,a,b){document.write(getHtmlToFlash(d,c,a,b))};function openNewWindowImages(d,b,a,c){wtop=(screen.height-a)/2;wleft=(screen.width-b)/2;if(!c||c===""){c="Изображение в полный размер"}image_window=window.open("","image","top="+wtop+", left="+wleft+", height="+a+", width="+b+",resizable=no,personalbar=no,menubar=no,titlebar=no,status=no");image_window.document.write("<html><head><title>"+c+"</title></head>");image_window.document.write("<body style='margin:0; padding: 0;'><img src='"+d+"'></body></html>");image_window.document.close();return false};