function popitup(url) {
	newwindow=window.open(url,'panorama','height=440,width=768');
	if (window.focus) {newwindow.focus()}
	return false;
}

