﻿function enlarge(name,x,y){var params;params="toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,fullscreen=no,channelmode=no,"+"width="+x+"px,height="+y+"px";var url="Enlarged/"+name+".html";var enlargeWindow=window.open(url,"Enlarge",params);enlarge.focus();}
