//Скрипт отправки SMS. Copyright (с) sotamir.ru, 2007-2009. All rights reserved 

function sotamir_sms_m_o(address, name){
document.writeln("<a class='sotamir_sms_a1' href='"+address+"' onclick=\"window.open(this.href);  return false;\" onMouseDown=\"if (event.button==2||event.which==2||event.button==3||event.which==3) {this.href='';}else{this.href='"+address+"';}\" onMouseOver=\"window.status=''; return true;\" onMouseOut=\"window.status=''; return true;\";>"+name+"<\/a><br>");
}

function sotamir_sms_show_str(str_id) {
sotamir_sms_hide_div();
var qq=document.getElementsByTagName('div');
var arrid=new Array();
for(tmp in qq){ if(String(qq[tmp].id).search(/sotamir_sms_str_.*?/)!=-1){arrid[tmp]=qq[tmp].id;}; };
for(tmp in arrid){document.getElementById(arrid[tmp]).style.display = 'none';};

document.getElementById(str_id).style.display = 'block';
} 

function sotamir_sms_dcstr(str){var temp="",i,c=0,out="";l=str.length;while(c<=str.length-1){while(str.charAt(c)!='!')temp=temp+str.charAt(c++);c++;out=out+String.fromCharCode(temp);temp="";}document.write(out);}

function sotamir_sms_show_div(div_id) {
sotamir_sms_hide_div();
document.getElementById(div_id).style.display = 'block';
} 

function sotamir_sms_hide_div() {
var qq=document.getElementsByTagName('div');
var arrid=new Array();
for(tmp in qq){ if(String(qq[tmp].id).search(/sotamir_sms_div_.*?/)!=-1){arrid[tmp]=qq[tmp].id;}; };
for(tmp in arrid){document.getElementById(arrid[tmp]).style.display = 'none';};

} 
