// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openMenu(obj) {
	obj.style.display = 'table';
}

function closeMenu(obj) {
	obj.style.display = 'none';
}

//function openMenu(obj) {
//if(obj.value == '')
//{
//	obj.style.display = 'table';
//	obj.value = 'off';
//}
//else
//{
//	obj.style.display = 'none';
//	obj.value = '';
//}
//}
