﻿$(document).ready(function() {
    $("#slider").easySlider({
        auto: false,
        continuous: true,
        speed : 800
        //pause: 5000
    });
});

function openArticlePopup(id) {
    $('#' + id).dialog({ width: 760, resizable: false }); 
    return false;
}
