$(document).ready(function(){$('div#footer li#contactus').remove();$('div#footer li').appendTo('div#banner div#menu ul');$('div#banner div#menu li#home a').html('');$('div#banner div#menu li#home a').append('<img src="images/themes/windows/menu_home.jpg" /><img src="images/themes/windows/menu_home-over.jpg" style="display:none" />');$('div#banner div#menu li#propsearch a').html('');$('div#banner div#menu li#propsearch a').append('<img src="images/themes/windows/menu_property_search.jpg" /><img src="images/themes/windows/menu_property_search-over.jpg" style="display:none" />');$('div#banner div#menu li#myskyline a').html('');$('div#banner div#menu li#myskyline a').append('<img src="images/themes/windows/menu_my_skyline.jpg" /><img src="images/themes/windows/menu_my_skyline-over.jpg" style="display:none" />');$('div#banner div#menu li#aboutus a').html('');$('div#banner div#menu li#aboutus a').append('<img src="images/themes/windows/menu_about_us.jpg" /><img src="images/themes/windows/menu_about_us-over.jpg" style="display:none" />');$('div#banner div#menu li#contactus a').html('');$('div#banner div#menu li#contactus a').append('<img src="images/themes/windows/menu_contact_us.jpg" /><img src="images/themes/windows/menu_contact_us-over.jpg" style="display:none" />');$('div#banner div#menu li#buyersresources a').html('');$('div#banner div#menu li#buyersresources a').append('<img src="images/themes/windows/menu_buyers_resources.gif" /><img src="images/themes/windows/menu_buyers_resources-over.gif" style="display:none" />');$('div#banner div#menu li#sellersresources a').html('');$('div#banner div#menu li#sellersresources a').append('<img src="images/themes/windows/menu_sellers_resources.gif" /><img src="images/themes/windows/menu_sellers_resources-over.gif" style="display:none" />');$('div#banner div#menu li#termsofuse a').html('');$('div#banner div#menu li#termsofuse a').append('<img src="images/themes/windows/menu_terms_of_use.gif" /><img src="images/themes/windows/menu_terms_of_use-over.gif" style="display:none" />');$('div#banner div#menu li#buyersresources').after('<li id="menuDivider1"><img src="images/themes/windows/menu_divider1.gif" /></li>');$('div#banner div#menu li#sellersresources').after('<li id="menuDivider2"><img src="images/themes/windows/menu_divider2.gif" /></li>');$("div#banner div#menu li a").hover(function()
{$(this).children('img:first').attr('style','display:none;');$(this).children('img:last').attr('style','display:block;');},function()
{$(this).children('img:last').attr('style','display:none;');$(this).children('img:first').attr('style','display:block;');});$(".clickable").click(function()
{$("a:first",this).trigger('click');$("input:first",this).trigger('click');});});function popupSettings(classSelector,loggedIn)
{if(classSelector.indexOf('savesearch')>-1)
{this.width=350;this.height=475;}
if(classSelector.indexOf('addtofavorites')>-1)
{this.width=350;this.height=475;}
if(classSelector.indexOf('requestcontact')>-1)
{this.width=450;this.height=550;}
if(classSelector.indexOf('emailproperty')>-1)
{this.width=450;this.height=550;}
if(classSelector.indexOf('selectagent')>-1)
{this.width=300;this.height=450;}
if(classSelector.indexOf('findhelp')>-1)
{this.width=780;this.height=650;}
if(!loggedIn&&classSelector.indexOf('login')>-1)
{this.width=780;this.height=650;}
this.windowAttributes='toolbar=0,'+'location=0,'+'directories=0,'+'status=0,'+'menubar=0,'+'scrollbars=1,'+'resizable=1,'+'copyhistory=0,'+'width='+this.width+','+'height='+this.height;}
function popupify(loggedIn,context)
{$(".popupify",context).click(function(e)
{console.log(e.currentTarget.nodeName);var popSet=new popupSettings($(this).attr("class"),loggedIn);window.open($(this).attr('href'),$(this).attr('id'),popSet.windowAttributes);e.stopPropagation();return false;});}