<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
my_win = window.open(theURL,winName,features);
my_win.focus();
}
//-->