function newWindow(url, name){
    aWindow = window.open(url, name, "width=690,height=640,left=650,top=200");
}



