var aa = new Array();
aa[0]=new Image();aa[0].src="images/m0.gif";
aa[1]=new Image();aa[1].src="images/m1.gif";
aa[2]=new Image();aa[2].src="images/m2.gif";
aa[3]=new Image();aa[3].src="images/m3.gif";
aa[4]=new Image();aa[4].src="images/m4.gif";
aa[5]=new Image();aa[5].src="images/m5.gif";
aa[6]=new Image();aa[6].src="images/m6.gif";
aa[7]=new Image();aa[7].src="images/m7.gif";
aa[8]=new Image();aa[8].src="images/m8.gif";
aa[9]=new Image();aa[9].src="images/m9.gif";

function mo(){document.all.menu.style.cursor='hand'; window.status="Вернуться на главную"}
function mu(){document.all.menu.style.cursor=''; window.status="Литературно-художественный проект  Folio Verso"}
function cl(){history.back()}
function init(){
document.all.logo.children[0].onmouseover = mo;
document.all.logo.children[0].onmouseout = mu;
document.all.logo.children[0].onclick = cl}
window.onload = init;

