/*
Copyright (c) 2005-2007 TeamF1, Inc.
All rights reserved.
*/

var helpwindow;
function help(url)
{
helpwindow=window.open(url,'name','height=350,width=470,left=250,top=250,resizable=no,scrollbars=yes,toolbar=no,status=no');
if (window.focus) {helpwindow.focus()}
}
var statuswindow;
function status(url)
{
statuswindow=window.open(url,'name','height=250,width=470,left=250,top=250,resizable=no,scrollbars=yes,toolbar=no,status=no');
if (window.focus) {statuswindow.focus()}
}
function subMenuChange(menuItemId)
{
identity=document.getElementById(menuItemId);
identity.className="menu2";
}