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);
}

function PopUpInfo(p_URL, p_Width, p_width)
{ 
	p_Args = "width=" + p_width + ", height=200, scrollbars=yes";

  	window.open(p_URL,'Info',p_Args); 
}
