$("#a1").mouseover(function () { 
$("#o1").toggle();  
});
$("#a1").mouseout(function () { 
$("#o1").toggle();  
});
