function openCalcWindow(){
    window.open('sunrise.htm','calculator',
    'width=520,height=640,left=60,top=60,scrollbars=yes');
}

