
function Kartan(winURL, winName, winFeatures, winObj)
{
  var theWin;  
  
  if (winObj != null)
  {
    
    if (!winObj.closed) {
      winObj.focus();
      return winObj;
    } 
    
  }
  
  theWin = window.open(winURL, winName, winFeatures); 
  return theWin;
}




 function load_news(){
 
  $(document).ready(function() {

  /*saker att lägga till senare vid behov */  
  
  
     }); 
 
 $(function(){
 $('#news').hide().fadeIn(4000);
 $("#news").load('start.php');
 });
 
 setTimeout("load_scrollbar()",700);
 
 }


 function load_scrollbar(){
 $(function()
  {

  $('#news').jScrollPane();
  //$('#news').jScrollPane({showArrows:true});
  $('#news').jScrollPane({scrollbarWidth:10, scrollbarMargin:10});
  
  });

 
 }

function load_binders(){

//kontakt
$('#id_kontakt').click(function () { 
 
 
     $('#news').hide().fadeIn(2000);
     $("#news").load('kontakt.html'); 
     $('#news').jScrollPane();
     
    setTimeout("load_scrollbar()",400);
    Shadowbox.clearCache();
    });

//turné    
  $('#id_pa_turne').click(function () { 
     
     
         $('#news').hide().fadeIn(2000);
         $("#news").load('tour.php'); 
         $('#news').jScrollPane();
         
       setTimeout("load_scrollbar()",800);
        Shadowbox.clearCache();
    });
    
 $('#id_lyssna').click(function () { 
      
      //musik
          $('#news').hide().fadeIn(2000);
          $("#news").load('musik.html'); 
          $('#news').jScrollPane();
        
         setTimeout("load_scrollbar()",400);
         Shadowbox.clearCache();
    });
	
$('#id_bio').click(function () { 
      
      //biografi
          $('#news').hide().fadeIn(2000);
          $("#news").load('bio.html'); 
          $('#news').jScrollPane();
        
         setTimeout("load_scrollbar()",400);
         Shadowbox.clearCache();
    });

$('#id_press').click(function () { 
      
      //press
          $('#news').hide().fadeIn(2000);
          $("#news").load('press.html'); 
          $('#news').jScrollPane();
       
        setTimeout("load_scrollbar()",400);
        Shadowbox.clearCache();
    });
    
    $('#id_hem').click(function () { 
          
          //start
              $('#news').hide().fadeIn(2000);
              $("#news").load('start.php'); 
              $('#news').jScrollPane();
           
            setTimeout("load_scrollbar()",400);
            Shadowbox.clearCache();
    });

    $('#id_bilder').click(function () { 
          
          //bilder
		  
              $('#news').hide().fadeIn(1000);
              $("#news").load('bilder.html'); 
              $('#news').jScrollPane();
           
            setTimeout("load_scrollbar()",400);
			
             
    });

   

}





 











