//OPEN NEW WINDOW
jQuery.noConflict();
jQuery(function(){
	jQuery('a.document,a.bookStand').click(function(){
	window.open(this.href);
	return false;
	});
});

jQuery(document).ready(function(){
	//$('#flashAnimation').flash(				  
	//$('#middle-img').flash(
	 //$('img'.flash(
	jQuery('#flashAnimation').flash(	
        { src: 'flash/animated-speaker.swf',
          width: 349,
          height: 240,
		wmode: 'transparent'}
    );
});

	
		