function DisplayPopup(url){
properties = "toolbar=0,location=0, resizable=0, scrollbars=1,height=490,width=615";
popupHandle = open(url, "", properties);
}
