$(document).ready(function() {
    if ($('#contact form').length > 0) {
        if ($('#contact form #name').val() == '') $('#contact form #name').val('Your Name').addClass('grey');
        $('#contact form #name').focus(function () {
            if ($(this).val() == 'Your Name') $(this).val('').removeClass('grey');
        });
        $('#contact form #name').blur(function () {
            if ($(this).val() == '' || $(this).val() == 'Your Name') $(this).val('Your Name').addClass('grey');
        });
        if ($('#contact form #email').val() == '') $('#contact form #email').val('Your Email').addClass('grey');
        $('#contact form #email').focus(function () {
            if ($(this).val() == 'Your Email') $(this).val('').removeClass('grey');
        });
        $('#contact form #email').blur(function () {
            if ($(this).val() == '' || $(this).val() == 'Your Email') $(this).val('Your Email').addClass('grey');
        });
        if ($('#contact form #enquiry').val() == '') $('#contact form #enquiry').val('Your Enquiry').addClass('grey');
        $('#contact form #enquiry').focus(function () {
            if ($(this).val() == 'Your Enquiry') $(this).val('').removeClass('grey');
        });
        $('#contact form #enquiry').blur(function () {
            if ($(this).val() == '' || $(this).val() == 'Your Enquiry') $(this).val('Your Enquiry').addClass('grey');
        });
        $('#contact form').submit(function () {
            if ($('#contact form #name').val() == 'Your Name') $('#contact form #name').val('');
            if ($('#contact form #email').val() == 'Your Email') $('#contact form #email').val('');
            if ($('#contact form #enquiry').val() == 'Your Enquiry') $('#contact form #enquiry').val('');
        });
    }
    if ($('#account form#loginForm').length > 0) {
        if ($('#account form#loginForm #email').val() == '') $('#account form#loginForm #email').val('Your Email').addClass('grey');
        $('#account form#loginForm #email').focus(function () {
            if ($(this).val() == 'Your Email') $(this).val('').removeClass('grey');
        });
        $('#account form#loginForm #email').blur(function () {
            if ($(this).val() == '' || $(this).val() == 'Your Email') $(this).val('Your Email').addClass('grey');
        });
        if ($('#account form#loginForm #password').val() == '') $('#account form#loginForm #password').val('Your Password').addClass('grey');
        $('#account form#loginForm #password').focus(function () {
            if ($(this).val() == 'Your Password') $(this).val('').removeClass('grey');
        });
        $('#account form#loginForm #password').blur(function () {
            if ($(this).val() == '' || $(this).val() == 'Your Password') $(this).val('Your Password').addClass('grey');
        });
    }
    if ($('#product form').length > 0) {
        if (optionImage[$('#Variety').val()]) {
            $('#productImage').attr('src', optionImage[$('#Variety').val()]);
        }
        $('#Variety').change(function () {
            if (optionImage[$('#Variety').val()]) {
                $('#productImage').attr('src', optionImage[$('#Variety').val()]);
            }
        });
    }
    $("#menu ul li.top").hover(
        function(){ $("ul", this).fadeIn("fast"); }, 
        function(){ $("ul", this).fadeOut("fast"); } 
    );
    if (document.all) {
        $("#menu ul li.top").hoverClass("over");
    }
    if ($('#category #products').length > 0 || $('#search #products').length > 0) {
        enableTooltips("products");
    }
});

$.fn.hoverClass = function(c) {
    return this.each(function(){
        $(this).hover( 
            function() { $(this).addClass(c);  },
            function() { $(this).removeClass(c); }
        );
    });
};

if(typeof sIFR == "function"){
	sIFR.replaceElement(named({sSelector:"body #category h2.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#666666", sBgColor:"#D8DFF2", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #product h2.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#666666", sBgColor:"#ffffff", sWmode:"transparent", sFlashVars:"textalign=right"}));
    sIFR.replaceElement(named({sSelector:"body #cart h2.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#666666", sBgColor:"#ffffff", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #account h2.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#666666", sBgColor:"#ffffff", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #account h3.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#6488BE", sBgColor:"#ffffff", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #checkout h2.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#666666", sBgColor:"#ffffff", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #checkout h3.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#6488BE", sBgColor:"#ffffff", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #error h2.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#666666", sBgColor:"#ffffff", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #success h2.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#666666", sBgColor:"#ffffff", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #quickorder h2.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#666666", sBgColor:"#ffffff", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #search h2.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#666666", sBgColor:"#ffffff", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #search h3.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#6488BE", sBgColor:"#ffffff", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #information h2.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#666666", sBgColor:"#ffffff", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #information h3.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#6488BE", sBgColor:"#ffffff", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #sitemap h2.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#666666", sBgColor:"#ffffff", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"body #sitemap h3.sifr", sFlashSrc:"/catalog/view/javascript/sifr/AvantGarde_Bk_BT.swf", sColor:"#6488BE", sBgColor:"#ffffff", sWmode:"transparent"}));
};
