function opa(image) {
	var w = screen.availWidth-10;
	var h = screen.availHeight-40;
	window.open(image, "panoimage", "left=0, top=0, scrollbars=0, resizable=1, width="+w+", height="+h).focus();
}

