function toggle()
			{
				for(i=0; i<arguments.length; i++) document.getElementById(arguments[i]).style.display = (document.getElementById(arguments[i]).style.display == 'block') ? 'none' : 'block';
			}

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