var OK = false;
var nw=384
var nh=48
if (document.images) {
var OK = true;
p1 = new Image(nw,nh); 
p2 = new Image(nw,nh); 
p3 = new Image(nw,nh);

p10 = new Image(nw,nh); 
p10.src = "gifs/pica0.jpg";

p11 = new Image(nw,nh); 
p11.src = "gifs/pica1.jpg";

p20 = new Image(nw,nh); 
p20.src = "gifs/picb0.jpg";

p21 = new Image(nw,nh); 
p21.src = "gifs/picb1.jpg";

p30 = new Image(nw,nh); 
p30.src = "gifs/picc0.jpg";

p31 = new Image(nw,nh); 
p31.src = "gifs/picc1.jpg";

}
p1m = "Feature Articles from recent issues of Company Magazine";
p2m = "Items by Category from the Archives";
p3m = "Other Items";

