
var marker; // As the user alters the browser window's width the value for this variable is set in "set_marker_c.js".
marker=marker+309; // The value 309 is the distance between the left side of the main table and the start of the logo text.

//document.write('<span style="position:absolute; left:309px; top:22px; font-size:12px;color:#dd1111;font-weight:700; width:184px;text-align:center;"><a href="mailto:info@paulappleby.com" style="font-style:italic;font-size:15px;color:#dd1111;font-weight:600;text-decoration:none;">P A U L&nbsp;&nbsp;A P P L E B Y</a><br>4&nbsp;&nbsp;1&nbsp;&nbsp;6&nbsp;&nbsp;&nbsp;&nbsp;5&nbsp;&nbsp;3&nbsp;&nbsp;0&nbsp;&nbsp;-&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;7&nbsp;&nbsp;0</span>');

//document.write('<span style="position:absolute; left:'+marker+'; top:22px; font-size:12px;color:#dd1111;font-weight:700; width:184px;text-align:center;"><a href="mailto:info@paulappleby.com" style="font-style:italic;font-size:15px;color:#dd1111;font-weight:600;text-decoration:none;">P A U L&nbsp;&nbsp;A P P L E B Y</a><br>4&nbsp;&nbsp;1&nbsp;&nbsp;6&nbsp;&nbsp;&nbsp;&nbsp;5&nbsp;&nbsp;3&nbsp;&nbsp;0&nbsp;&nbsp;-&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;7&nbsp;&nbsp;0</span>');

//document.write('<span style="position:absolute; left:'+marker+'; top:22px; font-size:12px;color:#dd1111;font-weight:700; width:184px;text-align:center;cursor:default"><a href="#" onmouseover="killAll();show(\'mylogo_sub\');" onmouseout="hide(\'mylogo_sub\');" style="font-style:italic;font-size:15px;color:#dd1111;font-weight:600;text-decoration:none;cursor:default;">P A U L&nbsp;&nbsp;A P P L E B Y</a><br><a href="#" onmouseover="killAll();show(\'mylogo_sub\');" onmouseout="hide(\'mylogo_sub\');" style="font-style:normal;font-size:12px;color:#dd1111;font-weight:700;text-decoration:none;cursor:default;">4&nbsp;&nbsp;1&nbsp;&nbsp;6&nbsp;&nbsp;&nbsp;&nbsp;5&nbsp;&nbsp;3&nbsp;&nbsp;0&nbsp;&nbsp;-&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;7&nbsp;&nbsp;0</a></span>');

document.write('<span style="position:absolute; left:'+marker+'; top:22px; font-size:12px;color:#FFFFFF;font-weight:700; width:184px;text-align:center;cursor:default"><a href="#" onmouseover="killAll();show(\'mylogo_sub\');" onmouseout="hide(\'mylogo_sub\');" style="font-style:italic;font-size:15px;color:#FFFFFF;font-weight:600;text-decoration:none;cursor:default;">P A U L&nbsp;&nbsp;A P P L E B Y</a><br><a href="#" onmouseover="killAll();show(\'mylogo_sub\');" onmouseout="hide(\'mylogo_sub\');" style="font-style:normal;font-size:12px;color:#dd1111;font-weight:700;text-decoration:none;cursor:default;">4&nbsp;&nbsp;1&nbsp;&nbsp;6&nbsp;&nbsp;&nbsp;&nbsp;5&nbsp;&nbsp;3&nbsp;&nbsp;0&nbsp;&nbsp;-&nbsp;&nbsp;0&nbsp;&nbsp;0&nbsp;&nbsp;7&nbsp;&nbsp;0</a></span>');

