function openwindow(location)
{
   sWidth = 815;
   sHeight = 610;
   winLeft = (screen.width-sWidth)/2;
   winTop = (screen.height-sHeight)/2;
   sBar = "no";
   if ((screen.width == 800) || (screen.height == 600)) sBar = "yes";
   window.open( location ,"ForteGames","width="+sWidth+",height="+sHeight+",left="+winLeft+",top="+winTop+",directories=no,menubar=no,location=no,scrollbars="+sBar+",resizable=no,status=0");
}
function openewindowext(location)
{
   sWidth = 770;
   sHeight = 610;
   winLeft = (screen.width-sWidth)/2;
   winTop = (screen.height-sHeight)/2;
   sBar = "no";
   if ((screen.width == 800) || (screen.height == 600)) sBar = "yes";
   window.open( location ,"ForteGames","width="+sWidth+",height="+sHeight+",left="+winLeft+",top="+winTop+",directories=no,menubar=no,location=no,scrollbars="+sBar+",resizable=no,status=0");
}
function openwindowch(location)
{
   sWidth = 900;
   sHeight = 620;
   winLeft = (screen.width-sWidth)/2;
   winTop = (screen.height-sHeight)/2;
   sBar = "no";
   if ((screen.width < 900) || (screen.height < 900)) sBar = "yes";
   window.open( location ,"ForteGames","width="+sWidth+",height="+sHeight+",left="+winLeft+",top="+winTop+",directories=no,menubar=no,location=no,scrollbars="+sBar+",resizable=no,status=0");
}
function openwindowpok(location)
{
   sWidth = 770;
   sHeight = 755;
   winLeft = (screen.width-sWidth)/2;
   winTop = (screen.height-sHeight)/2;
   sBar = "no";
   if ((screen.width < 800) || (screen.height < 900)) { sBar = "yes"; sWidth = 780; }
   window.open( location ,"ForteGames","width="+sWidth+",height="+sHeight+",left="+winLeft+",top="+winTop+",directories=no,menubar=no,location=0,scrollbars="+sBar+",resizable=no,status=0;");
}
function openwindowbq(location)
{
   sWidth = 760;
   sHeight = 676;
   winLeft = (screen.width-sWidth)/2;
   winTop = (screen.height-sHeight)/2;
   sBar = "no";
   if ((screen.width < 815) || (screen.height < 900)) { sBar = "yes"; sWidth = 780; }
   window.open( location ,"ForteGames","width="+sWidth+",height="+sHeight+",left="+winLeft+",top="+winTop+",directories=no,menubar=no,location=0,scrollbars="+sBar+",resizable=no,status=0;");
}
function openwindownotst(sWidth,sHeight,location)
{
   winLeft = (screen.width-sWidth)/2;
   winTop = (screen.height-sHeight)/2;
   sBar = "no"; 
   window.open( location ,"ForteGames","width="+sWidth+",height="+sHeight+",left="+winLeft+",top="+winTop+",directories=no,menubar=no,location=0,scrollbars="+sBar+",resizable=no,status=0;");
}
function openstatwin(wWidth,wHeight,location)
{
   sWidth = wWidth;
   sHeight = wHeight;
   winLeft = (screen.width-sWidth)/2;
   winTop = (screen.height-sHeight)/2;
   window.open( location ,"Statics","width="+sWidth+",height="+sHeight+",left="+winLeft+",top="+winTop+",directories=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
}
function popupGetGame(gType)
{
   sWidth = 590;
   sHeight = 545;
   winLeft = (screen.width-sWidth)/2;
   winTop = (screen.height-sHeight)/2;
   sBar = "no";
   window.open( "http://www.fortegames.com/popupGetGame.php?gt="+gType ,"winGetGame","width="+sWidth+",height="+sHeight+",left="+winLeft+",top="+winTop+",directories=no,menubar=no,location=no,scrollbars="+sBar+",resizable=no,status=0");
}
function popupGetGamen(gType)
{
   sWidth = 680;
   sHeight = 550;
   winLeft = (screen.width-sWidth)/2;
   winTop = (screen.height-sHeight)/2;
   sBar = "no";
   window.open( "http://www.fortegames.com/fpopupGetGame.php?gt="+gType ,"winGetGame","width="+sWidth+",height="+sHeight+",left="+winLeft+",top="+winTop+",directories=no,menubar=no,location=no,scrollbars="+sBar+",resizable=no,status=0");
}
function openwindown(location)
{
   sWidth = 760;
   sHeight = 690;
   sBar = "no";
   if (screen.width <= 800) { sBar = "yes"; sWidth = 780; }
   if (screen.height <= 800) { sBar = "yes"; sWidth = 780; sHeight = 650; }
   if ( screen.width < sWidth) { sWidth = screen.width; }
   if ( screen.height < sHeight) { sHeight = screen.height-70; }
   winLeft = (screen.width-sWidth)/2;
   winTop = (screen.height-sHeight)/2-30;
   window.open( location ,"ForteGames","width="+sWidth+",height="+sHeight+",left="+winLeft+",top="+winTop+",directories=no,menubar=no,location=no,scrollbars="+sBar+",resizable=no,status=0");
}