// JavaScript Document

function init(){
var h=$('.right_panel_content').height()
					
$('.left_panel_mid  >.content').css('height',h)	
}
