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

