var old_item = 0;
var old_subitem = 0;
var old_subcontent = 0;

var news2009 = "fetch.php?url=http://spaze.info/ostavapress/?p=213";
var news2008 = "fetch.php?url=http://spaze.info/ostavapress/?p=218";
var news2007 = "fetch.php?url=http://spaze.info/ostavapress/?p=227";
var live2009 = "fetch.php?url=http://spaze.info/ostavapress/?p=231";
var live2008 = "fetch.php?url=http://spaze.info/ostavapress/?p=233";
var live2007 = "fetch.php?url=http://spaze.info/ostavapress/?p=235";
var lyrics2008 = "fetch.php?url=http://spaze.info/ostavapress/?p=107";
var lyrics2004 = "fetch.php?url=http://spaze.info/ostavapress/?p=104";
var lyrics2002 = "fetch.php?url=http://spaze.info/ostavapress/?p=98";
var lyrics2000 = "fetch.php?url=http://spaze.info/ostavapress/?p=93";
var bio_url = "fetch.php?url=http://spaze.info/ostavapress/?p=109";
var promotext_url = "fetch.php?url=http://spaze.info/ostavapress/?p=425";

function load_content ( item, source, subcontent ) {

	if (item == old_item) return;

	$("#content").css ( "text-align", "left" );
	
	if (!subcontent) {
	
	   	 $("#content").hide(200, function() {
	         $(".subnav").hide(200, function () {
	        	 $("#pingpong").show(100, function () {
	        		$("#content").load(source, function() {
	        			$("#pingpong").hide(100, function () {
	    					$("#content").show(200);
	        			});
	        		});
	            });
	        });
	    });
	}
	else
	{
		if (old_subcontent) $(old_subcontent).hide(200);

		   	 $("#content").hide(200, function() {
				$(subcontent).show(200, function () {
		        	 $("#pingpong").show(100, function () {
		        		$("#content").load(source, function() {
		        			$("#pingpong").hide(100, function () {
		    					$("#content").show(200);
		        			});
		        		});
		            });
		        });
		    });
		
		old_subcontent = subcontent;

		$(subcontent).children().css("color","#fff");
		$(subcontent).children().css("background-image","none");
		$(subcontent).children().css("cursor","pointer");
		
		$(subcontent).children(":first").css("color", "#fff");
		$(subcontent).children(":first").css("background-image", nav_active_bg);
		$(subcontent).children(":first").css("cursor", "default");

	}

	if (old_item) {
		document.getElementById(old_item).style.color = "#ffffff";
		document.getElementById(old_item).style.backgroundImage = "none";
		$(document.getElementById(old_item)).css("padding-top", "1px")
		$(document.getElementById(old_item)).css("cursor", "pointer")
	}
	
	document.getElementById(item).style.color = "#ffffff";
	document.getElementById(item).style.backgroundImage = nav_active_bg;
	$(document.getElementById(item)).css("cursor", "default")
	$(document.getElementById(item)).css("padding-top", "2px")
	old_item = item;
	
}

function load_subcontent ( item, source ) {
	 if (old_subitem)
	 {
		 if (item == old_subitem) return;
	 }
	 
 	 $("#content").hide(200, function() {
	   	 $("#pingpong").show(100, function () {
	  		$("#content").load(source, function() {
	  			$("#pingpong").hide(100, function () {
	    			$("#content").show(200);
  				});
	  		});
	      });
	 });

	$(".subnav").children().css("color","#fff");
    $(".subnav").children().css("background-image","none");
    $(".subnav").children().css("cursor","pointer");
	
	document.getElementById(item).style.color = "#ffffff";
	document.getElementById(item).style.backgroundImage = nav_active_bg;
	$(document.getElementById(item)).css("cursor", "default")
	old_subitem = item;
}

