     <!-- BELOW IS SCRIPT FOR POPUPS FOR RUN GLOSS OR WHATEVER -->

<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;http://runningtheroad.com/administrator/index2.php?option=com_content&sectionid=0&task=edit&hidemainmenu=1&id=258#
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=850,height=250,scrollbars=yes');
return false;
}
//-->

