<script type="text/javascript"> function PhotoEnlarge(N, width) { N = parseInt(N); width = parseInt(width); img[N].width = width; } </script>