function getNewAdTooltip(id) {
	return (new ecnext.toolTip({"content":"fladpopup_content_"+id, "xpos":"left", "width":340, "xoffset":-30, "yoffset":10}));
}

function show_popup_details(e,el){
	el.style.backgroundImage= el.style.backgroundImage.replace('_u.gif', '_r.gif');
}
function hide_popup_details(el){el.style.backgroundImage= el.style.backgroundImage.replace('_r.gif', '_u.gif');}
function hover(id){
ecnext.byId('fladl'+id).style.backgroundImage="url(/manta/images/featured_listings/ad/ad-left-border-hover.gif)";
ecnext.byId('fladr'+id).style.backgroundImage="url(/manta/images/featured_listings/ad/ad-right-border-hover.gif)";
}
function unhover(id){
ecnext.byId('fladl'+id).style.backgroundImage="url(/manta/images/featured_listings/ad/ad-left-border.gif)";
ecnext.byId('fladr'+id).style.backgroundImage="url(/manta/images/featured_listings/ad/ad-right-border.gif)";
}
