// keep our own pages in our own frame
//if (parent.frames.length==0)
//window.location.replace("index.html")

//popup window

function openWindow(theURL,winName,winWidth,winHeight,features) {
  var w = (screen.width - winWidth)/2;
  var h = (screen.height - winHeight)/2 - 50;
  features = features+',width='+winWidth+',height='+winHeight+',top='+h+',left='+w;
  window.open(theURL,winName,features);
}

//Mouse Over tricks
var NN3 = false;
image1= new Image();
image1.src = "images/butt1a.jpg";
image1on = new Image();
image1on.src = "images/butt1b.jpg";
image2= new Image();
image2.src = "images/butt2a.jpg";
image2on = new Image();
image2on.src = "images/butt2b.jpg";
image3= new Image();
image3.src = "images/butt3a.jpg";
image3on = new Image();
image3on.src = "images/butt3b.jpg";
image4= new Image();
image4.src = "images/butt4a_home.jpg";
image4on = new Image();
image4on.src = "images/butt4b_home.jpg";
image5= new Image();
image5.src = "images/butt5a_home.jpg";
image5on = new Image();
image5on.src = "images/butt5b_home.jpg";
image6= new Image();
image6.src = "images/butt6a.jpg";
image6on = new Image();
image6on.src = "images/butt6b.jpg";
image7= new Image();
image7.src = "images/butt4a_marketing.jpg";
image7on = new Image();
image7on.src = "images/butt4b_marketing.jpg";
image8= new Image();
image8.src = "images/butt5a_marketing.jpg";
image8on = new Image();
image8on.src = "images/butt5b_marketing.jpg";
image9= new Image();
image9.src = "images/butt4a_portfolio.jpg";
image9on = new Image();
image9on.src = "images/butt4b_portfolio.jpg";
image10= new Image();
image10.src = "images/butt5a_portfolio.jpg";
image10on = new Image();
image10on.src = "images/butt5b_portfolio.jpg";
image11= new Image();
image11.src = "images/butt4a_payouts.jpg";
image11on = new Image();
image11on.src = "images/butt4b_payouts.jpg";
image12= new Image();
image12.src = "images/butt5a_payouts.jpg";
image12on = new Image();
image12on.src = "images/butt5b_payouts.jpg";
image13= new Image();
image13.src = "images/butt6a_payouts.jpg";
image13on = new Image();
image13on.src = "images/butt6b_payouts.jpg";
image14= new Image();
image14.src = "images/butt4a_support.jpg";
image14on = new Image();
image14on.src = "images/butt4b_support.jpg";
image15= new Image();
image15.src = "images/butt5a_support.jpg";
image15on = new Image();
image15on.src = "images/butt5b_support.jpg";
image16= new Image();
image16.src = "images/butt5a_signup.jpg";
image16on = new Image();
image16on.src = "images/butt5b_signup.jpg";
image17= new Image();
image17.src = "images/butt6a_signup.jpg";
image17on = new Image();
image17on.src = "images/butt6b_signup.jpg";
image18= new Image();
image18.src = "images/butt4a.jpg";
image18on = new Image();
image18on.src = "images/butt4b.jpg";

function on3(name)   {
        document[name].src = eval(name + "on.src");
}

function off3(name)  {
        document[name].src = eval(name + ".src");
}

NN3 = true;

function on(name)  {
        if (NN3) on3(name);
}

function off(name)  {
        if (NN3) off3(name);
}