function ShowPopUp(URL, rz, sb, w, h) {
	id = "umbrellatravel_" + w; 
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,location=0,statusbar=0,menubar=0,resizable=" + rz + ",scrollbars=" + sb + ",width=" + w + ",height=" +  h + "', true);");
	if (window.focus)
		eval("page" + id + ".focus();");
}

function SetInnerText(o, s)
{
	var d = document.getElementById(o);
	if (d && d.innerText)
		d.innerText=s;
	else				
		d.textContent=s;
}

function fbs_click() 
{
	u=location.href;
	t=document.title;
	if(pageTracker)
		pageTracker._trackPageview('/outgoing/www.facebook.com/sharer.php?u='+encodeURIComponent(u));
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;}
