






function change_pub(id){






if (id=='5') {

if (document.getElementById("magaz_b").style.display == "none") {

	$('#issue_b').hide();
	$('#stop_play_2011').show();
	$('#stop_play_2010').hide();

	$("div#makeMeScrollable_2010").smoothDivScroll("hide");
	$("div#makeMeScrollable_2010").smoothDivScroll("stopAutoScroll");
	$("div#makeMeScrollable_2011").smoothDivScroll("show");
	$("div#makeMeScrollable_2011").smoothDivScroll("startAutoScroll");
	$('#magaz_b').show();
	
	$('#issue').hide();
	$('#magaz').show();
	document.getElementById("mag1").setAttribute("class", "mag_b2");
	document.getElementById("mag2").setAttribute("class", "mag_b");


	document.getElementById("pub_b5").setAttribute("class", "pub_top_menu3");
	document.getElementById("pub_b6").setAttribute("class", "pub_top_menu");
	document.getElementById("stop_2011").setAttribute("class", "pause");
	document.getElementById("play_2011").setAttribute("class", "play2");
	
	
	


	}

}
if (id=='6') {

if (document.getElementById("issue_b").style.display == "none") {

	$('#magaz_b').hide();
	$('#stop_play_2011').hide();
	$('#stop_play_2010').hide();

	$('#issue_b').show();
	
	$('#magaz').hide();

	$('#issue').show();
	document.getElementById("issue").style.position = "relative";
	document.getElementById("issue").style.visibility = "visible";

	document.getElementById("pub_b5").setAttribute("class", "pub_top_menu");
	document.getElementById("pub_b6").setAttribute("class", "pub_top_menu3");
	



	}

}

}

function change_pub_color(id){

}

 function mag(id){
if (id=='1') {

	$("div#makeMeScrollable_2010").smoothDivScroll("hide");
	$("div#makeMeScrollable_2010").smoothDivScroll("stopAutoScroll");
	$("div#makeMeScrollable_2011").smoothDivScroll("show");
	$("div#makeMeScrollable_2011").smoothDivScroll("startAutoScroll");
	
	$('#stop_play_2011').show();
	$('#stop_play_2010').hide();
	document.getElementById("stop_2011").setAttribute("class", "pause");
	document.getElementById("play_2011").setAttribute("class", "play2");
	document.getElementById("mag1").setAttribute("class", "mag_b2");
	document.getElementById("mag2").setAttribute("class", "mag_b");

}	
if (id=='2') {
	$("div#makeMeScrollable_2011").smoothDivScroll("hide");
	$("div#makeMeScrollable_2011").smoothDivScroll("stopAutoScroll");
	$("div#makeMeScrollable_2010").smoothDivScroll("show");
	$("div#makeMeScrollable_2010").smoothDivScroll("startAutoScroll");

	
	$('#stop_play_2011').hide();
	$('#stop_play_2010').show();

	
	document.getElementById("stop_2010").setAttribute("class", "pause");
	document.getElementById("play_2010").setAttribute("class", "play2");
	document.getElementById("mag1").setAttribute("class", "mag_b");
	document.getElementById("mag2").setAttribute("class", "mag_b2");

		
}


}


 function stop_play(id){
if (id=='12011') {

	$("div#makeMeScrollable_2011").smoothDivScroll("stopAutoScroll");
	document.getElementById("stop_2011").setAttribute("class", "pause2");
	document.getElementById("play_2011").setAttribute("class", "play");

}	
if (id=='22011') {

	$("div#makeMeScrollable_2011").smoothDivScroll("startAutoScroll");
	document.getElementById("stop_2011").setAttribute("class", "pause");
	document.getElementById("play_2011").setAttribute("class", "play2");
		
}
if (id=='12010') {

	$("div#makeMeScrollable_2010").smoothDivScroll("stopAutoScroll");
	document.getElementById("stop_2010").setAttribute("class", "pause2");
	document.getElementById("play_2010").setAttribute("class", "play");

}	
if (id=='22010') {

	$("div#makeMeScrollable_2010").smoothDivScroll("startAutoScroll");
	document.getElementById("stop_2010").setAttribute("class", "pause");
	document.getElementById("play_2010").setAttribute("class", "play2");
		
}

}


