function URL()
{
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function www()
{
newwin = window.open('http://gg3d.com/news','news','height=350,width=230,left=0,top=0,nostatus ,scrollbars=yes');
}

function on_b(obj)
{
obj.style.backgroundColor='#E7E7E3';
obj.style.cursor='hand';
}

function off_b(obj)
{
obj.style.backgroundColor='#FFFFFF';
}

function cell_rollover(obj)
{
obj.style.backgroundColor='#DDDDDD';
obj.style.cursor='hand';
}

function cell_rolloff(obj)
{
obj.style.backgroundColor='#E6E6E6';
}

/*
NS4 = (document.layers);
IE4 = (document.all);

appVer = navigator.appVersion;
IEmac = (IE4 && appVer.indexOf("Mac") != -1);
IE4mac = (IEmac && appVer.indexOf("MSIE 4") != -1);
IE40mac = (IE4mac && appVer.indexOf("4.0;") != -1);
IE45mac = (IE4mac && appVer.indexOf("4.5;") != -1);
NSpre401 = (NS4 && (parseFloat(appVer) <= 4.01));
NSpre403 = (NS4 && (parseFloat(appVer) <= 4.03));
*/