+3  A: 

try this plugin: http://flesler.blogspot.com/2007/10/jqueryscrollto.html

After you've loaded your content into the DIV, call

$.scrollTo("#your-div-id-here", {duration: 1000 });

duration is in milliseconds for the scroll animation.

Thanks for that. I am really able to use that with hell lot of ease.Thanks again
Enjoy coding