function change_video(id) {
	$.post("./content/common/common.video.php",
  	{ id: id },
  		function(data){
//  			$("#flash_video").hide();
					$("#flashcontent").empty();
					$("#flashcontent").append(data);
  		}
		)
}

//				$("#_content").hide();
//				$("#_content_resp").show();
