home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2004 March / PCWMAR04.iso / Sponsors / Xara / xara3d / examples / animation / graphics / newwin_3dex.js < prev    next >
Encoding:
Text File  |  2002-07-09  |  178 b   |  7 lines

  1. <!-- hide
  2.  
  3. function newWindow(where)
  4. {
  5. window.open(where,"win","left=5,top=5,width=560,height=400,location=no,scrollbars=yes,menubar=no,toolbar=no,resizable=yes");
  6. }
  7. // -->