// JavaScript Document

$(document).ready(function() {

    $("#hmContentCntnr").pngfix();
    $("#hmDarken").pngfix();
    $("#contentCntnr").pngfix();
    $(".roundedTop354").pngfix();
    $(".roundedBottom354").pngfix();
    $(".roundedTop238").pngfix();
    $(".roundedBottom238").pngfix();
    $("#imgMask img").pngfix();
    $(".jcarousel-next").pngfix();
    $(".jcarousel-prev").pngfix();
    $(".productBalloon").pngfix();
    $(".roundedLeft").pngfix();
    $("#categoryCarouselLeftBorder").pngfix();
    $("#categoryCarouselRightBorder").pngfix();


});

function checkSearch() {
    return ($(".searchField:first").val() != "");
}