function edit(id,arc,stile) {
   w=790;
   h=450;
   l=((screen.width-w)/2);
   t=((screen.height-h)/2);
   dimensioni="width="+w+",height="+h+",left="+l+",top="+t+",";
   parametri="directory=yes, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no, fullscreen=no";
   window.open("se-edit.asp?id="+id+"&arc="+arc+"&stile="+stile,"se",dimensioni+parametri);
}
function editnews(id,arc,stile) {
   w=790;
   h=450;
   l=((screen.width-w)/2);
   t=((screen.height-h)/2);
   dimensioni="width="+w+",height="+h+",left="+l+",top="+t+",";
   parametri="directory=yes, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no, fullscreen=no";
   window.open("se-edit.asp?id="+id+"&arc="+arc+"&stile="+stile,"se1",dimensioni+parametri);
}
function properties(id) {
   w=770;
   h=450;
   l=((screen.width-w)/2);
   t=((screen.height-h)/2);
   dimensioni="width="+w+",height="+h+",left="+l+",top="+t+",";
   parametri="directory=yes, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no, fullscreen=no";
   window.open("se-properties.asp?id="+id,"se",dimensioni+parametri);
}
function crea() {
   w=770;
   h=450;
   l=((screen.width-w)/2);
   t=((screen.height-h)/2);
   dimensioni="width="+w+",height="+h+",left="+l+",top="+t+",";
   parametri="directory=yes, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no, fullscreen=no";
   window.open("se-crea-pagina.asp?","se",dimensioni+parametri);
}
function news() {
   w=770;
   h=450;
   l=((screen.width-w)/2);
   t=((screen.height-h)/2);
   dimensioni="width="+w+",height="+h+",left="+l+",top="+t+",";
   parametri="directory=yes, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no, fullscreen=no";
   window.open("se-news.asp","se",dimensioni+parametri);
}
function menu(menu,parent) {
   w=770;
   h=450;
   l=((screen.width-w)/2);
   t=((screen.height-h)/2);
   dimensioni="width="+w+",height="+h+",left="+l+",top="+t+",";
   parametri="directory=yes, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no, fullscreen=no";
   window.open("se-menu.asp?menu="+menu+"&parent="+parent,"se",dimensioni+parametri);
}
function popup(url,w,h) {
   l=((screen.width-w)/2);
   t=((screen.height-h)/2);
   w=w-11;
   h=h-58;
   dimensioni="width="+w+",height="+h+",left="+l+",top="+t+",";
   parametri="directory=yes, location=no, menubar=no, resizable=no, scrollbars=no, status=no, toolbar=no, fullscreen=no";
   window.open(url,"sepopup",dimensioni+parametri);
}
function news_(pagina) {
   w=600;
   h=400;
   l=((screen.width-w)/2);
   t=((screen.height-h)/2);
   w=w-11;
   h=h-58;
   dimensioni="width="+w+",height="+h+",left="+l+",top="+t+",";
   parametri="directory=yes, location=no, menubar=no, resizable=no, scrollbars=yes, status=no, toolbar=no, fullscreen=no";
   window.open("se-news-archivio-view.asp?pagina="+pagina,"popnews",dimensioni+parametri);
}
function video(file,titolo,desc) {
   w=400;
   h=530;
   l=((screen.width-w)/2);
   t=((screen.height-h)/2);
   w=w-11;
   h=h-58;
   dimensioni="width="+w+",height="+h+",left="+l+",top="+t+",";
   parametri="directory=yes, location=no, menubar=no, resizable=no, scrollbars=no, status=no, toolbar=no, fullscreen=no";
   window.open("video.asp?file="+file+"&titolo="+titolo+"&desc="+desc,"popvideo",dimensioni+parametri);
}
