/******************************************************/
// Sports Ignition Script Library
//
// Author: Mark Ursu
// Date	: 08/12/2004
//
// Revision	Date		Comment
// --------	----		-------
// 1.0		08/12/2004	Initial Development
/******************************************************/
function SIMG_Menu_Transfer(item)
{
  if(item.ParentGroup != item.ParentMenu.RootGroup)
  {
    item.ParentMenu.FirstClick = false;
    item.ParentMenu.CloseAll(0);
  }

  if (item.Category != null)
  {
    location.href = item.Category;
  }
}

function openWin(url,name) { self.name = "main"; popupWin = window.open(url,name,"resizable=1,toolbar=0,width=410,height=410,scrollbars=0"); }
function openWin2(url,name) { self.name = "main"; popupWin = window.open(url,name,"resizable=1,toolbar=0,width=306,height=396,scrollbars=0"); }
function photoWindow(url) { pwsmall(url); }
function photoWindow2(url) { pwbig(url); }
function pwsmall(url) { photosmall = window.open(url,"photosmall","scrollbars=auto,width=500,height=450"); return false; }
function pwbig(url) { photobig = window.open(url,"photobig","scrollbars=auto,width=500,height=530"); return false; }
function bannerpop(url) { banner = window.open(url,"banner","width=306,height=396"); }
function bannerpoptoo(url) { banner = window.open(url,"banner","width=320,height=217,top=200,left=200"); }