$(document).ready(function () {
    $("#Content").contextMenu({
        menu: 'n1sContextMenu'
    },
		function (action, el, pos) {
		    document.location.href = appPath + "/n1site/Login.aspx?returnUrl=" + document.location.href;
		});
});


