// JavaScript Document
if (document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image3 = new Image;
image4 = new Image;
image5 = new Image;
image6 = new Image;
image7 = new Image;
image8 = new Image;
image9 = new Image;
image10 = new Image;
image11 = new Image;
image0.src = 'assets/logos-small/large/Casemir.jpg';
image1.src = 'assets/logos-small/large/Breathe-Logo_PMS.png';
image2.src = 'assets/logos-small/large/ConsultancyStore-Lrg.jpg';
image3.src = 'assets/logos-small/large/Home-Maintenance.jpg';
image4.src = 'assets/logos-small/large/IS-Group-CMYK.png';
image5.src = 'assets/logos-small/large/DrinkWorks-Lrg.jpg';
image6.src = 'assets/logos-small/large/Critical_Consulting-Lrg.jpg';
image7.src = 'assets/logos-small/large/Com-Com-Lrg.jpg';
image8.src = 'assets/logos-small/large/jewish_life.jpg';
image9.src = 'assets/logos-small/large/3FF-Lrg.jpg';
image10.src = 'assets/logos-small/large/HowardKennedy-Lrg.jpg';
image11.src = 'assets/logos-small/large/Technica-1.jpg';
} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';
image5 = '';
image6 = '';
image7 = '';
image8 = '';
image9 = '';
image10 = '';
image11 = '';
document.rollimg = '';
}
var cap = ['<span class=intro_para>Casemir Chocolates</span><br><span class=para>Brand identity, product and packaging design, marketing and promotional material.</span>',
'<span class=intro_para>Breathe Yoga</span></span><br><span class=para>Brand identity and marketing material.</span>',
'<span class=intro_para>Consultancy Store</span><br><span class=para>Brand identity, marketing material, website design, promotional material and exhibition stand graphics for direct sales and marketing consultancy.</span>',
'<span class=intro_para>Home Maintenance UK</span><br><span class=para>Brand identity, marketing material and direct mail.</span><br><br>',
'<span class=intro_para>IS Group</span><br><span class=para>Name Generation, brand identity, marketing material and quarterly newsletter for insurance, financial services and property firm.</span>',
'<span class=intro_para>Drinkworks</span><br><span class=para>Name Generation, brand identity, marketing material, advertising, signage and vehicle livery.</span>',
'<span class=intro_para>Critical Consulting</span><br><span class=para>Name Generation, brand identity and marketing material for a management consultancy firm specialising in the oil and gas sector.</span><br><br>',
'<span class=intro_para>Com-Com</span><br><span class=para>Name Generation, brand identity, marketing and support material for a computer service and support company.</span><br><br>',
'<span class=intro_para>Jewishlife</span><br><span class=para>Quarterly lifestyle magazine for UJIA, one of the UK`s largest Jewish charities.</span>',
'<span class=intro_para>3FF-Youth Division of the Three Faiths Forum</span><br><span class=para>Brand identity, brochure, website design promoting interfaith dialogue in the UK and abroad.</span>',
'<span class=intro_para>Howard Kennedy</span><br><span class=para>Brand implementation, marketing and promotional material for one of London\'\s top law firms.</span>',
'<span class=intro_para>Technica Solutions</span><br><span class=para>We were recently appointed to rebrand Technica Solutions. The brief was to communicate a slick, ultra-professional IT company run by down-to-earth, supportive, friendly people. The slickness is portrayed in the minimal and (mainly) monochrome design, while the text is informal and jargon-free.</span><br><br>'
];

function rollover(n) {
document.rollimg.src = window['image'+n].src;
document.getElementById('caption').innerHTML
 = cap[n];
}
