function pp(URL,w,h) {
var iTop=window.screen.height/2-h/2-10;
var iLeft=window.screen.width/2-w/2-10;
var size = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no" + ",left=" + iLeft + ",top=" + iTop + ",width=" + w + ",height=" + h;
popup = window.open(URL,"vedilogo",size);
popup.focus();
}
function popup() 
{ 
window.open('','pop','resizable=no,scrollbars=yes,width=300,height=300') 
} 

function pp(w,y) 
{ 
window.open('','popo',"resizable=no,scrollbars=yes,width="+ w +" ,height="+ y ) 
} 

defaultStatus = "NAVIGAVALLO.it - Il Portale del Vallo di Diano"

function home() {
if(document.all)
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://wwww.navigavallo.it');
}

function showimage() {
if (!document.images)
return
document.images.avatar.src='$nukeurl/images/forum/avatar/' + document.Register.user_avatar.options[document.Register.user_avatar.selectedIndex].value
}