/******************************
********Сделанно в ************
*****www.stroi-sait.com********
*******Copyright (C)***********
******Казаченков Денис*********
*********2006-2008*************
******************************/

waitimg = new Image(180,30)
loadimg = new Image(32,32)
waitimg.src = "images/vait.gif"
loadimg.src = "images/loader.gif"

function viev_load(){
sheight =  (document.documentElement.scrollTop+(screen.availHeight/2))-200
swidth = screen.availWidth / 2 - 100
document.getElementById("wait").innerHTML = "<DIV ID = 'wait' Style = 'position:absolute; left:" + swidth + "px; top:" + sheight + "px; width:200px; height:100px; background-color:white; z-index:1'><table border=1 bordercolor=black width=100% height=100%><tr><td><center><img src=" + waitimg.src + " border=0><br><img src=" + loadimg.src + "></center></td></tr></table></DIV>";
}

function edit_pass(){
  a = document.getElementById('ed_p').style;
  a.display = 'inline';
}
function edit_avatar(){
  a = document.getElementById('ed_avatar').style;
  a.display = 'inline';
}
