function ShowHidden2(id)        {
$(document).ready(function(){
    
    $('#test2').css({ rotate : id});
    
});
}
