﻿
function openWeeklySignup() {
    window.open("weekly-signup.aspx", "weeklysignup", "resizable=yes,menubar=no,titlebar=no,location=no,status=no,scrollbars=yes,width=425,height=400");
}

function openBadgeSignup() {
    window.open("badge-signup.aspx", "badgesignup", "resizable=yes,menubar=no,titlebar=no,location=no,status=no,scrollbars=yes,width=850,height=700");
}

function openShareRecipe(name, recipeid, version) {
    window.open("send-to-friend.aspx?name=" + name.replace("&","[and]") + "&recipeid=" + recipeid + "&version=" + version, "sendtofriend", "resizable=yes,menubar=no,titlebar=no,location=no,status=no,scrollbars=yes,width=400,height=389");
}

function showNick() {
    //$('#nick-wrapper').fadeIn('slow', function() {
        // Animation complete
    //});
    //$('.nick-link').show();
}

function hideNick() {
    $('#nick-wrapper').hide();
    $('.nick-link').hide();
}

function openNick() {
    window.open("https://secure.nickjrboost.com/ads/2010/countrycrock/", "nick", "resizable=yes,menubar=yes,titlebar=yes,location=yes,status=yes,scrollbars=yes,width=800,height=600");
}

function showGame1() {
    $('#game1-frame').attr('src', 'https://secure.nickjrboost.com/ads/2010/unilever/countrycrock/inc_games/mess-hall/');
    $('#game1').css('display', 'block');
}

function showGame2() {
    $('#game2-frame').attr('src', 'https://secure.nickjrboost.com/ads/2010/unilever/countrycrock/inc_games/greetings-from-camp/');
    $('#game2').css('display', 'block');
}

function openGift() {
    window.open("gift-card-entry.aspx", "sweeps", "resizable=yes,menubar=no,titlebar=no,location=no,status=no,scrollbars=yes,width=852,height=700");
}

function hideGame() {
    $('#game1-frame').attr('src', '/camp/dummy.html');
    $('#game2-frame').attr('src', '/camp/dummy.html');
    $('#game1').css('display', 'none');
    $('#game2').css('display', 'none');
}
