
function scrollWin(){
if($.browser.opera){$('html').animate({scrollTop: $('#contact').offset().top}, 2500);}
else $('html,body').animate({scrollTop: $('#contact_inner').offset().top}, 2500);
}



function scrollWinTop(){
if($.browser.opera){$('html').animate({scrollTop: $('#wrap').offset().top}, 1500);}
else $('html,body').animate({scrollTop: $('#wrap').offset().top}, 1500);
}




