function atualizar(){
	window.location.reload();
};
hora=new Date().getHours();
function show_txt(){
	jQuery("#txt_troca").fadeIn("medium");
};
function hide_txt(){
	jQuery("#txt_troca").fadeOut("medium");
};
function trab_over(){
	jQuery("#trab_over").fadeIn("fast");
}
function trab_out(){
	jQuery("#trab_over").fadeOut("fast");
}
function abrir(destaque){
	jQuery("#"+destaque).fadeIn("medium");
	jQuery("#fio_index_left").css("display","none");
	jQuery("#fio_index_right").css("display","none");
	jQuery("#destaques").css("display","none");
	jQuery("#txt_box").css("display","none");
	jQuery("#trab_recentes").css("display","none");
	jQuery("#home_anima").css("display","none");
	jQuery("#menu_home").animate({"height": "+=7px"}, "medium");
	jQuery("#menu_home").animate({"height": "-=7px"}, "fast");
	jQuery("#menu_trabalhos").animate({"height": "+=7px"}, "medium");
	jQuery("#menu_trabalhos").animate({"height": "-=7px"}, "fast");
	jQuery("#menu_jun_okida").animate({"height": "+=7px"}, "medium");
	jQuery("#menu_jun_okida").animate({"height": "-=7px"}, "fast");
	jQuery("#menu_contato").animate({"height": "+=7px"}, "medium");
	jQuery("#menu_contato").animate({"height": "-=7px"}, "fast");
	jQuery("#menu_links").animate({"height": "+=7px"}, "medium");
	jQuery("#menu_links").animate({"height": "-=7px"}, "fast");
}
function fecha(id){
	jQuery("#"+id).fadeOut("fast");
	jQuery("#fio_index_left").fadeIn("medium");
	jQuery("#fio_index_right").fadeIn("medium");
	jQuery("#destaques").fadeIn("medium");
	jQuery("#txt_box").fadeIn("medium");
	jQuery("#trab_recentes").fadeIn("medium");
	jQuery("#menu_home").fadeIn("medium");
	jQuery("#menu_home").animate({"height": "+=7px"}, "medium");
	jQuery("#menu_home").animate({"height": "-=7px"}, "fast");
	jQuery("#menu_trabalhos").animate({"height": "+=7px"}, "medium");
	jQuery("#menu_trabalhos").animate({"height": "-=7px"}, "fast");
	jQuery("#menu_jun_okida").animate({"height": "+=7px"}, "medium");
	jQuery("#menu_jun_okida").animate({"height": "-=7px"}, "fast");
	jQuery("#menu_contato").animate({"height": "+=7px"}, "medium");
	jQuery("#menu_contato").animate({"height": "-=7px"}, "fast");
	jQuery("#menu_links").animate({"height": "+=7px"}, "medium");
	jQuery("#menu_links").animate({"height": "-=7px"}, "fast");
	setTimeout("jQuery('#home_anima').fadeIn('medium')",200);
}
function menuTrab(id){
	var menu_trab=id;
	if(menu_trab=="trat"){
		setTimeout("jQuery('#"+id+"').fadeIn('fast');",200);
		jQuery("#art").fadeOut("fast");
		jQuery("#web").fadeOut("fast");
		
		setTimeout("jQuery('#content_"+id+"').slideDown('fast');",200);
		jQuery("#content_art").fadeOut("fast");
		jQuery("#content_web").fadeOut("fast");
		
		setTimeout("jQuery('#txt_"+id+"').slideDown('fast');",200);
		jQuery("#txt_art").fadeOut("fast");
		jQuery("#txt_web").fadeOut("fast");
		
		jQuery("#fio_trab").css("margin-top","250px");
		jQuery("#menu_home").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_home").animate({"height": "-=7px"}, "fast");
		jQuery("#menu_trabalhos").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_trabalhos").animate({"height": "-=7px"}, "fast");
		jQuery("#menu_jun_okida").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_jun_okida").animate({"height": "-=7px"}, "fast");
		jQuery("#menu_contato").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_contato").animate({"height": "-=7px"}, "fast");
		jQuery("#menu_links").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_links").animate({"height": "-=7px"}, "fast");
	}
	else if(menu_trab=="art"){
		setTimeout("jQuery('#"+id+"').fadeIn('fast');",200);
		jQuery("#trat").fadeOut("fast");
		jQuery("#web").fadeOut("fast");
		
		setTimeout("jQuery('#content_"+id+"').slideDown('fast');",200);
		jQuery("#content_trat").fadeOut("fast");
		jQuery("#content_web").fadeOut("fast");
		
		setTimeout("jQuery('#txt_"+id+"').slideDown('fast');",200);
		jQuery("#txt_trat").fadeOut("fast");
		jQuery("#txt_web").fadeOut("fast");
		
		jQuery("#fio_trab").css("margin-top","250px");
		jQuery("#menu_home").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_home").animate({"height": "-=7px"}, "fast");
		jQuery("#menu_trabalhos").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_trabalhos").animate({"height": "-=7px"}, "fast");
		jQuery("#menu_jun_okida").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_jun_okida").animate({"height": "-=7px"}, "fast");
		jQuery("#menu_contato").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_contato").animate({"height": "-=7px"}, "fast");
		jQuery("#menu_links").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_links").animate({"height": "-=7px"}, "fast");
	}
	else{
		setTimeout("jQuery('#"+id+"').fadeIn('fast');",200);
		jQuery("#art").fadeOut("fast");
		jQuery("#trat").fadeOut("fast");
		
		setTimeout("jQuery('#content_"+id+"').slideDown('fast');",200);
		jQuery("#content_art").fadeOut("fast");
		jQuery("#content_trat").fadeOut("fast");
		
		setTimeout("jQuery('#txt_"+id+"').slideDown('fast');",200);
		jQuery("#txt_art").fadeOut("fast");
		jQuery("#txt_trat").fadeOut("fast");
		
		jQuery("#fio_trab").css("margin-top","200px");
		jQuery("#menu_home").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_home").animate({"height": "-=7px"}, "fast");
		jQuery("#menu_trabalhos").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_trabalhos").animate({"height": "-=7px"}, "fast");
		jQuery("#menu_jun_okida").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_jun_okida").animate({"height": "-=7px"}, "fast");
		jQuery("#menu_contato").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_contato").animate({"height": "-=7px"}, "fast");
		jQuery("#menu_links").animate({"height": "+=7px"}, "medium");
		jQuery("#menu_links").animate({"height": "-=7px"}, "fast");
	}
}
function fechar(){
	jQuery("#expose").fadeOut("fast");
	jQuery("#fio_prt").fadeOut("fast");
}
function slide_hide(hide){
	setTimeout("jQuery('#"+hide+"_3').fadeOut('fast')",3000);
	setTimeout("jQuery('#"+hide+"_2').fadeOut('fast')",6000);
	setTimeout("slide_show('"+hide+"')",6000);
}
function slide_show(show){
	setTimeout("jQuery('#"+show+"_2').fadeIn('fast')",3000);
	setTimeout("jQuery('#"+show+"_3').fadeIn('fast')",6000);
	setTimeout("slide_hide('"+show+"')",6000);
}
function abre(content){
	jQuery("#expose").fadeIn("fast");
	jQuery("#fio_prt").fadeIn("fast");
	jQuery("#ilustrator").css("display","none");
	jQuery("#photoshop").css("display","none");
	jQuery("#corel").css("display","none");
	jQuery("#"+content).fadeIn("fast");
	jQuery("#"+content+"_1").fadeIn("fast");
	setTimeout("slide_show('"+content+"')",500);
	var visible=content;
}
function next(){
	if(jQuery('#corel').css('display')!='none'){
		if(jQuery('#corel_2').css('display')=='none'){
			jQuery('#corel_2').fadeIn("fast");
		}
		else if(jQuery('#corel_3').css('display')=='none'){
			jQuery('#corel_3').fadeIn("fast");
		}
		else{
			jQuery('#corel_2').fadeOut("fast");
			jQuery('#corel_3').fadeOut("fast");
		}
	}
	if(jQuery('#photoshop').css('display')!='none'){
		if(jQuery('#photoshop_2').css('display')=='none'){
			jQuery('#photoshop_2').fadeIn("fast");
		}
		else if(jQuery('#photoshop_3').css('display')=='none'){
			jQuery('#photoshop_3').fadeIn("fast");
		}
		else{
			jQuery('#photoshop_2').fadeOut("fast");
			jQuery('#photoshop_3').fadeOut("fast");
		}
	}
	else if(jQuery('#ilustrator').css('display')!='none'){
		if(jQuery('#ilustrator_2').css('display')=='none'){
			jQuery('#ilustrator_2').fadeIn("fast");
		}
		else{
			jQuery('#ilustrator_2').fadeOut("fast");
		}
	}
	return false;
}
function prev(){
	if(jQuery('#corel').css('display')!='none'){
		if(jQuery('#corel_3').css('display')!='none'){
			jQuery('#corel_3').fadeOut("fast");
		}
		else if(jQuery('#corel_2').css('display')!='none'){
			jQuery('#corel_2').fadeOut("fast");
		}
		else{
			jQuery('#corel_2').fadeIn("fast");
			jQuery('#corel_3').fadeIn("fast");
		}
	}
	else if(jQuery('#photoshop').css('display')!='none'){
		if(jQuery('#photoshop_3').css('display')!='none'){
			jQuery('#photoshop_3').fadeOut("fast");
		}
		else if(jQuery('#photoshop_2').css('display')!='none'){
			jQuery('#photoshop_2').fadeOut("fast");
		}
		else{
			jQuery('#photoshop_2').fadeIn("fast");
			jQuery('#photoshop_3').fadeIn("fast");
		}
	}
	else if(jQuery('#ilustrator').css('display')!='none'){
		if(jQuery('#ilustrator_2').css('display')!='none'){
			jQuery('#ilustrator_2').fadeOut("fast");
		}
		else{
			jQuery('#ilustrator_2').fadeIn("fast");
		}
	}
	return false;
}
function desce(id){
	jQuery("#"+id).animate({"height": "+=7px"
							 }, "medium");
}
function sobe(id){
	jQuery("#"+id).animate({"height": "-=7px"
							 }, "fast");
}
