var poster_size={w:600,h:360};var cases=[{image:"/img/showcase/startfromcoverflow.png",title:"Start from CoverFlow",flashvars:{feed:"/examples/products/playlistfeed.xml",listingviewer:"/examples/configuration/playlists/listings/coverflow.swf",startfromlisting:"true"}},{image:"/img/showcase/coverflow.png",title:"CoverFlow listing viewer",flashvars:{feed:"/examples/products/playlistfeed.xml",listingviewer:"/examples/configuration/playlists/listings/coverflow.swf",autoplay:"true"}},{image:"/img/showcase/chapters.png",title:"Chapters Viewer",flashvars:{feed:"/examples/products/playlistfeed.xml",autoplay:"true"}},{image:"/img/showcase/sequenceplay.png",title:"Sequence play",flashvars:{poster:"/examples/poster600x360.jpg",feed:"/examples/products/playlistfeed.xml",listingviewer:"/examples/configuration/playlists/listings/coverflow.swf"}},{image:"/img/showcase/startfromposition.png",title:"Start from position",flashvars:{autoplay:"true",feed:"/examples/products/playlistfeed.xml",listingviewer:"/examples/configuration/playlists/listings/coverflow.swf",start:"40"}},{image:"/img/showcase/ads_video.png",title:"Player with Video Ads module",flashvars:{feed:"/examples/products/playlistfeed.xml",listingviewer:"/labs/listings/coverflow.swf",adsmodule:"/labs/adsmodules/videoadsplayer.swf",adsfeed:"http://sonettic.com.ua/cinema/video/adsvideo/getamac2.flv",adsfeedlink:"http://www.apple.com"}}];$(document).ready(function(){$(".showcase-sliders").hide();var i=$("#showcase-header");var c='<img id="preloading-showcase" src="/img/showcase/loader.gif" border="0" alt="Loading..." width="16" height="16" />';var a=function(){$("#preloading-showcase").remove()};var b=$("#showcase");b.append('<div id="showcase-nav-titles">&nbsp;</div><ol id="showcase-nav"></ol>');var g=$("#showcase-nav");var f=function(j){$("#showcase-nav").find("li").removeClass("sel");$("#showcase-nav-"+j).addClass("sel");b.find(".showcase-i").remove();var h=$('<div class="showcase-i" title="Click to view sample" style="display:none;"><div id="showcaseObject"></div></div>');h.css("background-image","url("+cases[j]["image"]+")");b.prepend(h);i.hide();i.html(cases[j]["title"]+c);i.fadeIn("fast");setTimeout(a,2500);location="#case-"+j;h.fadeIn("normal",function(){$(this).click(function(){i.append(c);h.removeAttr("title");var k=cases[j]["flashvars"];var m={allowFullScreen:"true",allowScriptAccess:"sameDomain",bgcolor:"#545454"};var l={id:"sonetticFLVPlayer",name:"sonetticFLVPlayer"};swfobject.embedSWF("/labs/cinemaplayer.swf","showcaseObject","600","360","9.0.0","expressInstall.swf",k,m,l);setTimeout(a,1500)})})};$.each(cases,function(h,k){var j=$('<li id="showcase-nav-'+h+'">&nbsp;</li>');g.append(j);j.click(function(){f(h)});j.mouseover(function(){$("#showcase-nav-titles").html(k.title)});j.mouseout(function(){$("#showcase-nav-titles").html("&nbsp;")})});var e=location.href;var e=e.substring(e.indexOf("#")+1,e.length);var d=0;if(e.indexOf("case-")>-1){d=parseInt(e.replace("case-",""));if(isNaN(d)){d=0}}f(d)});