﻿// JScript File
function imgWin()  {
          window.open("","foto",'toolbar=0,location=0,scrollbars=0,resizable=1,width=800,height=600,left=1,top=1'); 
          }
          function openWin() {
              window.open("", "book", 'toolbar=0,location=0,scrollbars=1,resizable=1,width=500,height=600,left=1,top=1');
          }  
