//cufonizer
var content = new Array();
function cufonizer() {
	//nav
	Cufon.replace("#page #header #header-content #nav li a", {
		fontFamily: "Times New Roman",//Times New Roman
		textShadow: "1px 1px #305c7f",
		fontWeight: "bold",
		fontSize: "12px"
	});
	
	//homepage
	Cufon.replace("#content #primary .boxes li h2", {
		fontFamily: "Trebuchet MS",
		fontWeight: "normal"
	});
	
	//domain
	/*Cufon.replace("body#domain #content #secondary #domainTitle", {
		fontFamily: "DINPro-Bold",
		fontWeight: "bold"
	});*/

	/*Cufon.replace("body#domain #content #primary #pageTitle", {
		fontFamily: "DINPro-Bold",
		fontWeight: "bold"
	});*/

	/*Cufon.replace("body#domain #content #primary .default li .article .article-title", {
		fontFamily: "DINPro-Bold",
		fontWeight: "bold"
	});*/
	
	//account
	Cufon.replace("#page #main .account-utils .title", {
		fontFamily: "DINPro-Bold",
		fontWeight: "bold",
		textShadow: "1px 1px #FFF"
	});

	Cufon.replace("#page #main .account-utils .alert-subscription .title", {
		fontFamily: "DINPro-Regular",
		fontWeight: "regular",
		textShadow: "1px 1px #FFF"
	});

	Cufon.replace("#page #main .account-utils .account a", {
		fontFamily: "DINPro-Regular",
		fontWeight: "regular",
		textShadow: "1px 1px #3d5466"
	});

	Cufon.replace("#page #main .account-utils .account a span", {
		fontFamily: "DINPro-Bold",
		fontWeight: "bold",
		textShadow: "1px 1px #3d5466"
	});

	/*Cufon.replace("body#domain #primary .body h3", {
		fontFamily: "DINPro-Bold",
		fontWeight: "bold"
	});*/

	/*Cufon.replace("#page #main #sidebar h4", {
		fontFamily: "DINPro-Bold",
		fontWeight: "bold"
	});*/

	Cufon.replace(".ui-tabs .ui-tabs-nav li a", {
		fontFamily: "DINPro-Bold",
		fontWeight: "bold"
	});

	Cufon.replace("table thead tr th", {
		fontFamily: "DINPro-Bold",
		fontWeight: "bold"
	});

	Cufon.replace("table tr.total td", {
		fontFamily: "DINPro-Bold",
		fontWeight: "bold"
	});

	
}

//pngFix
function iePNGFix() {
	DD_belatedPNG.fix('#logo a');
	DD_belatedPNG.fix('#page');
	DD_belatedPNG.fix('#page #header #header-content #nav');
	//DD_belatedPNG.fix('#page #main .account-utils .account-box');
	//DD_belatedPNG.fix('#page #main .account-utils .alerts-box');
}


//show account utils

function accountUtils() {
	$("#page #main .account-utils ul li a").each(function(i) {
		$(this).click(function(e) {
			$(this).next().animate({
				right: "0px"
			},600);
			e.preventDefault();
		});
	});

	$("#page #main .account-utils .close").each(function(i) {
		$(this).click(function(e) {
			$(this).parent().animate({
				right: "-246px"
			},500);
			e.preventDefault();
		});
	});
}

		
		
