function openA(URL) {
 
 w=650; h=550;
 aWindow=window.open(URL,"Agreement","toolbar=no,width="+w+",height="+h+",status=no,scrollbars=yes,resize=no,menubars=no,top=100,left=300");
 
 }