
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

//tmtC_winOpen
var articles;
//tmtC_winOpenEnd

function tmt_winOpen(u,id,f,df){
	if(eval(id)==null||eval(id+".closed")){
	eval(id+"=window.open('"+u+"','"+id+"','"+f+"')");eval(id+".focus()");}
	else if(df){eval(id+".focus()");}
	else{eval(id+"=window.open('"+u+"','"+id+"','"+f+"')");eval(id+".focus()");}
}
function msgNotYet()
  {alert("Coming soon.");
}

// USED TO LOCATE CORRECT NEWS ITEM
function PDetail(ar) {
	mywin = window.open("articleNoLogin.cfm?aid=" + ar,'DetailPopUp','menubar=1,resizable=1,scrollbars=1,width=500,height=500');
	mywin.focus();
}

function QDetail(ar) {
	mywin = window.open("http://java.riskpronet.com/riskProNet/servlet/ShowNewsletterArticle?id=" + ar,'DetailPopUp','menubar=1,resizable=1,scrollbars=1,width=500,height=500');
	mywin.focus();
}

function PRDetail(ar) {
	mywin = window.open("fileNoLogin.cfm?aid=" + ar,'DetailPopUp','menubar=1,resizable=1,scrollbars=1,width=500,height=500');
	mywin.focus();
}
