<!--
		function popup2a(mylink, windowname)
		{
		if (! window.focus)return true;
				var href;
		if (typeof(mylink) == 'string')
   				href=mylink;
					else
   				href=mylink.href;
				window.open(href, windowname, 'width=540,height=460,scrollbars=yes,top=50,left=50');
		return false;
		}
//-->
