function update_image(display, fullsize) {
    //alert(display);
    $('#vid_container').addClass('hidden');
    $('#main_prod_img').removeClass('hidden');
    $('#product_main_image').attr('src', display);
    $('a.product_main_link').attr('href', fullsize);
    $('a#image_zoomer').lightBox();
}

function play_vid(file) {
    $('#main_prod_img').addClass('hidden');
    $('#vid_container').removeClass('hidden');
    var flashvars = {videoPath:file,emailurl:'javascript:showSendToFriend();',  accentcolor:'2890EB'};
    var params = {allowFullScreen:'true',
                 scale: "scale",
                 wmode: "transparent"};
    var attributes = {};
    swfobject.embedSWF("/lib/yhst-23057745957616/Web-Cube-VideoPlayer.swf","prod_video","379","283","9", "/lib/yhst-23057745957616/expressInstall.swf", flashvars, params, attributes);
}

var tabberOptions = {
                    titleElementsStripHTML:false,
                    titleElements:['h1']
                    };

$(document).ready(function (){
    // view large for product images
    $('a#image_zoomer').lightBox();
});


