// Build imagehandler
var iwhat = new ImageHandler();
iwhat.root = "images/home_";
iwhat.extension = ".gif";
iwhat.labelstart = " {  ";
iwhat.labelend = "  } ";

// Contact and search
iwhat.add("what_print","print");
iwhat.add("what_tv","tv");
iwhat.add("what_design","design");
iwhat.add("what_web","web","interactive");
iwhat.add("what_direct","direct");
iwhat.add("what_radio","radio");
iwhat.add("what_clients","clients");
iwhat.add("what_capabilities","capabilities");


