function pop(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href, windowname, 'width=300,height=400,scrollbars=yes');
return false;
}

function MM_jumpMenu(targ,selObj,restore){ 
			eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
			if (restore) selObj.selectedIndex=0; }

			function open_subscribe(stURL) {
				w = 300;
				h = 400;
				proj = '300x400';
				arg = 'width='+w+',height='+h+',left=14,top=12,scrollbars=yes';
				popup = (document.layers) ? window.open(stURL, proj, arg) : window.open(stURL, proj, arg);
				popup.focus();	
			}