function popup(url,width,height){

    window.open(url,"def","width="+width+",height="+height)

}