<!--

if (top.location != self.location) {
    top.location = self.location
}

function navigateTo(newLocation) {
var newURL = (newLocation)
        location.href = newURL;
}


document.writeln("<p>\n<table border='0' width='100%' align='center'>\n<tr>\n");

document.writeln("<td align='left' width='190'><a href='http://www.surrey.ac.uk'><img class='InLine' src='../images/surreylogo.gif' alt='University of Surrey' width='190' height='100' border='0' /></a></td>\n");

document.writeln("<td align='right'><img class='InLine' src='../images/address.gif' alt='IMPACT Group, Chemistry, University of Surrey, Guildford, Surrey, GU2 7XH, UK' width='300' height='100' border='0' />\n</td>\n</tr></table>");

document.writeln("<p style='text-align: center; color: #339900'>To navigate this site, select a page from the drop-down menus below</p>");

//-->
