var help = "";
var path="http://shared.remax.co.za/images/contact_agent/loader.gif";

function loadHelp ()
{
	help = new MaJiG_BOX("<center><img src='"+path+"'></center>");
	
	var helptext = '<table width="500" border="0">'+
						'<tr>'+
						'<td align="center">'+
							'<b>What is Social Bookmarking?</b>'+
							'<hr>'+
						'</td>'+
					'</tr>'+
					'<tr>'+
						'<td>'+
						'<font size="-1">'+
						'Social bookmarking is a tool for users to save and categorise a personal collection of bookmarks in order to share them with others.'+
						'This differs from using your own browser bookmarks which are available using the menus within your web browser as these are public.<br/><br/>'+
						'You can use the links provided here to share this listing on the social bookmarking site of your choice.<br/><br/>'+
						'To find our more about social bookmarking have a look here: <a href="http://en.wikipedia.org/wiki/Social_bookmarking" target="_blank">Wikipedia - Social Bookmarking</a>.'+
						'</font>'+
						'</td>'+
					'</tr>'+
					'</table>';
	
	help._set_Content(helptext);
}

function fbs_click()
{
	u=location.href;t=document.title;
	window.open('http://www.facebook.com/share.php?u=".$shareURL."&t=".$shareTitle."','sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}