<!--

function popUp(url, props) {

var win = window.open(url,"popup",props);
win.focus();

}
// -->

