function upperMenuMouse(x,z)
{
	
	document.getElementById(x).src = 'pictures/buttons/' + z + '.gif';
	
}

function upperMenuMouseBlog(x,z)
{
	
	document.getElementById(x).src = '../../../../pictures/buttons/' + z + '.gif';
	
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

