var sendMsgTit;function openFriendsPanel(a,b){openShadowboxWin({mode:"ajax"},{url:"/_php/php/addToFriends.php?id_sogg="+a,title:"Friend",width:680,height:250});}function openSendMsgPanel(a,d,b,c){sendMsgTit=b;openShadowboxWin({mode:"ajax"},{url:"/_php/php/sendMsg.php?id_sogg="+a+"&param="+d+"&cnt="+c+"&tit="+b,title:b,width:680,height:250});}function sendMessageAct(a){param="&msg="+encodeURI(a.yourMessage.value);param+="&param="+encodeURI(a.param.value);param+="&invio=1";if(document.getElementById("nome2")){param+="&nome2="+encodeURI(document.getElementById("nome2").value);}if(document.getElementById("email2")){param+="&email2="+encodeURI(document.getElementById("email2").value);}openShadowboxWin({mode:"ajax"},{url:"/_php/php/sendMsg.php?id_sogg="+a.dest.value+param,title:sendMsgTit,width:680,height:380});}