/* copyright Kiwi-Studio 2008 */ 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 (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+id).style.height=y-document.body.scrollTop; document.getElementById(name+id).style.padding=document.body.scrollTop+"px 0px 0px 0px"; document.getElementById(name+id).style.width='100%'; document.getElementById(name+"_"+id).style.width='100%'; document.getElementById(name+"_"+id).style.height=y; } else{ document.getElementById(name+id).style.height=y; document.getElementById(name+id).style.padding=document.body.scrollTop+20+"px 0px 0px 0px"; document.getElementById(name+id).style.width=x; document.getElementById(name+"_"+id).style.height=y; document.getElementById(name+"_"+id).style.width=x; } loadHTML('http://www.kildishova.ru//photo.php?photo='+id+'&name='+name,name+id); document.getElementById(name+id).style.display='block'; document.getElementById(name+"_"+id).style.display='block'; } function load(i2,id,t,cont){ loadHTML('http://www.kildishova.ru//newcont.php?type='+i2+'&id='+id+'&screenw='+screen.width+'&page='+t,cont); var p = document.getElementsByTagName ("DIV"); for (i=0; i((id+1)/4)) go_left();*/ } function r_book(id){ document.getElementById('book_'+id).className = "tdd_"; } function t_book(id){ if(id!=naubook) document.getElementById('book_'+id).className = "tdd"; } var marginleft=0; var step = 64; /*4*colmenu;*/ function go_left(){ if(marginleft<0){ marginleft = marginleft + step; var marginChange = new Fx.Style('movethis', 'margin-left', {duration:900}); marginChange.start(marginleft); } } function go_right(){ if(marginleft<=0 && marginleft>(-step*(colmenu-3))){ marginleft = marginleft - step; var marginChange = new Fx.Style('movethis', 'margin-left', {duration:900}); marginChange.start(marginleft); } } function next_slide(){ if(is_slide){ document.getElementById('st_st_sl').innerHTML = "stop slideshow"; } if(nauimg1){ k_img(nauimg); nauimg = nauimg-1; change_img(nauimg); } } function change_img(num){ window.open('http://www.kildishova.ru//'+type_gal+'/'+gal_alias+'/#Gallery-picture('+num+')', '_self'); var i = ""; if(num<100) i += "0"; if(num<10) i += "0"; i += num; document.getElementById('counter').innerHTML = i; } var is_slide = false; function st_slide(){ if(!is_slide){ slide_show_start(); document.getElementById('st_st_sl').innerHTML = "..."; }else{ slide_show_stop(); document.getElementById('st_st_sl').innerHTML = "start slideshow"; } } function slide_show_start(){ is_slide = true; i2_daemon = setInterval("next_slide()", 4000); } function slide_show_stop(){ clearInterval (i2_daemon); is_slide = false; } /*function go_to_this(new_stolb){ nau_stolb = -marginleft/step+1; marginleft = -new_stolb*step; var marginChange = new Fx.Style('movethis', 'margin-left', {duration:900*(new_stolb-nau_stolb)}); marginChange.start(marginleft); }*/