﻿function selectWin(source)
{
    newWin = window.open(source,'','height=800' + ',width=800' + ',top=50,left=125');
}	