// JavaScript Document
 

function openwindow3() {
    window.open(
        'popup_mystocks.htm'
        ,'mytestPop'
        ,"scrollbars=no,height=450,width=190"
    );
}

 
 
 
