// JavaScript Document
function change(){ 
m=n; 
myText.filters["revealTrans"].Apply(); 
myText.filters["revealTrans"].Transition=23; 
myImge.src=imgno[m]; 
myText.filters["revealTrans"].Play(); 
n=n+1; 
if (n>=5){n=1;} 
timeID=setTimeout("change()",17000); 
} 

function picture(){
a=c;
myWord.filters["revealTrans"].Apply();
myWord.filters["revealTrans"].Transition=23;
myList.src=picno[a];
myWord.filters["revealTrans"].Play();
c=c+1;
if (c>=5){c=1;}
timeID=setTimeout("picture()",7000);
}

function photo(){
b=d;
div3.filters["revealTrans"].Apply();
div3.filters["revealTrans"].Transition=23;
myPhoto.src=bookno[b];
div3.filters["revealTrans"].Play();
d=d+1;
if (d>=5){d=1;}
timeID=setTimeout("photo()",11000);
}

function PopUp_Window(theURL,winName,features) {
  window.open(theURL,winName,features);
}