 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="Keywords" content="B1520 PRO, EUROLIVE PROFESSIONAL B1520 PRO, BEHRINGER B1520 PRO , BEHRINGER  EUROLIVE PROFESSIONAL B1520 PRO " /> <meta name="Description" content="You’ve worked hard to get to this point in your musical career. Now you’re ready to take your message to the masses. Your performance, and your audience, deserves a loudspeaker system that delivers the power and clarity of your vision—it deserves EUROLIVE Professional. " /> <!-- TemplateBeginEditable name="doctitle" --> <title>BEHRINGER: B1520 PRO</title> <!-- TemplateEndEditable --> <!-- TemplateBeginEditable name="head" --> <!-- TemplateEndEditable --> <link href="/assets/ShadesOfGray_Main.css"  rel="stylesheet" type="text/css"/> <link href="/assets/ProductLayoutStyle.css"  rel="stylesheet" type="text/css"/> <link href="/assets/jquery.autocomplete.css"  rel="stylesheet" type="text/css"/> <link href="/assets/shadowbox.css"  rel="stylesheet" type="text/css"/> <script src="/assets/jquery-1.4.3.js"  type="text/javascript" language="javascript"></script> <script src="/assets/jquery.autocomplete.js"  type="text/javascript" language="javascript"></script> <script src="/assets/jquery.cycle.all.min.js"  type="text/javascript" language="javascript"></script> <script src="/assets/jquery.ellipsis.js"  type="text/javascript" language="javascript"></script> <script src="/assets/shadowbox.js"  type="text/javascript" language="javascript"></script> <script src="/assets/generic-script.js"  type="text/javascript" language="javascript"></script> <link href="/assets/ProductTranslationPageStyle.css"  rel="stylesheet" type="text/css"/> <script type="text/javascript">var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-3894552-1']);_gaq.push(['_trackPageview']);_gaq.push(['_trackPageLoadTime']);(function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})();shadowboxInit();</script> <script src="/assets/recordOutbound.js"  type="text/javascript" language="javascript" ></script> <link href="/assets/ShadesOfGray_ProductPage.css"  rel="stylesheet" type="text/css"/> <script src="/assets/brochureselect.js"  type="text/javascript" language="javascript" ></script> <script src="/assets/sortfeaturelist.js"  type="text/javascript" language="javascript" ></script> <script src="/assets/categoryredirector.js"  type="application/javascript" language="javascript"></script> </head> <body> <div id="header"> 
            



            




            
        


            
                        <div id="header_left">
        	<div id="logo_container">
	            <a id="logoLink" href="/Home.aspx">
	            	<img src="/assets/behringer-logo.png"  id="logo" class="link_image" alt="BEHRINGER"/>
				</a>
            </div>
                <div class="navLinks">
                    
                        
                        
                            <a href="/EN/products/index.aspx"  class="menu_item"  >Products</a>                            
                    
                        
                        
                            <a href="/EN/Support/index.aspx"  class="menu_item"  >Support</a>                            
                    
                        
                        
                            <a href="/EN/Community/index.aspx"  class="menu_item"  >Community</a>                            
                    
                        
                        
                            <a href="/EN/Our-Story/index.aspx"  class="menu_item"  >Our Story</a>                            
                    
                        
                        
                            <a href="/EN/Join-Us/index.aspx"  class="menu_item"  >Join Us</a>                            
                    
                        
                        
                            <a href="/EN/Buy-Now/index.aspx"  class="menu_item"  >Buy Now</a>                            
                    
                        
                        
                            <a href="/EN/Artists/index.aspx"  class="menu_item"  >Artists</a>                            
                    
                        
                        
                            <a href="/EN/News/index.aspx"  class="menu_item"  >News</a>                            
                    
                </div>
            </div>
            <div id="header_right">
                <!--[if IE 7]>
                 <style type="text/css" media="screen">
                    .dropdown dt{
                        margin-top: 12px;
                    }
                    #search {
                        margin-top: 54px !important;
                    }
                    #billboardNav{
                        /*top: 13px !important;*/
                    }
                    #wide {
                        padding: 0 !important;
                    }
                 </style>
				<![endif]-->
	
                <!--[if IE 8]>
                 <style type="text/css" media="screen">
                    #billboardNav{
                        /*top: 15px !important;*/
                    }
                    #search {
                        font-size: 11px !important;
                    }
                 </style>
                <![endif]-->
	
      			<script type="text/javascript">
					var Mypath = window.location.pathname;
					var MyHost = window.location.host;
					var arr = Mypath.split("/");    
					var lang = arr[1];
					var subpage = arr[2];
					var etc = arr[3];
					var params = window.location.search;
					
					$(document).ready(function() {    
						var langParent = $("#sample dd ul");
						$("#" + lang.toUpperCase(), langParent).remove();
						var last = $("li:last", langParent);
						last.attr("class", "last");
						last.prev().attr("class", "last-second");
						$("li:first", langParent).attr("class", "first");
						
						$(".dropdown dt").click(function() {
							$(".dropdown dd ul").toggle();
						});
			
						$(".dropdown dd ul li a").click(function() {
							var text = $(this).html();
							$(".dropdown dt a span").html(text);
							$(".dropdown dd ul").hide();
							
							var toLang      = getSelectedValue("sample");
							var blogParam   = getBlogParam(toLang);
							
							if (blogParam != "") {
								$("#result").html(window.location = "http://" + MyHost + "/" + toLang + "/" + subpage + "/" + (blogParam != "" ? blogParam : ""));
							} else {
								if(subpage == " " || subpage == null || subpage == "undefined" || etc == " " || etc == null || etc == "undefined" ) {
									$("#result").html(window.location = "http://" + MyHost + "/" + toLang + "/" + subpage + params);
								} else {
									$("#result").html(window.location = "http://" + MyHost + "/" + toLang + "/" + subpage + "/" + etc + params);
								}
							}
						});
            
						function getBlogParam(lang) {
							if (lang == "CN" || lang == "cn") lang = "ZH";
							lang = lang.toLowerCase();
			
							var iframe = document.getElementById("myframe");
							if (iframe != null && iframe != "" && iframe != "undefined") {
								var url = iframe.contentWindow.location.href;
			
								if (url.split('/').length >= 9) {
									var aURL = url.split('/');
									var blogParam = aURL[aURL.length - 5] + '/' + aURL[aURL.length - 4] + '/' + aURL[aURL.length - 3] + '/' + aURL[aURL.length - 2] + '/';
									return blogParam;
								}
								else
									return "";
							}
							return "";
						}
						
                        /*   
							if(arr[1] == "EN" || arr[1] == "en"){$('#Lang').html("<img class='Currentflag' src='/images/arrow.png' /> English");};
							if(arr[1] == "ES" || arr[1] == "es"){$('#Lang').html("<img class='Currentflag' src='/images/arrow.png' /> Español");};
							if(arr[1] == "FR" || arr[1] == "fr"){$('#Lang').html("<img class='Currentflag' src='/images/arrow.png' /> Français");};
							if(arr[1] == "DE" || arr[1] == "de"){$('#Lang').html("<img class='Currentflag' src='/images/arrow.png' /> Deutsch");};
							if(arr[1] == "CN" || arr[1] == "cn"){$('#Lang').html("<img class='Currentflag' src='/images/arrow.png' /> ??");};   
						*/
						
							
								var pagelang = "EN"
								if(arr[1] == pagelang.toUpperCase() || arr[1] == pagelang.toLowerCase()){$('#Lang').html("<img class='Currentflag' src='/images/arrow.png' /> English");};
							
								var pagelang = "ES"
								if(arr[1] == pagelang.toUpperCase() || arr[1] == pagelang.toLowerCase()){$('#Lang').html("<img class='Currentflag' src='/images/arrow.png' /> Español");};
							
								var pagelang = "FR"
								if(arr[1] == pagelang.toUpperCase() || arr[1] == pagelang.toLowerCase()){$('#Lang').html("<img class='Currentflag' src='/images/arrow.png' /> Français");};
							
								var pagelang = "DE"
								if(arr[1] == pagelang.toUpperCase() || arr[1] == pagelang.toLowerCase()){$('#Lang').html("<img class='Currentflag' src='/images/arrow.png' /> Deutsch");};
							
								var pagelang = "CN"
								if(arr[1] == pagelang.toUpperCase() || arr[1] == pagelang.toLowerCase()){$('#Lang').html("<img class='Currentflag' src='/images/arrow.png' /> 中文");};
							
                        
						
			
						function getSelectedValue(id) {
							  return $("#" + id).find("dt a span.value").html();
						}
						$(document).bind('click', function(e) {
							var $clicked = $(e.target);
							if (! $clicked.parents().hasClass("dropdown"))
								$(".dropdown dd ul").hide();
								$('.dropdown dd ul li').remove('#'+arr[1]);
						});
					 });
   				</script>
                <div id="outer">
                <div id="LangChange">
                <dl id="sample" class="dropdown">
                        <dt>
                            <a href="#">   
                                <span id="Lang">Loading...</span>        
                            </a>
                        </dt>
                        <dd>
                           <ul>
                           		<!--
                                 <li id="EN" ><a href="#">English<span class="value">EN</span></a></li>
                                 <li id="ES" class="first" ><a href="#">Español<span class="value">ES</span></a></li>
                                 <li id="FR" ><a href="#">Français<span class="value">FR</span></a></li>
                                 <li id="DE" class="last-second" ><a href="#">Deutsch<span class="value">DE</span></a></li>
                                 <li id="CN" class="last"><a href="#">??<span class="value">CN</span></a></li>  
                        		-->
                        		
                                        
                                        	<li id="EN" >
                                            	<a href="#">English<span class="value">EN</span></a>
                                            </li>
                                        
                                        	<li id="ES" >
                                            	<a href="#">Español<span class="value">ES</span></a>
                                            </li>
                                        
                                        	<li id="FR" >
                                            	<a href="#">Français<span class="value">FR</span></a>
                                            </li>
                                        
                                        	<li id="DE" >
                                            	<a href="#">Deutsch<span class="value">DE</span></a>
                                            </li>
                                        
                                        	<li id="CN" >
                                            	<a href="#">中文<span class="value">CN</span></a>
                                            </li>
                                        
                                
                        
                            </ul>
                        </dd>
                    </dl>
                </div>
                <div id="leftbox"><p>Language: </p></div>
                </div> 
                
                <div class="right_pane">
                    
                        <span>
							
	                            <a href="http://www.youtube.com/behringer" class="link_plain" target="_blank"><img src="/assets/Youtube_icon.png"  class="link_image"/></a>
                            
                        </span>
                    
                        <span>
							
	                            <a href="http://www.facebook.com/behringer" class="link_plain" target="_blank"><img src="/assets/FaceBook_icon.png"  class="link_image"/></a>
                            
                        </span>
                    
                        <span>
							
	                            <a href="http://www.twitter.com/behringer" class="link_plain" target="_blank"><img src="/assets/Twitter_icon.png"  class="link_image"/></a>
                            
                        </span>
                    
                        <span>
							
	                            <a href="http://www.myspace.com/behringer" class="link_plain" target="_blank"><img src="/assets/Myspace_icon.png"  class="link_image"/></a>
                            
                        </span>
                    
                        <span>
							
	                            <a href="http://soundcloud.com/BEHRINGER" class="link_plain" target="_blank"><img src="/assets/SoundCloud_icon.png"  class="link_image"/></a>
                            
                        </span>
                    
                </div>
                <div id="search_holder">
                    <form id="cse-search-box" action="/Search/results.aspx" name="cse-search-box" autocomplete="off" style="display:inline" >
                        <input type="hidden" name="cx" value="005979252705184006965:ca6lq9himqy" />
                        <input type="hidden" name="cof" value="FORID:11;NB:1" />
                        <input type="hidden" name="ie" value="UTF-8" />
                        <input id="searchfield" type="text" name="q"  value="Search.." accesskey="s" onfocus="clearText('searchfield')" onblur="resetDefault('searchfield')"  />
                    </form>
			    </div>
            </div>
            <div style="clear:both"></div>
	            
        


            
         </div> <div class="empty"></div> <span class="font_gray_small_bold">You are here:</span>
    <span class="font_gray_small"><span id="breadcrumbs"><a href="#breadcrumbs_SkipLink"><img alt="Skip Navigation Links" height="0" width="0" src="/WebResource.axd?d=N3F0WMG2xsGXfFz3p8a75z3ld2cmj-2onXGP8yQMMZE7elFP-hfqBvefDzWXZjemOq3UrWC1kbCVl0nin16GWxKck8w1&amp;t=634259354654344891" border="0" /></a><span><a title="Home" href="/EN/home.aspx">Home</a></span><span> &#187; </span><span><a title="Products" href="/EN/Products/index.aspx">Products</a></span><span> &#187; </span><span><a title="Professional Passive Speakers" href="/EN/Category/Loudspeakers-and-Studio-Monitors.aspx?s=B100">Professional Passive Speakers</a></span><span> &#187; </span><span>EUROLIVE PROFESSIONAL B1520 PRO</span><a id="breadcrumbs_SkipLink"></a></span></span>
    <div class="empty"></div>
     <div id="content"> <div class="content_main_holder rounded_corners_top_sub"> <div class="padding20"> <div class="left_pane"> <div id="prodStatusHolder" class="font_green font_italic"> <span ><span><!-- Start SiteEdit Component Presentation: {"ID" : "cp_1", "ComponentID" : "tcm:40-46148", "ComponentTemplateID" : "tcm:40-32822-32", "ComponentVersion" : 8, "IsQueryBased" : false  } --> </span></span> </div> <div id="productNameHodler" class="font_page_title"> <span><span><!-- Start SiteEdit Component Presentation: {"ID" : "cp_2", "ComponentID" : "tcm:40-46148", "ComponentTemplateID" : "tcm:40-32711-32", "ComponentVersion" : 8, "IsQueryBased" : false  } -->                    	EUROLIVE PROFESSIONAL B1520 PRO</span></span> </div> <div id="shortDescHolder" class="font_page_description"> <span><span><!-- Start SiteEdit Component Presentation: {"ID" : "cp_3", "ComponentID" : "tcm:40-51530", "ComponentTemplateID" : "tcm:40-32708-32", "ComponentVersion" : 3, "IsQueryBased" : false  } --> <span>Professional 1,200-Watt 15&quot; PA Loudspeaker System</span><br/> </span></span> </div> <div id="featureListHolder" class="font_gray_small"> <span><!-- Start SiteEdit Component Presentation: {"ID" : "cp_4", "ComponentID" : "tcm:40-51530", "ComponentTemplateID" : "tcm:40-32707-32", "ComponentVersion" : 3, "IsQueryBased" : false  } --> <div id="feature_1"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[0].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[1]/custom:featureText[1]", "IsMultiValued" : false} -->High-performance 1,200-Watt loudspeaker system for use as PA speaker or floor monitor</span> </div> </div> <div id="feature_2"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[1].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[2]/custom:featureText[1]", "IsMultiValued" : false} -->Extremely powerful 15&#39;&#39; long-excursion driver provides incredibly deep bass and acoustic power</span> </div> </div> <div id="feature_3"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[2].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[3]/custom:featureText[1]", "IsMultiValued" : false} -->Proprietary 1.75&#39;&#39; titanium-diaphragm compression driver for exceptional high-frequency reproduction</span> </div> </div> <div id="feature_4"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[3].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[4]/custom:featureText[1]", "IsMultiValued" : false} -->Ultra-wide 50 Hz – 18 kHz frequency range (-10 dB), impedance 8 Ohms</span> </div> </div> <div id="feature_5"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[4].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[5]/custom:featureText[1]", "IsMultiValued" : false} -->Extremely high sound pressure level (95 dB full space 1 W @ 1 m)</span> </div> </div> <div id="feature_6"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[5].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[6]/custom:featureText[1]", "IsMultiValued" : false} -->Versatile enclosure profile allows different positioning:</span> </div> </div> <div id="feature_7"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[6].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[7]/custom:featureText[1]", "IsMultiValued" : false} -->- 10 &amp; 35 degree cluster and stacking mode</span> </div> </div> <div id="feature_8"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[7].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[8]/custom:featureText[1]", "IsMultiValued" : false} -->- stand mounting with 35-mm pole socket</span> </div> </div> <div id="feature_9"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[8].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[9]/custom:featureText[1]", "IsMultiValued" : false} -->- floor monitor wedge</span> </div> </div> <div id="feature_10"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[9].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[10]/custom:featureText[1]", "IsMultiValued" : false} -->Rotatable, unsymmetrical horn design allows driver adjustment for either horizontal floor monitor application or upright position</span> </div> </div> <div id="feature_11"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[10].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[11]/custom:featureText[1]", "IsMultiValued" : false} -->Overload-protection circuitry ensures optimal HF driver protection</span> </div> </div> <div id="feature_12"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[11].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[12]/custom:featureText[1]", "IsMultiValued" : false} -->Parallel input connectors allow linking of additional loudspeakers</span> </div> </div> <div id="feature_13"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[12].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[13]/custom:featureText[1]", "IsMultiValued" : false} -->Ergonomically shaped handles for easy transport</span> </div> </div> <div id="feature_14"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[13].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[14]/custom:featureText[1]", "IsMultiValued" : false} -->Rugged steel grill for optimal speaker protection</span> </div> </div> <div id="feature_15"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[14].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[15]/custom:featureText[1]", "IsMultiValued" : false} -->Professional speaker connectors (compatible with Neutrik Speakon)</span> </div> </div> <div id="feature_16"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[15].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[16]/custom:featureText[1]", "IsMultiValued" : false} -->High-quality components and exceptionally rugged construction ensure long life</span> </div> </div> <div id="feature_17"> <div class="feature_bulet"> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-51530_featureList[16].featureText", "XPath" : "tcm:Content/custom:Content/custom:featureList[17]/custom:featureText[1]", "IsMultiValued" : false} -->Conceived and designed by BEHRINGER Germany</span> </div> </div> </span> </div> </div> <div class="right_pane right_pane_fixed"> <div id="specialHolder"> </div> <div id="mainImageHolder" class="mainImageHolder"> <span><!-- Start SiteEdit Component Presentation: {"ID" : "cp_5", "ComponentID" : "tcm:40-56862", "ComponentTemplateID" : "tcm:40-32885-32", "ComponentVersion" : 18, "IsQueryBased" : false  } --> <img src="/assets/B1520%20PRO_P0286_Reflective_web.png"  alt="BEHRINGER EUROLIVE PROFESSIONAL B1520 PRO" /> </span> </div> <div id="controlDLButtonHolder" class="padding_top_15"> </div> </div> <div class="clearBoth"></div> </div> </div> <div class="empty"></div> <div class="content_main_holder padding20 rounded_corners_sub"> <div class="left_pane_35"> <div class="padding5"> <span id="FromBN_BuyNowOutput"><div id="bnbox">
  <div class="curved">
    <div class="dottop">
      <h2>BUY NOW!</h2>
    </div>
    <div class="bnbody">
      <div class="clear" style="clear: both;"></div>
    </div>
    <div class="dotbottom">
      <p><a href="../Buy-Now/index.aspx">Click here</a> to find a store near you.
          </p>
    </div>
  </div>
