var videopath = "http://wega.net.dynamicweb.dk";
var swfplayer = videopath + "/Files/System/swf/flowplayer-3.1.5.swf";
var swfcontent = videopath + "/Files/System/swf/flowplayer.content-3.1.0.swf";
var swfcaptions = videopath + "/Files/System/swf/flowplayer.captions-3.1.4.swf";

$(document).ready(function() {
    $.featureList(
			$("#tabs li a"),
			$("#output li"), {
			    start_item: 0
			}
		);

    $(".productlist .producttype a").fancybox({ 'titleShow': true }
        );

/*    $("input#PaymethodPAY1").click(function() {
        alert("Dankort/VISA Dankort betaling bliver for tiden testet, og kan derfor endnu ikke anvendes som betalingsmetode i WEGA Webshoppen. I stedet kan anvendes Forudbetaling via Bank");
        
    });
*/
    $("#openYouTube").click(function() {
        $.fancybox({
            'padding': 0,
            'autoScale': false,
            'transitionIn': 'none',
            'transitionOut': 'none',
            'title': this.title,
            'width': 680,
            'height': 495,
            'href': this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
            'type': 'swf',
            'swf': {
                'wmode': 'transparent',
                'allowfullscreen': 'true'
            }
        });

        return false;
    });

    $(".iframe").fancybox({
            'width': 880,
            'height': 615,
            'type' : 'iframe',
            'autoDimensions' : true,
            'autoScale' : false,
            'transitionIn' : 'none',
            'transitionOut' : 'none'
    });

});
