topheight = 102
menuwidth = 150

var strTestServer;
var strSecureServer;
var strHomeServer;

//strServer = "http://www.cartax.co.uk/";
//strSecureServer = "https://www.cartax.co.uk/";
strServer = "/";
strSecureServer = "/";

arMenu1 = new Array(
menuwidth,
15,topheight,
"","",
"","",
"","",
"Welcome to Cartax",strServer,0,
"Cartax desktop software",strServer+"desktop/Home/default.asp",0
);

arMenu2 = new Array(
menuwidth,
73,topheight,
"","",
"","",
"","",
"Software suite",strServer+"desktop/products/default.asp",0,
"Software activation",strServer+"activation/default.asp",0
);

arMenu3 = new Array(
menuwidth,
148,topheight,
"","",
"","",
"","",
"Articles",strServer+"articles/default.asp",0
);

arMenu4 = new Array(
menuwidth,
216,topheight,
"","",
"","",
"","",
"General information",strServer+"contacts/contact_us.asp",0,
"Technical support",strServer+"contacts/Technical.asp",0
);

arMenu5 = new Array(
menuwidth,
292,topheight,
"","",
"","",
"","",
"Partners' Area",strSecureServer+"desktop/Partner/default.asp",0
);
