read_n=100
last_read_n=0
some=""
kw_n=0
end_read=false
timer=0
function read(this_){

for(i=last_read_n;i<=read_n;i++){

if(this[this_][i]!=null){
some+=space+this[this_][i]
}
space=" "

if(this[this_][i]==this["key_word"+kw_n] & (!end_read)){
image_div.innerHTML="<img id=\"i_div\" src=\""+this["image"+kw_n]+"\" style=\"position:relative; Z-INDEX: 900;cursor: pointer; VISIBILITY: visible;left:30;top:60\"  >"
image_title.innerHTML="<h1 id=\"imageTitle\" style=\"color:#9C7801;position:relative;cursor: pointer;top:50;left:20;fontSize:1;\" >"+this["key_word"+(kw_n)]+"<\/h1>"


kw_n++
end_read=true
}


}


end_read=false
space=""
text.innerHTML ="<h1 id=\"text_\" style=\"color:#9C7801;position:absolute;cursor: pointer;top:430;left:20;fontSize:1;\" ><a onclick=\"read('new_string')\">"+some+"  CLICK NEXT>"+"<\/h1>"
document.getElementById('text_').style.fontSize=18
some=""
last_read_n=read_n
read_n+=100
if(this[this_][last_read_n]==null){
if(key_word0!=""){
image_div.innerHTML="<img id=\"i_div\" src=\""+image0+"\" style=\"position:relative; Z-INDEX: 900;cursor: pointer; VISIBILITY: visible;left:30;top:60\"  >"
image_title.innerHTML="<h1 id=\"imageTitle\" style=\"color:#9C7801;position:relative;cursor: pointer;top:50;left:20;fontSize:1;\" >"+this["key_word"+(0)]+"<\/h1>"


}
last_read_n=0
read_n=100
kw_n=0
}

}








