aboutOff = new Image
aboutOn = new Image

installationOff = new Image
installationOn = new Image

useOff = new Image
useOn = new Image

toolsOff = new Image
toolsOn = new Image

tunerOff = new Image
tunerOn = new Image

backOff = new Image
backOn = new Image

contentsOff = new Image
contentsOn = new Image

searchOff = new Image
searchOn = new Image

nextOff = new Image
nextOn = new Image

logoOff = new Image
logoOn = new Image

aboutOff.src = "PageImages/about.gif"
aboutOn.src = "PageImages/aboutOn.gif"
installationOff.src = "PageImages/installation.gif"
installationOn.src = "PageImages/installationOn.gif"
useOff.src = "PageImages/use.gif"
useOn.src = "PageImages/useOn.gif"
toolsOff.src = "PageImages/tools.gif"
toolsOn.src = "PageImages/toolsOn.gif"
tunerOff.src = "PageImages/tuner.gif"
tunerOn.src = "PageImages/tunerOn.gif"
backOff.src = "PageImages/back.gif"
backOn.src = "PageImages/backOn.gif"
contentsOff.src = "PageImages/contents.gif"
contentsOn.src =  "PageImages/contentsOn.gif"
searchOff.src = "PageImages/search.gif"
searchOn.src = "PageImages/searchOn.gif"
nextOff.src = "PageImages/next.gif"
nextOn.src = "PageImages/nextOn.gif"
logoOff.src = "PageImages/LogoImage.gif"
logoOn.src = "PageImages/LogoOn.gif"
 
function Contents()
{
ContentsWindow = window.open('contents.html','contents','width=300,height=500,left=0,top=0,scrollbars=1');
ContentsWindow.window.focus();
}


function Search()
{
SearchWindow = window.open('search.html','search','width=300,height=500,left=0,top=0,scrollbars=1');
SearchWindow.window.focus();
}
