<!-- use to popup windows throughout the whole site -->

function PopUpWindow(href) {
	var winid = window.open(href,'offworld','width=630,height=500,directories=yes,resizable=yes,status=yes,menubar=yes,location=yes,scrollbars=yes'); 
	winid.focus();
	return false;
}