</div></span> </div> <div class="padding5"> <div id="behringerLike"> <fb:like class=" fb_edge_widget_with_comment fb_iframe_widget" colorscheme="light" action="like" width="310px" show_faces="true" layout="standard"></fb:like> <div id="fb-root"></div> <script>var Mypath = window.location.pathname;var arr = Mypath.split("/"); var lang = arr[1];var faceLang = "en_US";switch(lang.toLowerCase()) {case "cn":faceLang = "zh_TW";break;case "de":faceLang = "de_DE";break;case "es":faceLang = "es_ES";break;case "fr":faceLang = "fr_FR";break;case "it":faceLang = "it_IT";break;case "ja":faceLang = "ja_JP";break;}window.fbAsyncInit = function() {FB.init({appId: 'your app id', status: true, cookie: true,xfbml: true});};(function() {var e = document.createElement('script'); e.async = true;e.src = document.location.protocol +'//connect.facebook.net/' + faceLang + '/all.js';document.getElementById('fb-root').appendChild(e);}());</script> </div> </div> <div id="downloadFilesHolder" class="padding5"> <span><!-- Start SiteEdit Component Presentation: {"ID" : "cp_6", "ComponentID" : "tcm:40-62829", "ComponentTemplateID" : "tcm:40-32900-32", "ComponentVersion" : 17, "IsQueryBased" : false  } --> <div class="padding5"><select id="brochures_DropDown" class="product_download_dropdowns font_gray_small"><option selected="selected">MANUAL...</option><option value="/assets/B1520%20PRO_P0286_M_CN.pdf" >B1520 PRO_P0286_M_CN [PDF 2.1 MB]</option><option value="/assets/B1520%20PRO_P0286_M_DE.pdf" >B1520 PRO_P0286_M_DE [PDF 2.3 MB]</option><option value="/assets/B1520%20PRO_P0286_M_EN.pdf" >B1520 PRO_P0286_M_EN [PDF 2.3 MB]</option><option value="/assets/B1520%20PRO_P0286_M_ES.pdf" >B1520 PRO_P0286_M_ES [PDF 1.8 MB]</option><option value="/assets/B1520%20PRO_P0286_M_FR.pdf" >B1520 PRO_P0286_M_FR [PDF 1.8 MB]</option><option value="/assets/B1520%20PRO_P0286_M_GR.pdf" >B1520 PRO_P0286_M_GR [PDF 1.8 MB]</option><option value="/assets/B1520%20PRO_P0286_M_IT.pdf" >B1520 PRO_P0286_M_IT [PDF 1.8 MB]</option><option value="/assets/B1520%20PRO_P0286_M_JP.pdf" >B1520 PRO_P0286_M_JP [PDF 2 MB]</option><option value="/assets/B1520%20PRO_P0286_M_PL.pdf" >B1520 PRO_P0286_M_PL [PDF 1.8 MB]</option><option value="/assets/B1520%20PRO_P0286_M_PT.pdf" >B1520 PRO_P0286_M_PT [PDF 1.8 MB]</option><option value="/assets/B1520%20PRO_P0286_M_SE.pdf" >B1520 PRO_P0286_M_SE [PDF 1.7 MB]</option><option value="/assets/B1520%20PRO_P0286_M_RU.pdf" >B1520 PRO_P0286_M_RU [PDF 1.8 MB]</option><option value="/assets/B1520%20PRO_P0286_M_NL.pdf" >B1520 PRO_P0286_M_NL [PDF 1.8 MB]</option><option value="/assets/B1520%20PRO_P0286_M_DK.pdf" >B1520 PRO_P0286_M_DK [PDF 1.7 MB]</option><option value="/assets/B1520%20PRO_P0286_M_FI.pdf" >B1520 PRO_P0286_M_FI [PDF 1.7 MB]</option></select></div><div style="height:0; display:none; visibility:hidden; width:0"><a href="/assets/B1520%20PRO_P0286_M_CN.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_DE.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_EN.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_ES.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_FR.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_GR.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_IT.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_JP.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_PL.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_PT.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_SE.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_RU.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_NL.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_DK.pdf" >cheat</a><a href="/assets/B1520%20PRO_P0286_M_FI.pdf" >cheat</a></div> </span> </div> <div id="compatibleWithHolder" class="padding5"> </div> <div id="includedHolder" class="padding5"> </div> <div id="thumbnailsHolder" class="padding5"> <span><!-- Start SiteEdit Component Presentation: {"ID" : "cp_7", "ComponentID" : "tcm:40-56862", "ComponentTemplateID" : "tcm:40-32980-32", "ComponentVersion" : 18, "IsQueryBased" : false  } --> <div id="content_thumbnails"><div id="content_thumbnails_in"><a href="/assets/B1520%20PRO_P0286_Front_XL.png"  target="_blank"><img src="/assets/B1520%20PRO_P0286_Front_thumb.png"  alt="B1520 PRO" class="link_image" /></a></div><div style="text-align:center"><a href="/assets/B1520%20PRO_P0286_Front_XL.png"  class="font_gray_small" target="_blank"><span>Large [573.8 KB]</span></a></div><div style="text-align:center"><a href="/assets/B1520%20PRO_P0286_Front_XXL.png"  class="font_gray_small" target="_blank"><span>Extra Large [2.6 MB]</span></a></div></div><div id="content_thumbnails"><div id="content_thumbnails_in"><a href="/assets/B1520%20PRO_P0286_Left_XL.png"  target="_blank"><img src="/assets/B1520%20PRO_P0286_Left_thumb.png"  alt="B1520 PRO" class="link_image" /></a></div><div style="text-align:center"><a href="/assets/B1520%20PRO_P0286_Left_XL.png"  class="font_gray_small" target="_blank"><span>Large [634.5 KB]</span></a></div><div style="text-align:center"><a href="/assets/B1520%20PRO_P0286_Left_XXL.png"  class="font_gray_small" target="_blank"><span>Extra Large [3.2 MB]</span></a></div></div><div id="content_thumbnails"><div id="content_thumbnails_in"><a href="/assets/B1520%20PRO_P0286_Rear_XL.png"  target="_blank"><img src="/assets/B1520%20PRO_P0286_Rear_thumb.png"  alt="B1520 PRO" class="link_image" /></a></div><div style="text-align:center"><a href="/assets/B1520%20PRO_P0286_Rear_XL.png"  class="font_gray_small" target="_blank"><span>Large [671.8 KB]</span></a></div><div style="text-align:center"><a href="/assets/B1520%20PRO_P0286_Rear_XXL.png"  class="font_gray_small" target="_blank"><span>Extra Large [4.2 MB]</span></a></div></div><div id="content_thumbnails"><div id="content_thumbnails_in"><a href="/assets/B1520%20PRO_P0286_Right_XL.png"  target="_blank"><img src="/assets/B1520%20PRO_P0286_Right_thumb.png"  alt="B1520 PRO" class="link_image" /></a></div><div style="text-align:center"><a href="/assets/B1520%20PRO_P0286_Right_XL.png"  class="font_gray_small" target="_blank"><span>Large [694.2 KB]</span></a></div><div style="text-align:center"><a href="/assets/B1520%20PRO_P0286_Right_XXL.png"  class="font_gray_small" target="_blank"><span>Extra Large [3.5 MB]</span></a></div></div> <div style="clear:both"></div> </span> </div> <div id="stompBoxHolder" class="padding5"> </div> <div id="videoHolder" class="padding5"> </div> <div id="relatedHolder" class="padding5"> <div><a class="font_gray_medium" href="../Products/index.aspx">Products</a><br /><span class="font_medium_bold">More Professional Passive Speakers</span></div><div class="empty"></div><div><a href="/EN/Products/B1220-PRO.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE PROFESSIONAL B1220 PRO</span><br /><span class="font_gray_small">Professional 1,200-Watt 12" PA Loudspeaker System</span></div></a><a href="/EN/Products/B1520-PRO.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE PROFESSIONAL B1520 PRO</span><br /><span class="font_gray_small">Professional 1,200-Watt 15" PA Loudspeaker System</span></div></a><a href="/EN/Products/B1800X-PRO.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE PROFESSIONAL B1800X PRO</span><br /><span class="font_gray_small">Professional 1,800-Watt 18" PA Subwoofer</span></div></a><a href="/EN/Products/B2520-PRO.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE B2520 PRO</span><br /><span class="font_gray_small">High-Performance 2,200-Watt PA Loudspeaker System with Dual 15" Woofers</span></div></a><a href="/EN/Products/B212XL.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE B212XL</span><br /><span class="font_gray_small">800-Watt 2-Way PA Speaker System with 12" Woofer and 1.75" Titanium Compression Driver</span></div></a><a href="/EN/Products/B212XL-WH.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE B212XL-WH</span><br /><span class="font_gray_small">800-Watt 2-Way PA Speaker System with 12" Woofer and 1.75" Titanium Compression Driver</span></div></a><a href="/EN/Products/B215XL.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE B215XL</span><br /><span class="font_gray_small">1000-Watt 2-Way PA Speaker System with 15" Woofer and 1.75" Titanium Compression Driver</span></div></a><a href="/EN/Products/B215XL-WH.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE B215XL-WH</span><br /><span class="font_gray_small">1000-Watt 2-Way PA Speaker System with 15" Woofer and 1.75" Titanium Compression Driver</span></div></a><a href="/EN/Products/VP1220.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE VP1220</span><br /><span class="font_gray_small">Professional 800-Watt PA Speaker with 12" Woofer and 1.75" Titanium-Diaphragm Compression Driver</span></div></a><a href="/EN/Products/VP1220F.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE VP1220F</span><br /><span class="font_gray_small">Professional 800-Watt Floor Monitor with 12" Woofer and 1.75" Titanium Compression Driver</span></div></a><a href="/EN/Products/VP1520.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE VP1520</span><br /><span class="font_gray_small">Professional 1000-Watt PA Speaker with 15" Woofer and 1.75" Titanium-Diaphragm Compression Driver</span></div></a><a href="/EN/Products/VP2520.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE VP2520</span><br /><span class="font_gray_small">Professional 2000-Watt PA Speaker with Dual 15" Woofers and 1.75" Titanium-Diaphragm Compression Driver</span></div></a><a href="/EN/Products/VP1800S.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE VP1800S</span><br /><span class="font_gray_small">Professional 1600-Watt 18" PA Subwoofer</span></div></a><a href="/EN/Products/VS1220.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE VS1220</span><br /><span class="font_gray_small">High-Performance 600-Watt PA Speaker with 12" Woofer and Electro-Dynamic Driver</span></div></a><a href="/EN/Products/VS1220F.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE VS1220F</span><br /><span class="font_gray_small">High-Performance 600-Watt PA Speaker with 12" Woofer and Electro-Dynamic Driver</span></div></a><a href="/EN/Products/VS1520.aspx" class="font_gray_small_bold"><br /><div class="align_left"><span>EUROLIVE VS1520</span><br /><span class="font_gray_small">High-Performance 600-Watt PA Speaker with 15" Woofer and Electro-Dynamic Driver</span></div></a></div><div id="discontinuedHolder"><select onchange="window.location.href= this.options[this.selectedIndex].value"><option value="#">Discontinued Professional Passive Speakers...</option><option value="/EN/Products/B1520.aspx">EUROLIVE B1520</option><option value="/EN/Products/B1220.aspx">EUROLIVE B1220</option><option value="/EN/Products/B1800.aspx">EUROLIVE B1800</option><option value="/EN/Products/F1220.aspx">EUROLIVE F1220</option><option value="/EN/Products/F1520.aspx">EUROLIVE F1520</option><option value="/EN/Products/B1800X.aspx">EUROLIVE B1800X</option><option value="/EN/Products/B1020.aspx">EUROLIVE B1020</option><option value="/EN/Products/B1500X.aspx">EUROLIVE B1500X</option><option value="/EN/Products/E1220.aspx">EUROLIVE PERFORMER E1220</option><option value="/EN/Products/E1520.aspx">EUROLIVE PERFORMER E1520</option><option value="/EN/Products/B212.aspx">EUROLIVE B212</option><option value="/EN/Products/B215.aspx">EUROLIVE B215</option><option value="/EN/Products/P1020.aspx">EUROLIVE P1020</option><option value="/EN/Products/P1220.aspx">EUROLIVE P1220</option><option value="/EN/Products/P1220F.aspx">EUROLIVE P1220F</option><option value="/EN/Products/P1520.aspx">EUROLIVE P1520</option><option value="/EN/Products/P1800S.aspx">EUROLIVE P1800S</option><option value="/EN/Products/P2520.aspx">EUROLIVE P2520</option><option value="/EN/Products/S1020.aspx">EUROLIVE S1020</option><option value="/EN/Products/S1220.aspx">EUROLIVE S1220</option><option value="/EN/Products/S1220F.aspx">EUROLIVE S1220F</option><option value="/EN/Products/S1520.aspx">EUROLIVE S1520</option><option value="/EN/Products/S1530.aspx">EUROLIVE S1530</option><option value="/EN/Products/S1800S.aspx">EUROLIVE S1800S</option></select></div> </div> </div> <div class="right_pane_65 font_gray_normal"> <span><!-- Start SiteEdit Component Presentation: {"ID" : "cp_8", "ComponentID" : "tcm:40-74696", "ComponentTemplateID" : "tcm:40-32886-32", "ComponentVersion" : 14, "IsQueryBased" : false  } --> <div class="introductory"> <h2><span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-74696_marketingCopyBodyIntro[0].header", "XPath" : "tcm:Content/custom:Content/custom:marketingCopyBodyIntro[1]/custom:header[1]", "IsMultiValued" : false} --></span></h2> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-74696_marketingCopyBodyIntro[0].copyBlock", "XPath" : "tcm:Content/custom:Content/custom:marketingCopyBodyIntro[1]/custom:copyBlock[1]", "IsMultiValued" : false} --><p>You’ve worked hard to get to this point in your musical career. Now you’re ready to take your message to the masses. Your performance, and your audience, deserves a loudspeaker system that delivers the power and clarity of your vision—it deserves EUROLIVE Professional.</p></span> </div> <div class="productLongDescHolder"> <div class="longDescItem"> <h3><span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-74696_marketingCopyBodyElement[0].header", "XPath" : "tcm:Content/custom:Content/custom:marketingCopyBodyElement[1]/custom:header[1]", "IsMultiValued" : false} -->Power Handling Capacity</span></h3> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-74696_marketingCopyBodyElement[0].copyBlock", "XPath" : "tcm:Content/custom:Content/custom:marketingCopyBodyElement[1]/custom:copyBlock[1]", "IsMultiValued" : false} -->The B1520 PRO loudspeaker is engineered to handle the demands of professional gigs, from small clubs to large stages. Capable of handling up to 1,200 Watts, the B1520 PRO’s ingenious design makes it a great-sounding PA loudspeaker for front-of-house, as well as floor monitor applications. </span> </div> <div class="longDescItem"> <h3><span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-74696_marketingCopyBodyElement[1].header", "XPath" : "tcm:Content/custom:Content/custom:marketingCopyBodyElement[2]/custom:header[1]", "IsMultiValued" : false} -->Luxurious Lows</span></h3> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-74696_marketingCopyBodyElement[1].copyBlock", "XPath" : "tcm:Content/custom:Content/custom:marketingCopyBodyElement[2]/custom:copyBlock[1]", "IsMultiValued" : false} -->In order to produce tight, deep bass, a loudspeaker has to move lots of air. EUROLIVE Professional Series loudspeakers accomplish this by using powerful, long-excursion LF (Low Frequency) drivers that are handmade in our own factory. While some companies are content to use “off-the-shelf” drivers, we custom-design each LF driver to perfectly match its enclosure and application. The B1520 PRO features an extremely powerful 15" long-excursion LF driver in a tuned enclosure, providing rich, tight bass all the way down to 50 Hz. That’s bass that you can feel, as well as hear.</span> </div> <div class="longDescItem"> <h3><span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-74696_marketingCopyBodyElement[2].header", "XPath" : "tcm:Content/custom:Content/custom:marketingCopyBodyElement[3]/custom:header[1]", "IsMultiValued" : false} -->Spacious Highs</span></h3> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-74696_marketingCopyBodyElement[2].copyBlock", "XPath" : "tcm:Content/custom:Content/custom:marketingCopyBodyElement[3]/custom:copyBlock[1]", "IsMultiValued" : false} -->High-frequency (HF) content can easily make or break your performance. Too much and the sound becomes brittle and obnoxious, too little and it sounds muddy and poorly defined. The EUROLIVE PRO Series’ 1.75" titanium-diaphragm compression driver provides natural-sounding high end, with an ultra-wide 100° x 50° sound dispersion pattern. The horn can even be rotated (50° x 100°), transforming the B1520 PRO into an outstanding floor monitor wedge.</span> </div> <div class="longDescItem"> <h3><span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-74696_marketingCopyBodyElement[3].header", "XPath" : "tcm:Content/custom:Content/custom:marketingCopyBodyElement[4]/custom:header[1]", "IsMultiValued" : false} -->Let’s Get Technical</span></h3> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-74696_marketingCopyBodyElement[3].copyBlock", "XPath" : "tcm:Content/custom:Content/custom:marketingCopyBodyElement[4]/custom:copyBlock[1]", "IsMultiValued" : false} -->B1520 PRO’s unique enclosure profile allows multiple positioning options: 10° or 35° cluster and stacking mode, stand mounting with a built-in 35-mm (1.375") pole socket or positioning as a floor monitor wedge. The B1520 PRO is capable of extremely high sound pressure levels (96 dB full space 1 W @ 1 m) and provides a 50 Hz to 18 kHz frequency range. Built-in overload-protection circuitry ensures optimal HF driver protection.</span> </div> <div class="longDescItem"> <h3><span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-74696_marketingCopyBodyElement[4].header", "XPath" : "tcm:Content/custom:Content/custom:marketingCopyBodyElement[5]/custom:header[1]", "IsMultiValued" : false} -->Value</span></h3> <span><!-- Start SiteEdit Component Field: {"ID" : "cf_tcm:40-74696_marketingCopyBodyElement[4].copyBlock", "XPath" : "tcm:Content/custom:Content/custom:marketingCopyBodyElement[5]/custom:copyBlock[1]", "IsMultiValued" : false} -->We could talk on and on about the EUROLIVE Professional Series loudspeakers, but hearing is believing. Stop by your BEHRINGER dealer’s showroom today and put the B1520 PRO to the test. We think you’ll be hard pressed to find a better sounding loudspeaker for anywhere near this price!</span> </div> </div> </span> <div id="callOutHolder"> </div> <div id="downloadHolder"> </div> <div id="reviewHolder" class="padding5"> </div> </div> <div class="clearBoth"></div> </div> </div> <div class="clearBoth"></div> <div class="empty"></div> <div class="footer rounded_corners padding5 font_gray_small"> <div id="sitemapfooter"><div id="productsitemapfooter"><ul><li><b>Mixers</b></li><ul><li><a title="Small Format Mixers" class="font_gray_small" href="/EN/Category/Mixers.aspx?s=A100">Small Format Mixers</a></li><li><a title="Large Format Mixers" class="font_gray_small" href="/EN/Category/Mixers.aspx?s=A200">Large Format Mixers</a></li><li><a title="Rackmount Mixers" class="font_gray_small" href="/EN/Category/Mixers.aspx?s=A300">Rackmount Mixers</a></li><li><a title="Digital Mixers" class="font_gray_small" href="/EN/Category/Mixers.aspx?s=A400">Digital Mixers</a></li><li><a title="Powered Mixers" class="font_gray_small" href="/EN/Category/Mixers.aspx?s=A500">Powered Mixers</a></li><li><a title="DJ Mixers" class="font_gray_small" href="/EN/Category/Mixers.aspx?s=A700">DJ Mixers</a></li><li><a title="Mixer Accessories" class="font_gray_small" href="/EN/Category/Mixers.aspx?s=A800">Mixer Accessories</a></li></ul><li><b>Loudspeakers and Studio Monitors</b></li><ul><li><a title="Professional Passive Speakers" class="font_gray_small" href="/EN/Category/Loudspeakers-and-Studio-Monitors.aspx?s=B100">Professional Passive Speakers</a></li><li><a title="Professional Powered Speakers" class="font_gray_small" href="/EN/Category/Loudspeakers-and-Studio-Monitors.aspx?s=B200">Professional Powered Speakers</a></li><li><a title="On-Wall Distributed Speakers" class="font_gray_small" href="/EN/Category/Loudspeakers-and-Studio-Monitors.aspx?s=B420">On-Wall Distributed Speakers</a></li><li><a title="Studio Monitors" class="font_gray_small" href="/EN/Category/Loudspeakers-and-Studio-Monitors.aspx?s=B500">Studio Monitors</a></li><li><a title="Multimedia Speakers" class="font_gray_small" href="/EN/Category/Loudspeakers-and-Studio-Monitors.aspx?s=B600">Multimedia Speakers</a></li><li><a title="Loudspeaker Mounts and Accessories" class="font_gray_small" href="/EN/Category/Loudspeakers-and-Studio-Monitors.aspx?s=B800">Loudspeaker Mounts and Accessories</a></li><li><a title="Line Arrays" class="font_gray_small" href="/EN/Category/Loudspeakers-and-Studio-Monitors.aspx?s=B300">Line Arrays</a></li></ul><li><b>Power Amplifiers</b></li><ul><li><a title="Studio Monitor Amplifiers" class="font_gray_small" href="/EN/Category/Power-Amplifiers.aspx?s=C100">Studio Monitor Amplifiers</a></li><li><a title="PA Amplifiers" class="font_gray_small" href="/EN/Category/Power-Amplifiers.aspx?s=C200">PA Amplifiers</a></li></ul><li><b>PA Systems</b></li><ul><li><a title="Handheld PA Systems" class="font_gray_small" href="/EN/Category/PA-Systems.aspx?s=D100">Handheld PA Systems</a></li><li><a title="Portable PA Systems" class="font_gray_small" href="/EN/Category/PA-Systems.aspx?s=D200">Portable PA Systems</a></li><li><a title="Live Sound Packages" class="font_gray_small" href="/EN/Category/PA-Systems.aspx?s=D900">Live Sound Packages</a></li></ul><li><b>Signal Processors</b></li><ul><li><a title="Multi-Effects Processors" class="font_gray_small" href="/EN/Category/Signal-Processors.aspx?s=E100">Multi-Effects Processors</a></li><li><a title="Crossovers" class="font_gray_small" href="/EN/Category/Signal-Processors.aspx?s=E150">Crossovers</a></li><li><a title="DI Boxes" class="font_gray_small" href="/EN/Category/Signal-Processors.aspx?s=E200">DI Boxes</a></li><li><a title="Equalizers" class="font_gray_small" href="/EN/Category/Signal-Processors.aspx?s=E250">Equalizers</a></li><li><a title="Audio Enhancers and Exciters" class="font_gray_small" href="/EN/Category/Signal-Processors.aspx?s=E300">Audio Enhancers and Exciters</a></li><li><a title="Feedback Suppressors" class="font_gray_small" href="/EN/Category/Signal-Processors.aspx?s=E350">Feedback Suppressors</a></li><li><a title="Patchbays" class="font_gray_small" href="/EN/Category/Signal-Processors.aspx?s=E400">Patchbays</a></li><li><a title="Microphone Preamplifiers" class="font_gray_small" href="/EN/Category/Signal-Processors.aspx?s=E500">Microphone Preamplifiers</a></li><li><a title="Headphone Amplifiers and Monitoring" class="font_gray_small" href="/EN/Category/Signal-Processors.aspx?s=E550">Headphone Amplifiers and Monitoring</a></li><li><a title="Phono Preamplifiers" class="font_gray_small" href="/EN/Category/Signal-Processors.aspx?s=E600">Phono Preamplifiers</a></li><li><a title="Compressors and Limiters" class="font_gray_small" href="/EN/Category/Signal-Processors.aspx?s=E650">Compressors and Limiters</a></li><li><a title="Noise Gates" class="font_gray_small" href="/EN/Category/Signal-Processors.aspx?s=E700">Noise Gates</a></li><li><a title="Test Equipment" class="font_gray_small" href="/EN/Category/Signal-Processors.aspx?s=E450">Test Equipment</a></li></ul><li><b>Modeling and Effects Processors</b></li><ul><li><a title="Bass Modeling/Effects Processors" class="font_gray_small" href="/EN/Category/Modeling-and-Effects-Processors.aspx?s=F200">Bass Modeling/Effects Processors</a></li><li><a title="Guitar Modeling/Effects Processors" class="font_gray_small" href="/EN/Category/Modeling-and-Effects-Processors.aspx?s=F100">Guitar Modeling/Effects Processors</a></li></ul><ul></div><div id="productsitemapfooter"><ul><li><b>Stompboxes, Tuners and Accessories</b></li><ul><li><a title="Guitar Stompboxes" class="font_gray_small" href="/EN/Category/Stompboxes-Tuners-and-Accessories.aspx?s=G100">Guitar Stompboxes</a></li><li><a title="Bass Stompboxes" class="font_gray_small" href="/EN/Category/Stompboxes-Tuners-and-Accessories.aspx?s=G200">Bass Stompboxes</a></li><li><a title="Stompbox Combo Packs" class="font_gray_small" href="/EN/Category/Stompboxes-Tuners-and-Accessories.aspx?s=G300">Stompbox Combo Packs</a></li><li><a title="Stompbox Accessories" class="font_gray_small" href="/EN/Category/Stompboxes-Tuners-and-Accessories.aspx?s=G400">Stompbox Accessories</a></li><li><a title="Footswitches and Remote Control" class="font_gray_small" href="/EN/Category/Stompboxes-Tuners-and-Accessories.aspx?s=G500">Footswitches and Remote Control</a></li><li><a title="Tuners" class="font_gray_small" href="/EN/Category/Stompboxes-Tuners-and-Accessories.aspx?s=G600">Tuners</a></li></ul><li><b>Guitar Amplifers and Speakers</b></li><ul><li><a title="Acoustic Guitar Amplifers" class="font_gray_small" href="/EN/Category/Guitar-Amplifers-and-Speakers.aspx?s=H100">Acoustic Guitar Amplifers</a></li><li><a title="Electric Guitar Amplifiers" class="font_gray_small" href="/EN/Category/Guitar-Amplifers-and-Speakers.aspx?s=H200">Electric Guitar Amplifiers</a></li></ul><li><b>Bass Amplifiers and Speakers</b></li><ul><li><a title="Bass Amplifiers" class="font_gray_small" href="/EN/Category/Bass-Amplifiers-and-Speakers.aspx?s=J100">Bass Amplifiers</a></li><li><a title="Bass Speaker Cabinets" class="font_gray_small" href="/EN/Category/Bass-Amplifiers-and-Speakers.aspx?s=J300">Bass Speaker Cabinets</a></li></ul><li><b>Instrument Amplifiers</b></li><ul><li><a title="Keyboard Amplifiers" class="font_gray_small" href="/EN/Category/Instrument-Amplifiers.aspx?s=K100">Keyboard Amplifiers</a></li></ul><li><b>Microphones</b></li><ul><li><a title="Large Diaphragm Microphones" class="font_gray_small" href="/EN/Category/Microphones.aspx?s=M100">Large Diaphragm Microphones</a></li><li><a title="Condenser Microphones" class="font_gray_small" href="/EN/Category/Microphones.aspx?s=M200">Condenser Microphones</a></li><li><a title="Dynamic Microphones" class="font_gray_small" href="/EN/Category/Microphones.aspx?s=M300">Dynamic Microphones</a></li><li><a title="Wireless Microphone Systems" class="font_gray_small" href="/EN/Category/Microphones.aspx?s=M400">Wireless Microphone Systems</a></li></ul><li><b>Headphones</b></li><ul><li><a title="DJ Headphones" class="font_gray_small" href="/EN/Category/Headphones.aspx?s=N100">DJ Headphones</a></li><li><a title="Studio Headphones" class="font_gray_small" href="/EN/Category/Headphones.aspx?s=N200">Studio Headphones</a></li></ul><li><b>USB/MIDI Controllers</b></li><ul><li><a title="Desktop Controllers" class="font_gray_small" href="/EN/Category/USB-MIDI-Controllers.aspx?s=O100">Desktop Controllers</a></li><li><a title="Keyboard Controllers" class="font_gray_small" href="/EN/Category/USB-MIDI-Controllers.aspx?s=O300">Keyboard Controllers</a></li><li><a title="DJ Controllers" class="font_gray_small" href="/EN/Category/USB-MIDI-Controllers.aspx?s=O500">DJ Controllers</a></li><li><a title="MIDI Accessories" class="font_gray_small" href="/EN/Category/USB-MIDI-Controllers.aspx?s=O800">MIDI Accessories</a></li></ul><li><b>Recording</b></li><ul><li><a title="Recording Packages and Software" class="font_gray_small" href="/EN/Category/Recording.aspx?s=R100">Recording Packages and Software</a></li><li><a title="Computer Audio Interfaces" class="font_gray_small" href="/EN/Category/Recording.aspx?s=R200">Computer Audio Interfaces</a></li><li><a title="Format Converters" class="font_gray_small" href="/EN/Category/Recording.aspx?s=R800">Format Converters</a></li></ul><li><b>Musical Instruments</b></li><ul><li><a title="Electric Guitars" class="font_gray_small" href="/EN/Category/Musical-Instruments.aspx?s=S200">Electric Guitars</a></li><li><a title="Digital Pianos" class="font_gray_small" href="/EN/Category/Musical-Instruments.aspx?s=S400">Digital Pianos</a></li><li><a title="Musical Instrument Packages" class="font_gray_small" href="/EN/Category/Musical-Instruments.aspx?s=S600">Musical Instrument Packages</a></li><li><a title="Musical Instrument Accessories" class="font_gray_small" href="/EN/Category/Musical-Instruments.aspx?s=S800">Musical Instrument Accessories</a></li></ul><li><b>Lighting Systems</b></li><ul><li><a title="DMX Controllers" class="font_gray_small" href="/EN/Category/Lighting-Systems.aspx?s=T100">DMX Controllers</a></li><li><a title="Power Packs" class="font_gray_small" href="/EN/Category/Lighting-Systems.aspx?s=T300">Power Packs</a></li><li><a title="Luminaries" class="font_gray_small" href="/EN/Category/Lighting-Systems.aspx?s=T500">Luminaries</a></li><li><a title="Lighting Accessories" class="font_gray_small" href="/EN/Category/Lighting-Systems.aspx?s=T800">Lighting Accessories</a></li></ul><li><b>Accessories</b></li><ul><li><a title="Power Supplies" class="font_gray_small" href="/EN/Category/Accessories.aspx?s=Z150">Power Supplies</a></li><li><a title="Spare Parts" class="font_gray_small" href="/EN/Category/Accessories.aspx?s=Z100">Spare Parts</a></li></ul><ul></div><div id="supportsitemapfooter"><a class="link_plain" href="/EN/Support/index.aspx"><b>Support</b></a><br><ul><li><a  href="/EN/Support/BEHRINGER-Catalog.aspx" class="font_gray_small">BEHRINGER Catalog</a></li><li><a  href="/EN/Support/Downloads-and-Drivers.aspx" class="font_gray_small">Downloads and Drivers</a></li><li><a  href="/EN/Support/Find-Answers-or-Ask-Behringer.aspx" class="font_gray_small">Find Answers or Ask Behringer</a></li><li><a  href="/EN/Support/Limited-Warranty.aspx" class="font_gray_small">Limited Warranty</a></li><li><a  href="/EN/Support/Locations.aspx" class="font_gray_small">Locations</a></li><li><a  href="/EN/Support/Product-Registration.aspx" class="font_gray_small">Product Registration</a></li><li><a  href="/EN/Support/Warranty-and-Service-Information.aspx" class="font_gray_small">Warranty and Service Information</a></li><ul></div><div style="clear:both"></div></div>
            



            




            
        


            
        


            
                
	<div id="simplefooter">

			<script type="text/javascript">
            <!--
            function popup(url) 
            {
             var width  = 530;
             var height = 460;
             var left   = (screen.width  - width)/2;
             var top    = (screen.height - height)/2;
             var params = 'width='+width+', height='+height;
             params += ', top='+top+', left='+left;
             params += ', directories=no';
             params += ', location=yes';
             params += ', menubar=no';
             params += ', resizable=no';
             params += ', scrollbars=no';
             params += ', status=no';
             params += ', toolbar=no';
             newwin=window.open(url,'windowname5', params);
             if (window.focus) {newwin.focus()}
             return false;
            }
            // -->
            </script>
		<div id="innersimplefooter">

			<p class="navLinks">
				© Copyright 2011. MUSIC Group IP Ltd. All rights reserved.  
					
                    	<span> | </span>
						
                            <a href="/EN/privacy_policy.aspx"  title="Privacy Policy"  class="font_gray_small">Privacy Policy</a>                        
						
						
						
					
                    	<span> | </span>
						
                            <a href="/EN/terms.aspx"  title="Imprint & Terms of Use"  class="font_gray_small">Imprint &amp; Terms of Use</a>                        
						
						
						
					
                    	<span> | </span>
						
						
                            <a id="externalLink" href="/sitemap.aspx" class="font_gray_small" >Site Map</a>
                        
						
						
					
                    	<span> | </span>
						
						
						
                            <a id="custom" class="font_gray_small" href="popup" onclick="popup('http://media.whatcounts.com/music-group/subscription_form.html'); return false;">Behringer Newsletter</a>
                        
						
					
                    	<span> | </span>
						
						
						
						
							
                            <a id="thirdPartyLink" href="/EN/Support/Product-Registration.aspx" class="font_gray_small" >Product Registration</a>
                        			
					
            </p>
		</div> <!-- <div id="innersimplefooter"> -->
	</div> <!-- <div id="simplefooter"> -->
