var imgWindow = ""; function openPopup(img, width, height) { if (img && width && height) { width = Math.min(width + 36, 640); height = Math.min(height + 30, 480); if (imgWindow.location && !imgWindow.closed) imgWindow.close(); imgWindow = window.open(img, "imgWindow" + width + height, "toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height); // imgWindow.focus(); } }
quarta-feira, 27. agosto 2003
segunda-feira, 25. agosto 2003
quinta-feira, 21. agosto 2003
quarta-feira, 23. julho 2003
sábado, 5. julho 2003
quarta-feira, 25. junho 2003
quinta-feira, 19. junho 2003
|