/************************************************
***** Copyright by Plumpy [ plumpy.da.ru ] ******
************************************************/

if (document.images) {
for (i=1; i<=10; i++)
{
eval("b"+i+" = new Image()");eval("b"+i+".src = '/images/menu/b"+i+".gif'");
eval("b"+i+"on = new Image()");eval("b"+i+"on.src = '/images/menu/b"+i+"on.gif'");
}
}



/************************************************************
************* That's all. Best regards, Plumpy **************
************************************************************/