﻿$(document).ready(function() {
$("#ctl00_ContentPlaceHolder1_tbl_archive").hide();
 });
 
 
 function show_archive()
 
 {
 
 setCookie("events_mode","archive",100);
  var tbl_news =  $("#ctl00_ContentPlaceHolder1_news1");
  tbl_news.hide();
 $("#ctl00_ContentPlaceHolder1_TABLE1").animate({"margin-Left": "-280px"},function(){$("#ctl00_ContentPlaceHolder1_cell_news").show();$("#ctl00_ContentPlaceHolder1_cell_archive").hide();$("#ctl00_ContentPlaceHolder1_tbl_archive").show();$("#ctl00_ContentPlaceHolder1_tbl_archive").css("margin-Left","0");$("#ctl00_ContentPlaceHolder1_tbl_news").css("margin-Left","-280");$("#ctl00_ContentPlaceHolder1_Panel9").hide();;$("#ctl00_ContentPlaceHolder1_tbl_archive").show()});
 
if (tbl_news.css("display")=="none")

{
}

else

{}




//$("#ctl00_ContentPlaceHolder1_cell_archive").animate({width: "310"});      
      
//$("#ctl00_ContentPlaceHolder1_tbl_news").hide('slide', function(){$("#ctl00_ContentPlaceHolder1_tbl_archive").show();});
//$("#ctl00_ContentPlaceHolder1_tbl_news").animate({"left":"100"})




//$("#ctl00_ContentPlaceHolder1_cell_archive").hide();
//$("#ctl00_ContentPlaceHolder1_cell_news").show();
 }
 
 
 
  function show_news()
 
 {
 
 setCookie("events_mode","news",100);
  var tbl_news =  $("#ctl00_ContentPlaceHolder1_news1");
  tbl_news.hide();
    $("#ctl00_ContentPlaceHolder1_tbl_archive").hide("slide",function(){$("#ctl00_ContentPlaceHolder1_Panel9").show();$("#ctl00_ContentPlaceHolder1_tbl_news").show();$("#ctl00_ContentPlaceHolder1_cell_archive").show();$("#ctl00_ContentPlaceHolder1_cell_news").hide(); $("#ctl00_ContentPlaceHolder1_TABLE1").css("margin-Left", "0"); $("#ctl00_ContentPlaceHolder1_tbl_news").css("margin-Left", "0");});
    
if (tbl_news.css("display")=="none")
{


 }
 else
 {
 }     
  

}

function show(zz)
{

$("#ctl00_ContentPlaceHolder1_tbl_archive").hide();
$("#ctl00_ContentPlaceHolder1_Panel9").hide();
$("#ctl00_ContentPlaceHolder1_cell_archive").hide()
$("#ctl00_ContentPlaceHolder1_cell_news").hide();

$("#ctl00_ContentPlaceHolder1_n1").hide();
$("#ctl00_ContentPlaceHolder1_n2").hide();
$("#ctl00_ContentPlaceHolder1_n3").hide();
$("#ctl00_ContentPlaceHolder1_n4").hide();

var tbl_news =  $("#ctl00_ContentPlaceHolder1_news1");
var tbl_news_current =  $("#ctl00_ContentPlaceHolder1_n"+zz);

//alert(zz);
tbl_news.show();
tbl_news_current.show();
}


function hide_new()
{

var cook = GetCookie("events_mode");


if (cook=="") {cook="news"};

if (cook=="news")
{$("#ctl00_ContentPlaceHolder1_tbl_archive").hide();
$("#ctl00_ContentPlaceHolder1_Panel9").show();
$("#ctl00_ContentPlaceHolder1_cell_archive").show()

var tbl_news =  $("#ctl00_ContentPlaceHolder1_news1");

tbl_news.hide();
$("#ctl00_ContentPlaceHolder1_n1").hide();
$("#ctl00_ContentPlaceHolder1_n2").hide();
$("#ctl00_ContentPlaceHolder1_n3").hide();
}
else
{$("#ctl00_ContentPlaceHolder1_tbl_archive").show();
$("#ctl00_ContentPlaceHolder1_Panel9").hide();
$("#ctl00_ContentPlaceHolder1_cell_archive").hide()
$("#ctl00_ContentPlaceHolder1_cell_news").show()
var tbl_news =  $("#ctl00_ContentPlaceHolder1_news1");


tbl_news.hide();
$("#ctl00_ContentPlaceHolder1_n1").hide();
$("#ctl00_ContentPlaceHolder1_n2").hide();
$("#ctl00_ContentPlaceHolder1_n3").hide();


};


}
