/*
  $Id: general.js,v 1.3 2003/02/10 22:30:55 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=40,left=150')
}

function MM_openBrWindow (url)
{
        var winopts = "toolbar=no,location=no,directories=no,status=no,";
        winopts = winopts + "menubar=no,scrollbars=yes,resizable=yes,";
        winopts = winopts + "width=640 ,height=320";
        remote = window.open(url,"EDC",winopts);
}

