﻿function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,'top=0, left=0, '+features);
}

function doOver(x)
{
	x.bgColor='#EAEAEA';
}

function doOut(x)
{
	x.bgColor='';
}
