function popup(mylink, windowname)
{
	if (! window.focus)return true;
	var href;
	if (typeof(mylink) == 'string')
	   href=mylink;
	else
	   href=mylink.href;
	   var base='http://heptothejive.com/portal/e107_plugins/flashmp3_menu/popup.php?';
	   url=base+href;
	window.open(url, windowname, 'width=410,height=300,scrollbars=yes,resizable=yes,menubar=no,toolbar=no');
	return false;
}
