

/**
 * fw_menu 24OCT2000 Version 4.0
 * John Ahlquist, October 2000
 * Copyright (c) 2000 Macromedia, Inc.
 *
 * based on menu.js
 * by gary smith, July 1997
 * Copyright (c) 1997-1999 Netscape Communications Corp.
 *
 * Netscape grants you a royalty free license to use or modify this
 * software provided that this copyright notice appears on all copies.
 * This software is provided "AS IS," without a warranty of any kind.
 */
 
function winOpen(winName,url,W,H){var WinA=window.open(url,winName,'scrollbars=1,resizable=1,menubar=1,toolbar=1,directories=1,status=1,location=1,width='+W+',height='+H+'');WinA.focus();WinA.document.close()}


