<!--
function openBrWindow(theURL,winName,features) { //v2.0
var win;
win=window.open(theURL,winName,features);
win.setTimeout("window.close()",120000);
}
//-->
