function popup(url){
window.open(url,"","height=500,width=600,left=0,top=0,menubar=no,toolbar=no,location=no,scrolling=yes,status=yes,resizable=yes,scrollbars=yes")
};