<!--
	var x = screen.width;
	var y = screen.height;
	var newX = x - 515;
	var newY = 150;
	
	function popUp(graphic) {
		open('popup.php?graphic=' + graphic, 'Auction_Photos', 'toolbar=0,location=0,directories=0,status=0,menubars=0,resizable=0,width=500,height=500,top=' + newY + ',left=' + newX)
		}
//-->
