function popUp(itm,W,H,scroll) {
	
	if (itm == 'speciale'){
	url = "../popup/elezioni";
	}

	myurl = url+".html";
	remote=window.open(myurl,itm,"width="+W+",height="+H+",left=20,top=100,directories=0,fullscreen=0,menubar=0,resizable=0,status=0,titlebar=0,toolbar=0,scrollbars="+scroll+"");
	remote.focus();
	}

	
function popRis() {


	myurl = "../login.html";
	remote=window.open(myurl,"login","width=330,height=212,left="+(screen.width-338)/2+",top="+(screen.height-240)/2+",directories=0,fullscreen=0,menubar=0,resizable=0,status=0,titlebar=0,toolbar=0,scrollbars=0");
	remote.focus();
	}

	

