function showGuarantee()
{
    hideDiv("guarantee");
    var y = (document.all)?document.body.scrollTop:window.pageYOffset;
    moveDiv("guarantee",300,y+50);
    transDiv("guarantee",1,24);
}