<!-- Translation Disclaimer -->

<script type="text/javascript" language="javascript">
$(document).ready(function()
{
	// Don't show disclamier for country page /EN/
	if(arr[1].toUpperCase() != "EN") {
		// Check the Cookie   
		if(getCookie('show_disclaimer')!='no') {	 
			//when the window is resize the disclaimer box will resize
			$(window).resize(function() {
				 var pos=parseInt($(window).scrollTop())+parseInt($(window).height());
				 //$('#disclaimer_box').css("top",pos-30+"px");
				 $('#disclaimer_box').css("bottom",0);
				 $('#disclaimer_box').show(); //display the disclaimer box
			}); 
			var pos=parseInt($(window).scrollTop())+parseInt($(window).height());
			$('#disclaimer_box').css("bottom",0);
			$('#disclaimer_box').show();
		} 
		 
  		
			$('#disclaimer_box').html('<div id="close_disclaimer" style="float:right; cursor:pointer; padding-top:10px">&#187 Close<\/div>' 
				+ '<div><img src="/images/Picture-32.png" style="float:left; padding-right:10px" \/><p id="dsclText">The translation of this French site is not complete and some content is always displayed in English. This action is ongoing. Thank you for your understanding.<\/p><\/div>');				
		
  
     	//when the close text at right corner of the disclaimer box is clicked
        $('#close_disclaimer').click(function(){
			//the disclaimerbox gets scrool down with top property and gets hidden with zero opacity
			$('#disclaimer_box').animate({opacity:0 }, 700, 'linear', function(){$(this).css("width", 0);});
			setCookie('show_disclaimer','no',1); //cookies is set to no value
        });
	} // if(arr[1].toUpperCase() != "EN")
});

