﻿
// JScript File

//SignUp Page
       active1Sign = new Image(26,26);
   active1Sign.src = "images/but1bSign.jpg";
     inactive1Sign = new Image(26,26);
 inactive1Sign.src = "images/but1aSign.jpg";


active2Sign = new Image(26,26);
 active2Sign.src = "images/but2bSign.jpg";
 inactive2Sign = new Image(26,26);
 inactive2Sign.src = "images/but2aSign.jpg";


       active3Sign = new Image(26,26);
   active3Sign.src = "images/but3bSign.jpg";
     inactive3Sign = new Image(26,26);
 inactive3Sign.src = "images/but3aSign.jpg";


active4Sign = new Image(26,26);
 active4Sign.src = "images/but4bSign.jpg";
 inactive4Sign = new Image(26,26);
 inactive4Sign.src = "images/but4aSign.jpg";


       active5Sign = new Image(26,26);
   active5Sign.src = "images/but5bSign.jpg";
     inactive5Sign = new Image(26,26);
 inactive5Sign.src = "images/but5aSign.jpg";


active6Sign = new Image(26,26);
 active6Sign.src = "images/but6bSign.jpg";
 inactive6Sign = new Image(26,26);
 inactive6Sign.src = "images/but6aSign.jpg";



// Support
       active1Support = new Image(26,26);
   active1Support.src = "images/but1bSupport.jpg";
     inactive1Support = new Image(26,26);
 inactive1Support.src = "images/but1aSupport.jpg";


active2Support = new Image(26,26);
 active2Support.src = "images/but2bSupport.jpg";
 inactive2Support = new Image(26,26);
 inactive2Support.src = "images/but2aSupport.jpg";



// Contact
       active1Contact = new Image(26,26);
   active1Contact.src = "images/but1bContact.jpg";
     inactive1Contact = new Image(26,26);
 inactive1Contact.src = "images/but1aContact.jpg";


active2Contact = new Image(26,26);
 active2Contact.src = "images/but2bContact.jpg";
 inactive2Contact = new Image(26,26);
 inactive2Contact.src = "images/but2aContact.jpg";






//Homepage
       active1Home = new Image(26,26);
   active1Home.src = "images/but1bHome.jpg";
     inactive1Home = new Image(26,26);
 inactive1Home.src = "images/but1aHome.jpg";


active2Home = new Image(26,26);
 active2Home.src = "images/but2bHome.jpg";
 inactive2Home = new Image(26,26);
 inactive2Home.src = "images/but2aHome.jpg";

active3Home = new Image(26,26);
 active3Home.src = "images/but3bHome.jpg";
 inactive3Home = new Image(26,26);
 inactive3Home.src = "images/but3aHome.jpg";
 
active4Home = new Image(26,26);
 active4Home.src = "images/but4bHome.jpg";
 inactive4Home = new Image(26,26);
 inactive4Home.src = "images/but4aHome.jpg";

active5Home = new Image(26,26);
 active5Home.src = "images/but5bHome.jpg";
 inactive5Home = new Image(26,26);
 inactive5Home.src = "images/but5aHome.jpg";

active6Home = new Image(26,26);
 active6Home.src = "images/but6bHome.jpg";
 inactive6Home = new Image(26,26);
 inactive6Home.src = "images/but6aHome.jpg";

active7Home = new Image(26,26);
 active7Home.src = "images/but7bHome.jpg";
 inactive7Home = new Image(26,26);
 inactive7Home.src = "images/but7aHome.jpg";



active1 = new Image(26,26);
 active1.src = "images/but1b.jpg";
 inactive1 = new Image(26,26);
 inactive1.src = "images/but1a.jpg";

active2 = new Image(26,26);
 active2.src = "images/but2b.jpg";
 inactive2 = new Image(26,26);
 inactive2.src = "images/but2a.jpg";

active3 = new Image(26,26);
 active3.src = "images/but3b.jpg";
 inactive3 = new Image(26,26);
 inactive3.src = "images/but3a.jpg";
 
active4 = new Image(26,26);
 active4.src = "images/but4b.jpg";
 inactive4 = new Image(26,26);
 inactive4.src = "images/but4a.jpg";

active5 = new Image(26,26);
 active5.src = "images/but5b.jpg";
 inactive5 = new Image(26,26);
 inactive5.src = "images/but5a.jpg";
 
active6 = new Image(26,26);
 active6.src = "images/but6b.jpg";
 inactive6 = new Image(26,26);
 inactive6.src = "images/but6a.jpg";

active7 = new Image(26,26);
 active7.src = "images/but7b.jpg";
 inactive7 = new Image(26,26);
 inactive7.src = "images/but7a.jpg";



//About Page
 active1About = new Image(26,26);
 active1About.src = "images/but1bAbout.jpg";
 inactive1About = new Image(26,26);
 inactive1About.src = "images/but1aAbout.jpg";

 active2About = new Image(26,26);
 active2About.src = "images/but2bAbout.jpg";
 inactive2About = new Image(26,26);
 inactive2About.src = "images/but2aAbout.jpg";

active3About = new Image(26,26);
 active3About.src = "images/but3bAbout.jpg";
 inactive3About = new Image(26,26);
 inactive3About.src = "images/but3aAbout.jpg";
 
active4About = new Image(26,26);
 active4About.src = "images/but4bAbout.jpg";
 inactive4About = new Image(26,26);
 inactive4About.src = "images/but4aAbout.jpg";

active5About = new Image(26,26);
 active5About.src = "images/but5bAbout.jpg";
 inactive5About = new Image(26,26);
 inactive5About.src = "images/but5aAbout.jpg";
 
 active6About = new Image(26,26);
 active6About.src = "images/but6bAbout.jpg";
 inactive6About = new Image(26,26);
 inactive6About.src = "images/but6aAbout.jpg";

 active7About = new Image(26,26);
 active7About.src = "images/but7bAbout.jpg";
 inactive7About = new Image(26,26);
 inactive7About.src = "images/but7aAbout.jpg";






function Navigate(id){
//alert(id)

if (id=="Contact"){
//alert("TBD")
  url = "ContactUs.aspx"
  window.location = url
}


if (id=="Support"){
 var scr_h = screen.availHeight-200;
  var scr_w = screen.availWidth-350;
  url = "Support.aspx"
  window.location = url
}

if (id=="About"){
  url = "AboutUs.aspx"
  window.location = url
  }


  
if (id=="Home"){
 var scr_h = screen.availHeight-200;
  var scr_w = screen.availWidth-350;
  url = "DrugInfoMain.aspx"
  window.location = url
  }


  
if (id=="steps"){
 var scr_h = screen.availHeight-200;
  var scr_w = screen.availWidth-350;
  url = "Steps.aspx"
  window.location = url
  }


if (id=="Testimonial"){
  url = "Testimonial.aspx"
  window.location = url
//  var RepLog = window.open(url, "RepLog", "fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,directories=no,location=no,width=" + scr_w + ",height=" + scr_h + ",left=250,top=200")
//  RepLog.focus()
  }
  
}


    