//Menu Rollover Function
function menu(img,att){
	document.getElementById(img).src = 'images/' + img + att + '.gif';
}
function smenu(img,att){
	document.getElementById(img).src = 'submenu/' + img + att + '.gif';
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}