function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=394,height=586,left = 315,top = 91');");
}

function popUpDim(URL, hSize, vSize) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+hSize+",height="+vSize+",left = 315,top = 91');");
}

function mailAB(){
 var a,b,c,d,e,f,g,h,i
 a='<a href=\"mai'
 b='alberto'
 c='\">'
 a+='lto:'
 b+='@'
 e='</a>'
 f=''
 b+='albertobortoluzzi.com'
 g='<img src=\"'
 h=''
 i='\" alt="Email us." border="0">'

 if (f) d=f
 else if (h) d=g+h+i
 else d=b

 document.write(a+b+c+d+e)
}