﻿$(document).ready(function() {
    
//    $(".image.fl").click(function() {
//        OpenModalWindow(null, 'Product');
//        return false;
//    });
//    // modal
//    var modalClass  = 'show';
//    var modal       = $('#modal');
//    var body        = $('#body_global');
//    var iframe      = $('#modaliframe');


//    //    $(".image.fl").click(function() {
//    //        //$("#modal_iframe").src = this.getElementsByTagName('a')[0].href;

//    //        $("#modal_iframe").src = "/test";
//    //        return false;
//    //    });




//    alert(iframe.src);
//    if (modal) {

//        // load onsubmit
//        $('.vote_action').click(function() {
//            iframe.src = 'test';
//            modal.addClass(modalClass);
//            scroll(0, 0);
//        });

//        // destroy onclick
//        modal.getElement('.wrap').click(function() {
//            modal.removeClass(modalClass);
//            body.style.height = 'auto';
//            body.style.overflow = 'auto';
//        });
//    }

});