function init(){
   $("#center-download-shadow").fadeTo(0,0.50);
   document.getElementById('center-download-shadow').style.visibility="visible";
}

function downloadIn () {
   $("#center-download-image").animate (      
         {width: "160px", height: "41px", marginLeft: "-=3px", marginTop: "-=1px"},100,"linear"
   );
   
   $("#center-download-shadow-image").animate (      
         {width: "+=4px", height: "+=4px"},100,"linear"
   );
   
   $("#center-download-shadow").fadeTo(100,0.30);
}

function downloadOut () {
   $("#center-download-image").animate (      
         {width: "154px", height: "39px", marginLeft: "+=3px", marginTop: "+=1px"},100,"linear"
   );
   
   $("#center-download-shadow-image").animate (      
         {width: "-=4px", height: "-=4px"},100,"linear"
   );
   
   $("#center-download-shadow").fadeTo(100,0.50);
}

function swIn () {
   $("#bottom-sw-image").animate (      
         {width: "322px", height: "207px", marginLeft: "-=3px", marginTop: "-=1px"},100,"linear"
   );
   
   $("#bottom-sw-shadow-image").animate (      
         {width: "+=4px", height: "+=4px"},100,"linear"
   );
   
   $("#bottom-sw-shadow").fadeTo(100,0.30);
}

function swOut () {
   $("#bottom-sw-image").animate (      
         {width: "310px", height: "199px", marginLeft: "+=3px", marginTop: "+=1px"},100,"linear"
   );
   
   $("#bottom-sw-shadow-image").animate (      
         {width: "-=4px", height: "-=4px"},100,"linear"
   );
   
   $("#bottom-sw-shadow").fadeTo(100,0.50);
}

function openCatalogue() {
   var resX = window.screen.width;
   var resY = window.screen.height;
   catWindow = window.open("danceries_katalog_catalogue/index.html", "DANCERIESkatalog", "width="+resX+",height="+resY+",left=0,top=0,menubar=no,toolbar=no,status=no");
}
