var $j = jQuery.noConflict();

	$j(document).ready(function(){
		$j("#menu_right div.title").click(function(){
		  isVisible=  $j(this).next().is(':visible');
			$j("#menu_right div.content:visible").slideUp("slow");
			if (!isVisible)
			   $j(this).next().slideDown("slow");
			return true;
		});
		
	// Rent in Popup öffnen	
	if ( $j("li.item-2011") ) {
    $j("li.item-2011").click(function(event){
    window.open('http://www.sports-rental.info/online/DateSelect.aspx?lic=26&lang=de','rent','location=0,status=0,scrollbars=yes,width=670,height=550');
    event.preventDefault();
	});
  }
  
	if ( $j("li.item-2012") ) {
    $j("li.item-2012").click(function(event){
    window.open('http://www.sports-rental.info/online/DateSelect.aspx?lic=47&lang=de','rent','location=0,status=0,scrollbars=yes,width=670,height=550');
    event.preventDefault();
	});
  }
  
  
		
		
	});


 
