
function openpopup1()
{
var popurl="examination.html"
winpops=window.open(popurl,"","width=600,height=500,scrollbars,resizable,")
}

function openpopup2()
{
var popurl="resolution.html"
winpops=window.open(popurl,"","width=850,height=700,scrollbars,resizable,")
}

function openpopup3()
{
var popurl="resolution2.html"
winpops=window.open(popurl,"","width=850,height=700,scrollbars,resizable,")
}

if (document.images)
   {
     pic1on= new Image(65,25);
     pic1on.src="graphics/buttons/homea.jpg";  
     pic2on= new Image(80,25); 
     pic2on.src="graphics/buttons/samplesa.jpg"; 
     pic3on= new Image(60,25);
     pic3on.src="graphics/buttons/dvdsa.jpg";  
     pic4on= new Image(103,25);
     pic4on.src="graphics/buttons/buytokensa.jpg";  
     pic5on= new Image(131,25);
     pic5on.src="graphics/buttons/downloadareaa.jpg";  
     pic6on= new Image(144,25);
     pic6on.src="graphics/buttons/servicea.jpg";  
     pic7on= new Image(270,68);
     pic7on.src="graphics/buttons/creditcarda.jpg"; 
     pic8on= new Image(257,68);
     pic8on.src="graphics/buttons/onlinechecka.jpg"; 
     pic9on= new Image(271,68);
     pic9on.src="graphics/buttons/paybymaila.jpg"; 
     picaon= new Image(240,55);
     picaon.src="graphics/buttons/faqa.jpg";  
     picbon= new Image(240,55);
     picbon.src="graphics/buttons/contactusa.jpg";  
     piccon= new Image(240,55);
     piccon.src="graphics/buttons/feedbacka.jpg";  
     picdon= new Image(240,55);
     picdon.src="graphics/buttons/privacypolicya.jpg";  
     piceon= new Image(53,25);
     piceon.src="graphics/main/starcentera.jpg";  
     picfon= new Image(240,55);
     picfon.src="graphics/downloadhelp/navigatea.jpg";  
     picgon= new Image(240,55);
     picgon.src="graphics/downloadhelp/buya.jpg";  
     pichon= new Image(240,55);
     pichon.src="graphics/downloadhelp/downloada.jpg";  
     picion= new Image(240,55);
     picion.src="graphics/downloadhelp/viewa.jpg";  
     picxon= new Image(250,56);
     picxon.src="graphics/buttons/bottombacka.jpg";  
     picyon= new Image(250,56);
     picyon.src="graphics/buttons/bottombuytokensa.jpg";  
     piczon= new Image(250,56);
     piczon.src="graphics/buttons/bottommorea.jpg";  

     
     pic1off= new Image(65,25);
     pic1off.src="graphics/buttons/home.jpg";
     pic2off= new Image(80,25);
     pic2off.src="graphics/buttons/samples.jpg";    
     pic3off= new Image(60,25);
     pic3off.src="graphics/buttons/dvds.jpg";
     pic4off= new Image(103,25);
     pic4off.src="graphics/buttons/buytokens.jpg";
     pic5off= new Image(131,25);
     pic5off.src="graphics/buttons/downloadarea.jpg";
     pic6off= new Image(144,25);
     pic6off.src="graphics/buttons/service.jpg";
     pic7off= new Image(270,68);
     pic7off.src="graphics/buttons/creditcard.jpg"; 
     pic8off= new Image(257,68);
     pic8off.src="graphics/buttons/onlinecheck.jpg"; 
     pic9off= new Image(271,68);
     pic9off.src="graphics/buttons/paybymail.jpg"; 
     picaoff= new Image(240,55);
     picaoff.src="graphics/buttons/faq.jpg";
     picboff= new Image(240,55);
     picboff.src="graphics/buttons/contactus.jpg";
     piccoff= new Image(240,55);
     piccoff.src="graphics/buttons/feedback.jpg";
     picdoff= new Image(240,55);
     picdoff.src="graphics/buttons/privacypolicy.jpg";
     piceoff= new Image(53,25);
     piceoff.src="graphics/main/starcenter.jpg";
     picfoff= new Image(240,55);
     picfoff.src="graphics/downloadhelp/navigate.jpg";
     picgoff= new Image(240,55);
     picgoff.src="graphics/downloadhelp/buy.jpg";
     pichoff= new Image(240,55);
     pichoff.src="graphics/downloadhelp/download.jpg";
     picioff= new Image(240,55);
     picioff.src="graphics/downloadhelp/view.jpg";
     picxoff= new Image(250,56);
     picxoff.src="graphics/buttons/bottomback.jpg";
     picyoff= new Image(250,56);
     picyoff.src="graphics/buttons/bottombuytokens.jpg";
     piczoff= new Image(250,56);
     piczoff.src="graphics/buttons/bottommore.jpg";
   }

function lightup(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }
