function displayNewWindow(thisObj)
{
	if(thisObj)
	{
		newwindow = window.open(thisObj.href,'offworld','top=100,left=100,width=688,height=535,directories=yes,resizable=yes,status=yes,menubar=yes,location=yes,scrollbars=yes,toolbar=no'); 
	}
	newwindow.focus();
	return false;
}