/*
  ######################################################################
  # 
  # In accordance with the GPL, this copyright notice MUST remain
  # intact:
  #
  # MySQLauction Release Version 0.1.0 (021001)
  # Copyright (C) 2002 High Sierra Networks, Inc.
  # http://www.servers-r-us.com
  # info@servers-r-us.com
  #
  #######################################################################
  #
  # This program is free software; you can redistribute it and/or
  # modify it under the terms of the GNU General Public License
  # as published by the Free Software Foundation; either version 2
  # of the License, or (at your option) any later version.
  # 
  # This program is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  # GNU General Public License for more details.
  # 
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  # MA 02111-1307, USA.
  #
  ######################################################################

  ######################################################################
  #
  # Written by Jorge Gonzalez - Athena Soft, S.A. de C.V.
  # http://www.athenasoft.com.mx
  # jgonzalez@athenasoft.com.mx
  #
  ######################################################################
*/

function gopage(p)
  {location = p;}

function gowin(p) {
  w = window.open(p, 'anew', config='width=640,height=480,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');}

function paywin(p) {
  w = window.open(p, 'ppnew', config='width=640,height=480,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=yes,directories=no,status=no');}

function showspec(p) {
  w = window.open(p, 'pnew', config='width=550,height=413,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');}

function showsample(t) {
  p = "sample"+t+".php";
  w = window.open(p, 'snew', config='width=640,height=480,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');}

function showiweb(t) {
  p = "/brokers/iwsample.php?pic="+t;
  w = window.open(p, 'wnew', config='width=400,height=300,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');}

