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

