function contactmen_showDetails(obj, nWidth, nHeight, bScrollbars, bToolbar)
{
	var nTop = screen.height/2 - nHeight/2;
	var nLeft = screen.width/2 - nWidth/2;

	window.open(obj.href, 'contactMen','top=' + nTop + ',left=' + nLeft + ',width=' + nWidth + ',height=' + nHeight + ',scrollbars=' + bScrollbars + ',toolbar=' + bToolbar);

	event.returnValue = false;	
}
