<!--


function doc_width() {
  var x=document.body.offsetWidth;
  if (x < 980) x=980; document.all.wholepage.style.width=x;
  document.all.wholepage.style.position='absolute';

//  divs=new Array (
//	document.getElementById('innerblock'),
//	document.getElementById('newscolumn'),
//	document.getElementById('dvdr2'),
//	document.getElementById('e')
//  );


//  if(divs[2] && divs[2].offsetTop < divs[1].offsetHeight){divs[3].style.height = 20+divs[1].offsetHeight-divs[2].offsetTop;};
}

if (document.all) {
//window.onload=doc_width;
window.onresize=doc_width;
}


function winopen(url,x,y) {
  var param = 'status=no,toolbar=no,menubar=no,location=no';
  if (x>0) {
    x+=100;
    x=500;
    param='width='+x+","+param;
  }
  if (y>0) {
    y=500;
    param='height='+y+","+param;
  }
  view_win=window.open(url,'photos',param);
}

var formshown=false;
function hideform() {
        if (formshown) {
                document.getElementById('login').style.display='none';
                document.getElementById('login_shadow').style.display='none';
                formshown=false;
        }
}

function showform() {
        if (!formshown) {
                document.getElementById('login').style.display='block';
                document.getElementById('login_shadow').style.display='block';
                setTimeout("formshown=true", 1000);
        }
}

function donthide() {
        formshown=false;
        setTimeout("formshown=true", 100);
}


function view_photo(a,b,c,d) {
var par='width='+b+',height='+c+',status=no,toolbar=no,menubar=no,location=no';
view_win=window.open('','photo',par);
if(d.length==0) d='Фотоархив';
view_win.document.write('<html><head><title>'+d+'</title></head>');
view_win.document.write('<body topmargin=0 marginheight=0 leftmargin=0 marginwidth=0 bgcolor=#ffffff>');
view_win.document.write('<img src="'+a+'" width='+b+' height='+c+' hspace=0 vspace=0 border=0 alt="'+d+'">');
view_win.document.write('</body></html>');
}

function escape1251(inp) {
 var tr=new Array('B','C','D','E','F');
 var out='', c='';
 for(var x=0; x<inp.length; x++) {
  c=escape(inp.charAt(x));
  out += (c=='%u0451') ? '%B8' : (c=='%u0401') ? '%A8' : (c.substring(0,4)=='%u04') ? '%'+tr[parseInt(c.charAt(4))]+c.charAt(5) : c;
 }
 return out;
}

function create_mail_ref(a) {
 a.href+='?subject='+escape1251(document.getElementById('titlediv')?'www.samara.ru: '+document.getElementById('titlediv').innerText:'Материал с www.samara.ru');
 var text=escape1251(document.getElementById('anonsdiv')?document.getElementById('anonsdiv').innerText+'\n':'');
 a.href+='&body=';
 if(text.length<4096-location.href.length) a.href+=text;
 a.href+=location.href;
}
// -->