switch ( language )
{
	case "en" :
		news2009 = "fetch.php?url=http://spaze.info/ostavapress/?p=213";
		news2008 = "fetch.php?url=http://spaze.info/ostavapress/?p=218";
		news2007 = "fetch.php?url=http://spaze.info/ostavapress/?p=227";
		live2009 = "fetch.php?url=http://spaze.info/ostavapress/?p=231";
		live2008 = "fetch.php?url=http://spaze.info/ostavapress/?p=233";
		live2007 = "fetch.php?url=http://spaze.info/ostavapress/?p=235";
		lyrics2008 = "fetch.php?url=http://spaze.info/ostavapress/?p=107";
		lyrics2004 = "fetch.php?url=http://spaze.info/ostavapress/?p=104";
		lyrics2002 = "fetch.php?url=http://spaze.info/ostavapress/?p=98";
		lyrics2000 = "fetch.php?url=http://spaze.info/ostavapress/?p=93";
		bio_url = "fetch.php?url=http://spaze.info/ostavapress/?p=109";
		
		break;
	case "bg" :
		news2009 = "fetch.php?url=http://spaze.info/ostavapress/?p=1";
		news2008 = "fetch.php?url=http://spaze.info/ostavapress/?p=132";
		news2007 = "fetch.php?url=http://spaze.info/ostavapress/?p=134";
		live2009 = "fetch.php?url=http://spaze.info/ostavapress/?p=4";
		live2008 = "fetch.php?url=http://spaze.info/ostavapress/?p=145";
		live2007 = "fetch.php?url=http://spaze.info/ostavapress/?p=147";
		lyrics2008 = "fetch.php?url=http://spaze.info/ostavapress/?p=107";
		lyrics2004 = "fetch.php?url=http://spaze.info/ostavapress/?p=104";
		lyrics2002 = "fetch.php?url=http://spaze.info/ostavapress/?p=98";
		lyrics2000 = "fetch.php?url=http://spaze.info/ostavapress/?p=93";
		bio_url = "fetch.php?url=http://spaze.info/ostavapress/?p=113";

		break;
}

$("#news").click( function () {	load_content ( "news", news2009, "#subnews"); } );

    $("#subnews2009").click( function () { load_subcontent ( "subnews2009", news2009 ); } );

    $("#subnews2008").click( function () { load_subcontent ( "subnews2008", news2008 ); } );

    $("#subnews2007").click( function () { load_subcontent ( "subnews2007", news2007 ); } );

$("#live").click( function () { load_content ( "live", live2009, "#sublive"); } );

    $("#sublive2009").click( function () { load_subcontent ( "sublive2009", live2009 ); } );

    $("#sublive2008").click( function () { load_subcontent ( "sublive2008", live2008 ); } );

    $("#sublive2007").click( function () { load_subcontent ( "sublive2007", live2007 ); } );

$("#lyrics").click( function () { load_content ( "lyrics", lyrics2008, "#sublyrics"); } );

    $("#sublyrics2008").click( function () { load_subcontent ( "sublyrics2008", lyrics2008 ); } );

    $("#sublyrics2004").click( function () { load_subcontent ( "sublyrics2004", lyrics2004 ); } );

    $("#sublyrics2002").click( function () { load_subcontent ( "sublyrics2002", lyrics2002 ); } );

    $("#sublyrics2000").click( function () { load_subcontent ( "sublyrics2000", lyrics2000 ); } );

$("#bio").click( function () { load_content ( "bio", bio_url ); } );

$("#records").click( function () { load_content ( "records", "disco."+language+".html" ); } );

$("#photo").click( function () { load_content ( "photo", "gallery.html" ); } );

$("#video").click( function () { load_content ( "video", "video.html" ); } );

$("#shop").click(function(){ window.open("http://ostava.mp3.bg") });

$("#forum").click(function(){ window.open("http://forum.ostava.com") });

function player () {

	var FU = { movie:"mp3player.swf?t=" +new Date().getTime()+"&xml_file=puntos.xml",width:"140",height:"100",majorversion:"8",build:"0",bgcolor:"#FFFFFF", flashvars:    "file=playlist."+language+".xml&repeat=true&shuffle=true&autoscroll=false&autostart=false&lightcolor=0x981313&backcolor=0xbb3636&frontcolor=0xeeeeee" };
	document.getElementById("player").innerHTML = "";
	UFO.create(	FU, "player"); 

}

function promoplayer () {

	var FU = { movie:"mp3player.swf?t=" +new Date().getTime()+"&xml_file=puntos.xml",width:"200",height:"45",majorversion:"8",build:"0",bgcolor:"#FFFFFF", flashvars:    "file=promo."+language+".xml&repeat=false&shuffle=true&autoscroll=false&autostart=false&lightcolor=0x981313&backcolor=0xbb3636&frontcolor=0xeeeeee" };
	document.getElementById("promoplayer").innerHTML = "";
	UFO.create(	FU, "promoplayer"); 

}

load_content ( "news", news2009, "#subnews");

$("#promotext").load(promotext_url, function () {
	$("#promotext p:not(:last-child) img").hover (
		function () {
			$(this).css ( { "width" : "auto", "position" : "absolute", "top" : "10px", "right" : "10px", "border" : "2px solid #000" } );
			$("#player").css ("visibility", "hidden");
		},
		function () {
			$(this).css ( { "width" : "190px", "position" : "static", "border" : "none" } );
			$("#player").css ("visibility", "visible");
		}
	);
});

