<!--
function popen(url, settings) {
	newwindow=window.open(url,'name',settings);
	if (window.focus) {newwindow.focus()}
	return false;
}


function showPopup(){

	xajax.$('popupContainer').style.top = (screen.height / 3)-175;
	xajax.$('popupContainer').style.left = (screen.width/2) - 475;
	xajax.$('popupContainer').style.display = 'block';

}


function hidePopup(){
	Effect.Fade('popupContainer');
}

function fbs_click() {
	u=location.href;
	t=document.title;
	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;
}

-->

