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