/******************************************************************************
                  ____ _ _         _     _  __        _  __
                 / ___(_) |_ _   _| |   (_)/ _| ___  | |/ / ____
                | |   | | __| | | | |   | | |_ / _ \ | ' / |_  /
                | |___| | |_| |_| | |___| |  _|  __/_| . \  / /
                 \____|_|\__|\__, |_____|_|_|  \___(_)_|\_\/___|
                             |___/

          2008-2010 (C) Innovation Group, Astana, Kazakhstan
******************************************************************************/

var Loginpopup={};Util.extend(Loginpopup,{Show:function()
{var d={};d.url=document.location.href;if($('#nlpappend').size()<=0)
jQuery.post(CLAjaxPreffix+'/common/notlogedpopup',d,function(html){$('body').append('<div id="nlpappend">'+html+'</div>');Loginpopup.Now();},'html');else
Loginpopup.Now();return false;},Now:function()
{jQuery.msgbox().show($('#nlpappend').html(),{showCaption:false});return false;},Close:function()
{jQuery.msgbox().close();return false;}});