function MM_openBrWindow(theURL,winName,features) { file://v2.0
  window.open(theURL,winName,features);
}



/* for the region map */
var startzindex = '2';

function resetto(targetName)
{
	document.getElementById(targetName).style.zIndex = startzindex;
	startzindex++;
}