function enlargeImage(id,num) { //v2.0	var theURL = "/pages/auctions/enlarged.jsp?id="+id+"&num="+num;	window.open(theURL,'enlarge','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=680,height=560');}