/**!
*samples to simulate the right button down
*
*@$('.log_panel') is the target whose mousedown event will be simulated
*@$('.rect_box') is the parent of test button
*@myevent is the event object passed by ourself
*
**/
$('.log_panel').mousedown(function(event,myevent){