﻿var Page = function()
{
    var that = {
        print : function() {
            e = ye.getEvent();
            ye.stopEvent(e);
            var t = ye.getTarget(e);
            NB.Popup(t.href, 890, 700, "scrollbars=yes");
        },
        recommend : function() {
            e = ye.getEvent();
            ye.stopEvent(e);
            var t = ye.getTarget(e);
            NB.Popup(t.href, 320, 470, "scrollbars=no,resizable=no");
        }
    };
    
    return that;
}();