 function popnews(ord, idnews) {

 	url ="notizia.popup.php?idnews="+idnews+"&ord="+ord ;
	
	w0 =  545 ;
	h0 = 400 ;
	sbar = 0 ;
	
	topleft = pos_indw (w0,h0) ;	
	wim = window.open (url, "anteprima", "top="+topleft[1]+",left="+topleft[0]+",width="+w0+",height="+h0+",scrollbars="+sbar+",resizable=0") ;
	wim.focus() ;
	
 }
 
 function pos_indw (w,h) {

	postura = new Array() ;
	postura[0] = Math.round((screen.width - w)/2)	;
	postura[1] = Math.round((screen.height - h)/2) ;
	
	return postura ;

}

function nospam (user,domain) {

	location.href="mailto:"+user+"@"+domain ;

}


function attivaSWF(swfmovie) {

        if (document.all) {

                swfmovie.outerHTML = swfmovie.outerHTML ;
        }

}

function newplayer(url) {

        topleft = pos_indw (640,489) ;
        mplayer = window.open (url, "anteprima", "top="+topleft[1]+",left="+topleft[0]+",width=640,height=489,scrollbars=0,resizable=1") ;
        mplayer.focus() ;

}


function kakatvb() {

	location.href='mailto:kakatvb@qsvs.it' ;

}
