function popup(name) {
F1 = window.open([name]+".php",[name],"width=410,height=300,left=100,top=100");
}