// left menu 

function showMenu(){
	var str = "";
	str += '<div class="i_Lmeunc">';
	str += 'Shao Foundation is a not-for-profit organisation dedicated to cultural production and social engineering. We curate <a href="http://shaofoundation.org.cn/index.php/category/exhibition">exhibition</a>, engage people in <a href="http://shaofoundation.org.cn/index.php/category/crosstalk">conversation</a>, and make our works <a href="http://shaofoundation.org.cn/index.php/category//publication">accessible</a> to the general public. If you are working on an insanely great project, <a href="http://shaofoundation.org.cn/index.php/category/talk">talk</a> to us.';
	str += '</div>';
	document.getElementById("i_Lmeunjs").innerHTML = str;
	
	}
	
function showMenu_talk(){
	var str = "";
	str += '<div class="i_Lmeunc">';
	str += 'Shao Foundation is a not-for-profit organisation dedicated to cultural production and social engineering. We curate <a href="http://shaofoundation.org.cn/index.php/category/exhibition">exhibition</a>, engage people in <a href="http://shaofoundation.org.cn/index.php/category/crosstalk">conversation</a>, and make our works <a href="http://shaofoundation.org.cn/index.php/category//publication">accessible</a> to the general public. If you are working on an insanely great project, <a href="http://shaofoundation.org.cn/index.php/category/talk">talk</a> to us.';
	str += '</div>';
	document.getElementById("i_Lmeunjs").innerHTML = str;
	}
	
function showMenu_archive(){
	var str = "";
	str += '<div class="i_Lmeunc">';
	str += 'Shao Foundation is a not-for-profit organisation dedicated to cultural production and social engineering. We curate <a href="http://shaofoundation.org.cn/index.php/category/exhibition">exhibition</a>, engage people in <a href="http://shaofoundation.org.cn/index.php/category/crosstalk">conversation</a>, and make our works <a href="http://shaofoundation.org.cn/index.php/category/publication">accessible</a> to the general public. If you are working on an insanely great project, <a href="http://shaofoundation.org.cn/index.php/category/talk">talk</a> to us.';
	str += '</div>';
	document.getElementById("i_Lmeunjs").innerHTML = str;
	}
//addLoadEvent(showMenu);

/*
function showTwitter(){
	var str = "";
	str += '<div id="twitter_div">';
	str += '<ul id="twitter_update_list"></ul>';
	str += '</div>';
	str += '<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>';
	str += '<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/shaofoundation.json?callback=twitterCallback2&amp;count=5"></script>';
	document.getElementById("twitter").innerHTML = str;
	}
	
	showTwitter();
	*/
//function timeLoad () { 
//	var = 1;
//	if ( t == 1 ){
//		setTimeout("showTwitter()",1000);
//		t = 2;
//		}else{
//		return false;
//		}
//}

//addLoadEvent(timeLoad);
//addLoadEvent(showTwitter);
				
				