// JavaScript Document

window.onload = function() {
  
  /* Start: niedrige Auflösungen -------------------------------------------- */
  if(screen.width < 1280) {
	  relocateBoxWebsite();
  }
  /* Ende: niedrige Auflösungen --------------------------------------------- */
}



function relocateBoxWebsite() {
	//alert(screen.width);
	document.getElementById('boxWebsite').style.top = '10px';
	document.getElementById('boxWebsite').style.left = '130px';
	
	document.getElementById('boxWebsite').style.marginTop = '0px';
	document.getElementById('boxWebsite').style.marginLeft = '0px';
}



function openReviewButterfly() {
	var text = '<?xml version="1.0" ?>\
<!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">\
  <head>\
  <title>review of &quot;butterfly&quot;</title>\
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />\
    <meta name="language" content="en" />\
    <link href="css/screen.css" rel="stylesheet" type="text/css" />\
  </head>\
  <body style="margin: 20px; color: #FFF; font-size: 12px;">\
		<p>Oct, 2010<br />\
		Review of Butterfly in the upcoming issue of Bass World!</p>\
		\
		<p style="margin: 12px 0;"><strong>Bass Instinct: butterfly</strong>\
		Ernst Weissensteiner, Tim Dunin, Gina Schwarz, Gerhard Muthspiel, Peter Herbert, and Herbert Mayr, double basses\
		Zappel Music ZM 0019\
		<a href="http://www.bassinstinct.at/" target="_blank" style="color: #FFF;">www.bassinstinct.at</a></p>\
		\
		<p style="margin: 12px 0;">Vienna-based ensemble Bass Instinct is building an admirable discography (and catalogue of contemporary literature for six double basses) that includes three CDs and a live DVD. Their latest disc, Bass Instinct: butterfly, is an altogether very impressive collection of compositions, highlighting the exceptional technical prowess of these six musicians as well as the myriad musical styles with which they are conversant. Given the positions they hold in the Vienna music establishment - principals (current and past) of the Vienna Philharonic, Vienna Symphony, The Vienna VolksOper, one of Vienna’s leading Jazz bassists and one of Europe’s foremost contemporary bassist/composers - it’s perhaps hardly surprising that these six musicians create music at this level.</p>\
		\
		<p style="margin: 12px 0;">The group’s search “for the borderline between traditional and new music styles, the search for the grey area between composition and improvisation. Percussive, orchestral, earthy, groovy and virtuosic” is ably realized on this recording. Here they have commissioned an array of different composers to write for the group.</p>\
		\
		<p style="margin: 12px 0;">The short opening track, El Violagamista, by Gina Schwarz is an amusing homage to the double bass’s origins. Anyone familiar with Schwarz’s recent solo releases, Airbass and SchwarzMarkt, would be familiar with her depth and diversity as a composer. It’s a great track that probably would not out be out of place on an L’Orchestre de Contrebasses set. Track two, Butterfly II, by Joëlle Léandre is another soundscape altogether, more improvised and with some classic Léandre rhythmic effects.</p>\
		\
		<p style="margin: 12px 0;">Mark Dresser’s beautiful Lacytude is in the form of an elegy for Steve Lacy. Barbara Bruckmüller’s writing for big band certainly shows in the track Bridesque. Elf is a very effective series of looped patterns by Viennese composer Thomas Stempowski.</p>\
		\
		<p style="margin: 12px 0;">Mark Helias contributed two tracks to the CD. Apparently stemming from a large composition, they are among the most effective on the disc. Ex-Bass Instinct member Georg Breinschmid contributes two tracks: 5/4 is quite hypnotic and Zorpner’s Holiday, which closes the set, is highly amusing. There are further tracks by Peter Herbert, young Czech bassist Jiri Slavik, Skuli Sverrisson, and two by Gina Schwarz, all of which exhibit further the range of musical styles and expression with which this group seems right at home.</p>\
		\
		<p style="margin: 12px 0;">The production on the disc is exceptional. The clarity and spatial imaging is optimized in such a way that, with the players arranged in a semicircle, it is very easy to hear each individual distinctly. The ground the group covers here really is new, the music on the CD fascinating, colorful, inspiring, and the performances prodigious. A great disc!<br />\
			<em>-Review by Robert Nairn</em></p>\
	</body>\
</html>';
	var win = window.open('', '', 'top=20,left=20,width=600,height=700');
	win.document.write(text);
	win.focus();
}
