<!-- hide from old browsers
function selectWin(source,h1,w1){
 newWin = window.open(source,'','height=' + h1 + ',width=' + w1 + ',top=210,left=102' + 'toolbar=no,scrollbars=no,resizable=no,location=no');
}
// stop hiding -->