function login() {
   w=400;
   h=300;
   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-login.asp","se",dimensioni+parametri);
}
function logout() {
   w=400;
   h=300;
   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-logout.asp","se",dimensioni+parametri);
}
function properties(pageid,editgrant) {
   w=1000;
   h=480;
   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?pageid="+pageid+"&editgrant="+editgrant,"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 menu(livello,sub1,sub2,sub3,sub4) {
   w=1000;
   h=500;
   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?livello="+livello+"&sub1="+sub1+"&sub2="+sub2+"&sub3="+sub3+"&sub4="+sub4,"se",dimensioni+parametri);
}
function pop(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() {
   w=900;
   h=650;
   l=((screen.width-w)/2);
   t=((screen.height-h-100)/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 news_elimina(id) {
   w=300-11;
   h=150-58;
   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=no, status=no, toolbar=no, fullscreen=no";
   window.open("se-news-elimina.asp?id="+id,"select",dimensioni+parametri);
}
function videoplayer(videoURL,W,H) {
	var so = new SWFObject( "playervideo.swf" , "main", W, H, "8", "#FFFFFF");
	so.addParam("quality", "hight");
	so.addParam("wmode", "transparent");
    so.addVariable("videoURL", videoURL);	
	so.write("flash-player");
}