function changetext(whichcontent,ozets){
whichcontent='<p style="font-size:15px"><b>'+whichcontent+'</b></p><p style="font-size:13px">'+ozets+'...</p>'
if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions;
cross_el.innerHTML=''+whichcontent+'';
}
}
function changetext1(whichcontent,boyut){
whichcontent='<img src="'+whichcontent+'" width="'+boyut+'" height="'+boyut+'">'
if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptionsa"):document.all.descriptionsa;
cross_el.innerHTML=''+whichcontent+'';
}
}