function preload(){
var d=document;

/*-- Menu { --*/

d.mm11_on=new Image();
d.mm11_on.src='/templates/images/m11.gif';

d.mm12_on=new Image();
d.mm12_on.src='/templates/images/m12.gif';

d.mm21_on=new Image();
d.mm21_on.src='/templates/images/m21.gif';

d.mm22_on=new Image();
d.mm22_on.src='/templates/images/m22.gif';

d.mm31_on=new Image();
d.mm31_on.src='/templates/images/m31.gif';

d.mm32_on=new Image();
d.mm32_on.src='/templates/images/m32.gif';

d.mm41_on=new Image();
d.mm41_on.src='/templates/images/m41.gif';

d.mm42_on=new Image();
d.mm42_on.src='/templates/images/m42.gif';

/*-- } Menu --*/

flag = true;

}