<!--
// (C) 2001 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this header

var windowDoPop

function go(whichURL) {
    windowDoPop=window.open(whichURL[whichURL.selectedIndex].value,'doPop','toolbar=yes,location=yes,directories=ni,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=775,height=575');
    windowDoPop.focus();
}
//-->
