function big_pic(x_size,y_size,address,pic_id)
{
status_str='toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+x_size+',height='+y_size+',top=80,left=80';
win='win'+pic_id;
window.open('/php/big_pic.php?url='+address, win, status_str);
}
function smsonline(picurl)
{ 
 sowind=window.open('http://www.smsonline.ru/s/s.cgi?id=160'+
 '&c=75&f='+picurl, 'smsonline'+parseInt(Math.random()*10000),
 'width=780,height=560,status=1,resize=0');
 sowind.focus();
}
