 var content=new Array()
//change the array
content[0]='<br>· <a href="http://www.multfilmy.ru">новости</a> · <a href="http://www.multfilmy.ru/afisha.shtml">афиша</a> · <a href="http://www.multfilmy.ru/kon2007.shtml">концерты [фотоотчеты]</a> ·'
content[1]='<br>· <a href="http://www.multfilmy.ru/group.shtml">персонажи</a> · <a href="http://www.multfilmy.ru/photo.shtml">снимки</a> · <a href="http://www.multfilmy.ru/history.shtml">сценарий</a> · <a href="http://www.multfilmy.ru/daty.shtml">даты</a> ·'
content[2]='<br>·<a href="http://www.multfilmy.ru/diski.shtml">пластинки</a> · <a href="http://www.multfilmy.ru/music.shtml">звуки</a> · <a href="http://www.multfilmy.ru/texts.shtml">тексты[аккорды]</a> · <a href="http://www.multfilmy.ru/live.shtml">live</a> · '
content[3]='<br>· <a href="http://www.multfilmy.ru/clips.shtml">клипы</a> · <a href="http://www.multfilmy.ru/pressa.shtml">пресса</a> · <a href="http://www.multfilmy.ru/spletni.shtml">байки</a> · <a href="http://www.multfilmy.ru/onl.shtml">крупным планом</a> ·'
content[4]='<br>· <a href="http://www.multfilmy.ru/gesta/gesta.php">mf-гостевая</a> · <a href="http://www.multfilmy.ru/chat" target="_blank">mf-чат</a> · <a href="http://www.multfilmy.ru/mffaq/mffaq.shtml">mf-faq</a> ·'
content[5]='<br>· <a href="http://www.multfilmy.ru/mffiles.shtml">mf-files</a> · <a href="http://www.multfilmy.ru/links.shtml">линки</a> ·  <a href="http://www.multfilmy.ru/vote.shtml">голосования</a> ·'
content[6]='<br>· <a href="http://www.multfilmy.ru/fanclub.shtml">фанклуб</a> · <a href="http://www.multfilmy.ru/fanfiction.shtml">fan-fiction</a> · <a href="http://www.multfilmy.ru/tvorchestvo.shtml">каляки-маляки</a>  ·  '
content[7]='<br>· <a href="http://www.multfilmy.ru/contact.shtml">конт@кты</a> · <a href="http://www.multfilmy.ru/org.shtml">организация концертов</a> · '
content[8]='<br> меню'
content[9]='<br><b><small>www.multfilmy.ru</small></b>'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function alphaplus(){
  if (cross_el.filters.alpha.opacity<100) cross_el.filters.alpha.opacity+=10;
  else clearInterval(inter);
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<font face="Tahoma" color="#006A9D"><b>'+whichcontent+'</b></font>'
cross_el.style.cssText="width:295;filter:alpha;";
cross_el.filters.alpha.opacity=0;
if (window.inter) clearInterval(inter);
inter = setInterval("alphaplus()", 1);
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="Tahoma">'+whichcontent+'</font>')
document.d1.document.d2.document.close()
}


}
function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2
