function bucuntactmahar(who)
{
	b1		= "bucubgmahar";
	b2		= "de";
	chez	= "(a)";
	adr 	= who + chez + b1 + "." + b2;
	return adr;
}

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