function javapopup(url){
mywindow = window.open(url,"mywindow","location=0,status=0,scrollbars=0,width=500,height=100");
mywindow.moveTo(0,0);
} 

