$(document).ready(function() {
    if ( IsEnglish() )
        $("#imgPreview li a").infobar( lang="en" );
    else
        $("#imgPreview li a").infobar( lang="fi" );

    $("#xbasket #loginform input").focus(function () {
        $(this).attr("value","");
    });

//    $("#imgPreview li a img").center({
//         vertical: true,
//         horizontal: true
//    });

});


