var thumb1 = new Image;
var thumb2 = new Image;

var thumb1over = new Image;
var thumb2over = new Image;

guide1 = new Image;
guide2 = new Image;

guide1.src = "./images/nopic2guide1.gif";
guide2.src = "./images/nopic2guide2.gif";

thumb1.src = "./images/linkthumb.jpg";
thumb2.src = "./images/dloadthumb.jpg";

thumb1over.src = "./images/linkthumbover.jpg";
thumb2over.src = "./images/dloadthumbover.jpg";

infostring1 = "Links";
infostring2 = "Downloads";

infoleft1 = "390px";
infoleft2 = "350px";