if (document.images)
{
   home               = new Image();
   home.src           = "images/home.jpg";
   homedown           = new Image();
   homedown.src       = "images/home_over.jpg";

   printing                 = new Image();
   printing.src             = "images/printing.jpg";
   printingdown             = new Image();
   printingdown.src         = "images/printing_over.jpg";

   large              = new Image();
   large.src          = "images/large.jpg";
   largedown          = new Image();
   largedown.src      = "images/large_over.jpg";

   copy                  = new Image();
   copy.src              = "images/copy.jpg";
   copydown              = new Image();
   copydown.src          = "images/copy_over.jpg";
   
   layout               = new Image();
   layout.src           = "images/layout.jpg";
   layoutdown           = new Image();
   layoutdown.src       = "images/layout_over.jpg";


   binder               = new Image();
   binder.src           = "images/binder.jpg";
   binderdown           = new Image();
   binderdown.src       = "images/binder_over.jpg";
   
   
   mailing               = new Image();
   mailing.src           = "images/mailing.jpg";
   mailingdown           = new Image();
   mailingdown.src       = "images/mailing_over.jpg";
}

function buttondown(bname)
{
    if (document.images)
        document[bname].src = eval(bname + "down.src");
}

function buttonup(bname)
{
    if (document.images)
        document[bname].src = eval(bname + ".src");
}

function picpic()
{
number = Math.floor(Math.random()*9)
if (number==0)
document.write('<img src="images/bindery_iStock_000002794817Small.jpg" width="740" height="261" border="0">')
if (number==1)
document.write('<img src="images/fulfilment_iStock_000002347580Small.jpg" width="740" height="261" border="0">')
if (number==2)
document.write('<img src="images/graphic_design_iStock_000002194054Small.jpg" width="740" height="261" border="0">')
if (number==3)
document.write('<img src="images/large_format_printer_iStock_000001837862Small.jpg" width="740" height="261" border="0">')
if (number==4)
document.write('<img src="images/newspaper_iStock_000002150274Small.jpg" width="740" height="261" border="0">')
if (number==5)
document.write('<img src="images/paper_samples_iStock_000001607885Small.jpg" width="740" height="261" border="0">')
if (number==6)
document.write('<img src="images/pencil_and_pad_iStock_000002161236Small.jpg" width="740" height="261" border="0">')
if (number==7)
document.write('<img src="images/printers_swatches_iStock_000000398654Small.jpg" width="740" height="261" border="0">')
if (number==8)
document.write('<img src="images/printing_iStock_000000052680Small.jpg" width="740" height="261" border="0">')
}