/**
* Account-related Javascript routines for 44I
*
* Copyright (c)2008 44 Interactive. All Rights Reserved.
*
* SVN File: $Id: account.js 217 2008-07-28 19:06:27Z Mike Neugebauer $
* @author $Author: Mike Neugebauer $
* @version $Revision: 217 $
* @lastrevision $Date: 2008-07-28 14:06:27 -0500 (Mon, 28 Jul 2008) $
* @modifiedby $LastChangedBy: Mike Neugebauer $
* @lastmodified $LastChangedDate: 2008-07-28 14:06:27 -0500 (Mon, 28 Jul 2008) $
* @filesource $URL: svn+ssh://miken@svnhost.44i-dev.com/svnhome/base/branches/motormarket/js/account.js $
*/

jQuery(document).ready(function() {

$('#pictures a').lightBox({fixedNavigation:true});

$("#tabs").tabs();

$("#mapPanel").jqm({toTop: true});

});



function showAgentInfo( ) {

//$('#agtPanel').show("slide", { direction: "right" }, 300);

}

function showListingMap( ) {

//$('#mapPanel').show("slide", { direction: "right" }, 300);
$('#mapPanel').jqmShow();
gmlocLoadReal();

}

function closeAgentWindow( )  {

$('#agtPanel').hide("slide", { direction: "right" }, 300);

}

/*
function closeMapWindow( ) {

$('#mapPanel').hide("slide", { direction: "right" }, 300);

}
*/