// JavaScript Document
$(document).ready(function(){
	
		var flashvars = {};
		flashvars.xml = "flash/config.xml";
		var attributes = {};
		attributes.wmode = "transparent";
		attributes.id = "slider";
		swfobject.embedSWF("flash/cu3er.swf", "flashbox", "739", "530", "9", "scripts/expressInstall.swf", flashvars, attributes);

	//$("#downloadbg").hide();
	//$("#downloadbg").fadeIn(2000);
	
	//$("#linksbg").hide();
	//$("#linksbg").fadeIn(2000);
	
	$('.yoo-gallery a').lightBox();


	$('.yoo-gallery a').mouseover(function(){
											
					$(this).stop().animate({opacity: 0.5}, 150);
   
     }).mouseout(function(){  
   
         $(this).animate({opacity: 1}, 300);  
   
    });
	
	/*var profiles =
	{

		windowPlay:
		{
			height:306,
			width:900,
			center:1,
			status:1,
			resizable:0
		},

		window200:
		{
			height:200,
			width:200,
			status:1,
			resizable:0
		},

		windowCenter:
		{
			height:300,
			width:400,
			center:1
		},

		windowNotNew:
		{
			height:300,
			width:400,
			center:1,
			createnew:0
		},

		windowCallUnload:
		{
			height:300,
			width:400,
			center:1,
			onUnload:unloadcallback
		},

	};


	function unloadcallback(){
		alert("unloaded");
	};


   	$(function()
	{
   		$("a.playme").popupwindow(profiles);
   	});*/
	
	$('a.playme').popupWindow({ 
		centerBrowser:1,
		resizable:0,
		width:915,
		height:320
	}); 
	$('a.listenonline').popupWindow({ 
		centerBrowser:1,
		resizable:0,
		width:915,
		height:320
	});



});

