function openpopup(url){
    window.open(url,"AEDIPopup","menubar=0,resizable=0,scrollbars=1,width=650,height=600,location=0,status=0");
}