/* copyright WebGK 2007 */ function pishitepisma(whe, who) {window.open('mailto:'+who+'@'+whe, '_top')} function processStateChange(){ if (request.readyState == 4){ contentDiv = document.getElementById(dest); if (request.status == 200){ response = request.responseText; contentDiv.innerHTML = response; } else { contentDiv.innerHTML = "Error: "+request.status; } } } var request; var dest; function loadHTML(URL, destination){ dest = destination; if(window.XMLHttpRequest){ request = new XMLHttpRequest(); request.onreadystatechange = processStateChange; request.open("GET", URL, true); request.send(null); } else{ if (window.ActiveXObject) { request = new ActiveXObject("Microsoft.XMLHTTP"); if (!request) request = new ActiveXObject("MSxml2.XMLHTTP"); if (request) { request.onreadystatechange = processStateChange; request.open("GET", URL, true); request.send(); } } } } function show(name,id) { var x,y; var test1 = document.body.scrollHeight; var test2 = document.body.offsetHeight; if(name!="empty") /* chak моя канитель*/ { if (test1 > test2) { x = document.body.scrollWidth; y = document.body.scrollHeight; } else { x = document.body.offsetWidth; y = document.body.offsetHeight; } if(navigator.appName != "Microsoft Internet Explorer"){ document.getElementById(name).style.height=y-document.body.scrollTop; document.getElementById(name).style.padding=document.body.scrollTop+"px 0px 0px 0px"; document.getElementById(name).style.width='100%'; document.getElementById(name+"_").style.width='100%'; document.getElementById(name+"_").style.height=y; } else{ /*-------тут был я----------*/ document.getElementById('body').style.overflow='auto'; /**/ document.getElementById(name).style.height=y; document.getElementById(name).style.padding=document.body.scrollTop+20+"px 0px 0px 0px"; document.getElementById(name).style.width=x; document.getElementById(name+"_").style.height=y; document.getElementById(name+"_").style.width=x; } $('#'+name).load('photo.php?photo='+id+'&name='+name); document.getElementById(name).style.display='block'; document.getElementById(name+"_").style.display='block'; } } function load(i2,id,t,cont){ loadHTML('http://www.razooma.net//newcont.php?type='+i2+'&id='+id+'&screenw='+screen.width+'&page='+t,cont); var p = document.getElementsByTagName ("DIV"); for (i=0; i