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



