// JScript source code
function ascent(h)
{
	h.style.background = '#F5F4F3';
}

function decent(h)
{
	h.style.background = '#F9F7F7';
}

function MM_openBrWindow(theURL,winName,features) 
{ //v2.0
  window.open(theURL,winName,features);
}