//function to set the cookie name, values and expiry time in hours 
function setCookie(c_name,value,expireHours)
{
  var exhour=new Date(); //create the current date object
  exhour.setHours(exhour.getHours()+1);
  document.cookie=c_name+ "=" +escape(value)+
  ((expireHours==null) ? "" : ";expires="+exhour.toGMTString())+";path=/"
}
//function to get the value from cookie name
function getCookie(c_name)
{
  if (document.cookie.length>0)
  {
    c_start=document.cookie.indexOf(c_name + "=");
    if (c_start!=-1)
    { 
      c_start=c_start + c_name.length+1; 
      c_end=document.cookie.indexOf(";",c_start);
      if (c_end==-1) c_end=document.cookie.length;
        return unescape(document.cookie.substring(c_start,c_end));
    } 
  }
  return "";
}
</script>

    <div id="disclaimer_box" style="bottom:0">
        <div id="close_disclaimer" style="float:right; cursor:pointer; padding-top:10px; padding-right:10px;">&#187 Close</div>
        <div>
            <img src="/images/Picture-32.png" style="float:left; padding-left:10px" />
            <p id="dsclText">The translation of this French site is not complete and some content is always displayed in English. This action is ongoing. Thank you for your understanding.</p>
        </div>
    </div>   

	<!-- End Translation Disclaimer -->

