<!--
function popup(uri,wid,hei,scroll) {
	var winleft = (screen.width-wid)/2;
	var wintop = (screen.height-hei)/2;
	var imageswin=window.open(uri,"","width="+wid+",height="+hei+",left="+winleft+",top="+wintop+",toolbar='no',location='no',status='no',scrollbars="+scroll+",menubar='no',resizable='no'");
}
//-->
