function apri(valo){
setTimeout("window.open('apri.htm?valo='"+valo+"' ,'popup','width=10,height=10,location=yes,resizabl e=yes')",2000)
}

ciao