function bmvMain(b,a,c){if(c!==false){this.create(b,a,c)}}bmvMain.inherit(top.bmHTMLView);bmvMain.prototype.currentCoverContainer=null;bmvMain.prototype.currentArtistNameContainer=null;bmvMain.prototype.create=function(b,a,d){this.type="bmvMain";this.className="bmvMain";top.bmHTMLView.prototype.create.call(this,b,a,d);var c=this;c.showNoveltyAlbumCover=function(e){if(c.currentCoverContainer!=null){c.currentCoverContainer.style.display="none";c.currentArtistNameContainer.style.background=""}else{c.document.getElementById("noveltyAlbumCover0").style.display="none";c.document.getElementById("artistNameBlock0").style.background=""}c.currentCoverContainer=c.document.getElementById("noveltyAlbumCover"+e);c.currentCoverContainer.style.display="block";c.currentArtistNameContainer=c.document.getElementById("artistNameBlock"+e);c.currentArtistNameContainer.style.background="url('/images/main/view/currentAlbumArrow.gif') 100% 70% no-repeat"}};var application=top.application;application.bmvMain=new bmvMain(application,application,{name:"bmvMain",window:self});