</div>
<!-- END FOOTER -->


<!-- Start Quantcast tag -->
<script type="text/javascript">
_qoptions={
qacct:"p-2efq-yC2liAi-"
};
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/p-2efq-yC2liAi-.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
<!-- End Quantcast tag -->
<!-- ClickTale Bottom part -->
<div id="ClickTaleDiv" style="display: none;"></div>
<script type='text/javascript'>
document.write(unescape("%3Cscript%20src='"+
 (document.location.protocol=='https:'?
  'https://clicktale.pantherssl.com/':
  'http://s.clicktale.net/')+
 "WRb.js'%20type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var ClickTaleSSL=1;
if(typeof ClickTale=='function') ClickTale(5303,0.025,"www03");
</script>

<!-- ClickTale end of Bottom part -->
<!-- Begin: 4q.iperceptions.com --><script src="http://4qinvite.4q.iperceptions.com/1.aspx?sdfc=01ad05a3-27642-5347c24d-ed55-4e18-af7d-2d4c5bae9c77&lID=1&loc=4Q-WEB2" type="text/javascript" defer="defer" ></script><!-- End: 4q.iperceptions.com -->
            
         </div> <!-- SiteEdit Settings: { "PageID" : "tcm:40-75848-64", "PageVersion" : 45, "TargetTypeID" : "tcm:0-13-65538", "ComponentPresentationLocation" : 1} --></body> </html>
