<!--
function OW_openBrWindow(theUrl, winName, features){
secondWindow=window.open(theUrl, winName, features);
}

//-->