$(document).ready(function() {
	//accountUtils();
	cufonizer();
	if ($.browser.msie && $.browser.version == "6.0") {
		iePNGFix();
		$("#page #main .account-utils .account-box, #page #main .account-utils .alerts-box").animate({
			opacity: .8
		},10);
	}
	
	//make tabs
	$("#gpie-tabs, .gpie-subtabs").tabs();

	//make account accordion
	$(".account-accordion").accordion({
		event: "mouseover",
		active: false,
		icons: false

	}).mouseleave(function(){
		$(".account-accordion").accordion("activate", false); 
	});
	
	
	//hardcode blank value to target attribute for external links
	$("a[rel='external']").attr("target","_blank");
	$(".with-images a").lightBox();

});

			var skins = new Array();
		var indice = 1;
		skins[0] = new Array();
		skins[0][0] = 'http://www.premiileineducatie.ro/resources/img/visuals/visual-hp.jpg';
		skins[0][1] = 'http://www.premiileineducatie.ro/resources/img/visuals/visual-box1.jpg';
		skins[0][2] = 'http://www.premiileineducatie.ro/resources/img/visuals/visual-box2.jpg';
		skins[0][3] = 'http://www.premiileineducatie.ro/resources/img/visuals/visual-box3.jpg';
		skins[0][4] = 'http://www.premiileineducatie.ro/resources/img/visuals/visual-box4.jpg';
		
		
		skins[1] = new Array();
		skins[1][0] = 'http://www.premiileineducatie.ro/resources/img/visuals/skin2_sus.png';
		skins[1][1] = 'http://www.premiileineducatie.ro/resources/img/visuals/skin2_1.png';
		skins[1][2] = 'http://www.premiileineducatie.ro/resources/img/visuals/skin2_2.png';
		skins[1][3] = 'http://www.premiileineducatie.ro/resources/img/visuals/skin2_3.png';
		skins[1][4] = 'http://www.premiileineducatie.ro/resources/img/visuals/skin2_4.png';
	 
		function zzzzz()
		{			
			//alert('in functie');
			
			content = new Array();
			
			content[0] = "<img src='"+skins[indice][0]+"' width='856' height='213' alt='Gala Premiilor in Educatie' />";
												
			/*$('#skin_elem1').fadeOut('slow', function() { 
				$('#skin_elem1').fadeIn('slow');
				$('#skin_elem1').html(content[0]);
			});*/
			$('#skin_elem1').animate({ opacity: 0 }, 600, function() { 
				$('#skin_elem1').html(content[0]);
				$('#skin_elem1').animate({ opacity: 1 }, 600);
			});
//			$('#skin_elem1').fadeOut('slow', function(){ $('#skin_elem1').html(content[0]); $('#skin_elem1').fadeIn('slow')})
			//$('#skin_elem1').innerHTML = content;
			
			
			
			content[1] = "<img src='"+skins[indice][1]+"' width='186' height='82' alt='Gala Premiilor in Educatie' />";			
			//$('#skin_elem2').fadeOut('slow', function(){ $('#skin_elem2').html(content[1]); $('#skin_elem2').fadeIn('slow')})
			$('#skin_elem2').animate({ opacity: 0 }, 600, function() { 
				$('#skin_elem2').html(content[1]);
				$('#skin_elem2').animate({ opacity: 1 }, 600);
			});
			
			content[2] = "<img src='"+skins[indice][2]+"' width='186' height='82' alt='Gala Premiilor in Educatie' />";			
			//$('#skin_elem3').fadeOut('slow', function(){ $('#skin_elem3').html(content[2]); $('#skin_elem3').fadeIn('slow')})
			$('#skin_elem3').animate({ opacity: 0 }, 600, function() { 
				$('#skin_elem3').html(content[2]);
				$('#skin_elem3').animate({ opacity: 1 }, 600);
			});
			
			content[3] = "<img src='"+skins[indice][3]+"' width='186' height='82' alt='Gala Premiilor in Educatie' />";			
			//$('#skin_elem4').fadeOut('slow', function(){ $('#skin_elem4').html(content[3]); $('#skin_elem4').fadeIn('slow')})
			$('#skin_elem4').animate({ opacity: 0 }, 600, function() { 
				$('#skin_elem4').html(content[3]);
				$('#skin_elem4').animate({ opacity: 1 }, 600);
			});
			
			content[4] = "<img src='"+skins[indice][4]+"' width='186' height='82' alt='Gala Premiilor in Educatie' />";			
			//$('#skin_elem5').fadeOut('slow', function(){ $('#skin_elem5').html(content[4]); $('#skin_elem5').fadeIn('slow')})
			$('#skin_elem5').animate({ opacity: 0 }, 600, function() { 
				$('#skin_elem5').html(content[4]);
				$('#skin_elem5').animate({ opacity: 1 }, 600);
			});
			
			indice++;			
			if(indice == 2)
				indice = 0;
			setTimeout("zzzzz()",5000);			
		}
