<!--



function zoom(str) {
			var win = null;
			var centerWidth=(screen.width/2)-(680/2);
			var centerHeight=(screen.height/2)-(540/2);
			win = window.open(str,'albz','scrollbars=yes,resizable=no,width=680,height=540,status=no,location=no,toolbar=no, top='+ centerHeight + ',left = ' + centerWidth);
	}


 function window_open(filename, x, y, posx, posy, target)
  { windowops = eval("'toolbar=no,location=no,directories=no,status=no,menubar=no,scrolling=yes,scrollbars=yes,resizable=no,copyhistory=no,width=" + x + ",height=" + y + ",left=" + posx + ",top=" + posy + "'");
    newwindow=window.open(filename, target, windowops);
    return;
  }

// -->