function new_window(url){
link = window.open(url, "Link", "width=400,height=400,status=0,left=50,top=30,scrollbars=1");
}