$(document).ready(function(){
    $("a.fancybox").fancybox({
            'transitionIn' : 'elastic',
            'transitionOut' : 'elastic',
            'speedIn' : 600,
            'speedOut' : 200,
            'overlayShow' : false
    });
    
    $('.treeview').treeview({
				animated: "fast",
                                collapsed: true,
                                persist: "location"
			});
    
    /*
    $("#frmorder-paymentmethod").change(function () {
        if ($("#frmorder-paymentmethod option:selected").val() == 2) {
            window.open(calculatorUrl, '_blank', 'scrollbars=1, width=640, height=480, left=150, top=75');
        }
    });
    */
});
