// <!-- 
{

// this is main navigation 
button1 = new Image;
button1.src = "images/buttons/tour.gif";

button2 = new Image;
button2.src = "images/buttons/demo.gif";

button3 = new Image;
button3.src = "images/buttons/contact.gif";


// this is main navigation rollover
button1on = new Image;
button1on.src = "images/buttons/tour_roll.gif";

button2on = new Image;
button2on.src = "images/buttons/demo_roll.gif";

button3on = new Image;
button3on.src = "images/buttons/contact_roll.gif";



// twitter and facebook
button10 = new Image;
button10.src = "images/arrow-black.gif";

button13 = new Image;
button13.src = "images/arrow-black.gif";


button11 = new Image;
button11.src = "images/icon-twitter.gif";

button12 = new Image;
button12.src = "images/icon-facebook.gif";

button14 = new Image;
button14.src = "images/icon-google-plus.gif";


// twitter and facebook rollover
button10on = new Image;
button10on.src = "images/arrow-black-roll.gif";

button13on = new Image;
button13on.src = "images/arrow-black-roll.gif";


button11on = new Image;
button11on.src = "images/icon-twitter-roll.gif";

button12on = new Image;
button12on.src = "images/icon-facebook-roll.gif";

button14on = new Image;
button14on.src = "images/icon-google-plus-roll.gif";


}
function imageChange(imageID,imageName,imageID2,imageName2) { 

{
document.images[imageID].src = eval(imageName + ".src");
}

}



// popup new window
function openit(sURL,scrolls,w,h,name){
var sNewURL;
sNewURL = sURL + "?id=" + Math.random();
newwindow=open(sNewURL,name,"scrollbars=" + scrolls +",toolbar=no,directories=no,menubar=no,resizable=no,status=yes,width=" + w + ",height=" + h);
newwindow.focus();
}


// contact
function contact(){
  var asdfadsg = 'con' + 'tact'; asdfadsg += '@'; asdfadsg += 'vert' + 'a' + 'base.c' + 'om';
  document.write( '<A HREF="mai' + 'lt' + 'o:' + asdfadsg + '"'); 
  document.write( '>' + asdfadsg + '</A>' );
}


function contact2(){
  var asdfadsg = 'con' + 'tact'; asdfadsg += '@'; asdfadsg += 'vert' + 'a' + 'base.c' + 'om';
  document.write( '<A HREF="mai' + 'lt' + 'o:' + asdfadsg + '?subject=Password retrieval test drive'); 
  document.write( '">' + asdfadsg + '</A>' );
}

function jason(){
  var asdfadsg = 'ma' + 'rk'; asdfadsg += '@'; asdfadsg += 'ver' + 'ta' + 'base.c' + 'om';
  document.write( '<A HREF="mai' + 'lt' + 'o:' + asdfadsg + '"'); 
  document.write( '>' + asdfadsg + '</A>' );
}

function blevy() {
var _u   = "mark";
var _d = "vertabase.com";
var _l   = _u + "@" + _d;
var _m = "contact us";
document.write("<a href='mailto:"+_l+"?subject=Access to Vertabase Demo'>"+_m+"</a>");
}
// -->
