<html> <head> <!-- Server: ECOMWA1 --> <meta name="Robots" content="NoIndex,NoFollow"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <style type="TEXT/CSS"> <!--A:hover { Color : black; Text-Decoration : Underline; } BODY, TABLE, DIV {font-size: 9pt;font-family: Arial;color: #6495ed; } LI {line-height: 13.5pt; } .BodyFontLarge {font-size: 12pt;font-family: Arial;color: #000099; } .BodyFontSmall {font-size: 7pt;font-family: Arial;color: #000099; } // .style2 {font-size: 10pt} --> </style> </head> <?xml version="1.0" encoding="utf-16"?> <HTML> <HEAD><TITLE>Presentation supplies at worklifehome including cameras, av trollies, rail systems, display panels and accessories, flipchart easels, projection screens, ohp, video presenters, lcd projectors, lcd panels, copyboards and more</TITLE> <meta name="Robots" content="NoIndex,NoFollow" xmlns:myObj="urn:myObj"></meta> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> </META> <STYLE> .storeuserData {behavior:url(#default#userData);} </STYLE> <script language="javascript" xmlns:myObj="urn:myObj"> function ImageMouseOver(elem) { elem.src = elem.overURL; } function ImageMouseOut(elem) { elem.src = elem.srcURL; } function SubmitSearch(inputID) { var searchForm = document.all(inputID); if (ValidateSearch(searchForm)) searchForm.submit(); } function ValidateSearch(searchForm) { var i; for (i = 0; Math.min(i, searchForm.elements.length - 1) == i; i++) { var oElement = searchForm.elements[i]; if ("hidden" == oElement.type) { var oDependedCheckBox = document.all("check_"+oElement.name); if (null != oDependedCheckBox) { if (oDependedCheckBox.checked) { oElement.value = "on"; } else { oElement.value = ""; } } } }