home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / software / komercni / software602 / index_files / openwin.js < prev    next >
Text File  |  2004-04-05  |  1KB  |  21 lines

  1.     function mainRemote(href) {
  2.     remote = window.open(href,"remotewin","width=618,height=440,toolbar=no,location=no,directories=no,status=no,menubar=no,resizeable=no,screenX=100,left=100,screenY=100,top=100");
  3.     }
  4.     function mainRemote2(href) {
  5.     remote = window.open(href,"remotewin","width=790,height=540,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizeable=no");
  6.     }
  7.     function showScreen(img) {
  8.     screenshot = window.open("show_full.htm?screen=" + img,"newwin","width=800,height=600,scrollbars=no,resizable=no");
  9.     }
  10.     function openWindowScroll(href) {
  11.     remote = window.open(href,"newwin","width=800,height=600,toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
  12.     }
  13.  
  14.     function openWindow(href) {
  15.     remote = window.open(href,"newwin","toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
  16.     }
  17.  
  18.      function openHelp(href) {
  19.     remote = window.open(href,"helpwin","width=300,height=100,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");
  20.     }
  21.