
$(document).ready(function(){ 
	$("#screen").hide();
	
	$(function(){
		jQuery('ul.sf-menu').superfish(); 
	});

	$("#closescreen").click(function() {
		$("#screen").animate({width: "toggle"}, 1000);
	});
	
	
	/*$("#show_NoAgenda").accordion();
	$("#show_CrankyGeeks").accordion();
	$("#show_DHUnplugged").accordion();
	$("#show_TWIT").accordion();
	$("#show_Tech5").accordion();
	$("#show_Tech5Top5").accordion();*/


});

function loadShow(Id, StaticImg, FileURL, ScreenText){
	$("#screen").hide();
	$("#screen").animate({width: "toggle"}, 1000);
	$("#media").html('<embed type="application/x-shockwave-flash" src="player.swf" style="" id="'+Id+'" name="'+Id+'" bgcolor="#000000" quality="high" menu="false" allowfullscreen="true" allowscriptaccess="always" wmode="opaque" flashvars="file='+FileURL+'&stretching=uniform&image=/Assets/Images/'+StaticImg+'&bufferlength=15&" width="518" height="294">');
	$("#screentext").html(ScreenText);
	/*$("#shownotes").html(ShowNotes);			*/
	
}
