
function MM_openBrWindow(theURL,winName,features) { //v2.0
if (features='0'){
	window.open(theURL,'_blank');
	}
	else
	{
  window.open(theURL,'_self');
	}
  return false;
}


