function PreloadImages(){
if(document.images) {
MenuI=new Array();MenuI[0]='/images/enie_arrow_a.gif';MenuI[1]='/images/enie_arrow.gif';MenuI[2]='/images/enie_mon_a.gif';MenuI[3]='/images/enie_mon.gif';MenuI[4]='/images/enie_tue_a.gif';MenuI[5]='/images/enie_tue.gif';MenuI[6]='/images/enie_wed_a.gif';MenuI[7]='/images/enie_wed.gif';MenuI[8]='/images/enie_thu_a.gif';MenuI[9]='/images/enie_thu.gif';MenuI[10]='/images/enie_fri_a.gif';MenuI[11]='/images/enie_fri.gif';ImagesM=new Array();
for(var i=0;i<MenuI.length;i++){ImagesM[i]=new Image();ImagesM[i].src=MenuI[i];}
Preloaded = true;
if(document.all){
Hand1.style.filter="Alpha(Opacity=50)";Hand2.style.filter="Alpha(Opacity=50)";Hand3.style.filter="Alpha(Opacity=50)";Hand4.style.filter="Alpha(Opacity=50)";Hand5.style.filter="Alpha(Opacity=50)";}}
return;}
Preloaded = false;
if(document.images) onload=PreloadImages;
function Sw(TheName, Index){
if(document.images && TheName && Preloaded){TheName.src=ImagesM[Index].src;}
return;}
function HandSw(TheName,Index,Hand,Opaque,DateVisible,TheVisibility){
if(document.images && TheName && Preloaded){TheName.src=ImagesM[Index].src;
if(document.all){Hand.style.filter="Alpha(Opacity="+Opaque+")";}else{Hand.style.filter="Alpha(Opacity="+Opaque+")";}
if(TheVisibility==1){DateFrame.style.visibility=DateVisible.style.visibility="visible";}else{DateFrame.style.visibility=DateVisible.style.visibility="hidden";}}
return;}

