function alpha(obj,opacity){ obj.filters.alpha.opacity=opacity; }
function SET(path) {
doc = this.document;
doc.code.smile.value = '[IMG]'+path+'[/IMG]';
doc.code.smile.select();
if (doc.execCommand) {
doc.execCommand('copy');
}
document.all.buttons.innerHTML = "<button onMouseover=\"style.cursor='hand';\" class=but onClick=goMOB('" + path + "');>закачать в мобильник</button>&nbsp;&nbsp;&nbsp; <button onMouseover=\"style.cursor='hand';\" class=but onClick=ins2chat();>как вставлять смайлы в чат</button><br><br>";
document.all.tsmile.innerHTML = "<img src='" + path + "' border='0'>";
}
function goMOB(ppp) {
window.open('http://zz.smsonline.ru/s/zz.cgi?id=360&f='+escape(ppp),'sms'+parseInt(Math.random()*10000),'width=780,height=560,status=1,resize=0');
return false;
}
function ins2chat() {
window.open('/ins2chat.html','ins2chat','toolbar=0,width=400,height=500');
return false;
}

