var px1 = '';
var px2 = '';
var px2a = '';
var px3 = '';
var px3a = '';
var px4 = '';
var px5 = '';
var px6 = '';
var px7 = '';
var px7a = '';
var px8 = '';
var px9 = '';
var px10 = '';
var pxx = '';
if (document.title.substring(0, 15) == 'Weather Station') {
px1 = '
Introduction';
px2 = 'Temperature & Humidity';
px2a = 'Stevenson Screen';
px3 = 'Windspeed';
px3a = 'Wind Direction';
px4 = 'The Rain Gauge';
px5 = 'The Outdoor Electronics';
px6 = 'The Indoor Unit';
px7 = 'The Outdoor Code';
px7a = 'The Rain Gauge Code';
px8 = 'The Indoor Code';
px9 = 'The PC Software';
px10 = 'Credits & References';
pxx = '';
}
var hf = '';
var theDate=new Date();
y =(theDate.getFullYear());
var a = new Array(
hf,
'',
//'

',
//'

',
hf,
'Home',
'
',
'
',
hf,
'The Wirral Peninsula',
'',
'- Wirral contents page
',
'
- Weather Station Data<\/a>
',
'
- Outdoor Air Quality (PM10 & PM2.5)<\/a>
',
'
- Indoor Air Quality (PM10 & PM2.5)<\/a>
',
'
- Cameras (Experimental)<\/a>
',
//'
- Live Stream - Magpie Nest Building (Experimental)<\/a>
',
'
- Map',
'
- History',
'
- Photographs',
'
- Photo Quiz',
'
- Wirral\'s streams',
'
',
'
',
hf,
'Amateur Radio & Electronics',
'',
'- Main contents page
',
'
- ARDUINO - Projects & Notes
',
'
- Variable DC Bench PSU
',
'
- AVR In-System Programmer
',
pxx,
'
- PICAXE Weather Station',
'
',
px1,
px2,
px2a,
px3,
px3a,
px4,
px5,
px6,
px7,
px7a,
px8,
px9,
px10,
'<\/ul>',
pxx,
'- PICAXE Video Switcher',
'
- PICAXE Miscellaneous stuff
',
'
- Resetting the Fairmate HP-2000',
'
- Beginner\'s Project',
'
- Cure TV Interference',
'
- JavaScript Calculators',
'
- A temperature-controlled fan for the Humax',
'
- Inside the Digihome PVR80',
'<\/ul>',
'
',
hf,
'Webcams and Video cams<\/b>',
'',
'',
'',
'',
'
',
hf,
'How to set up video cams',
'',
'
',
hf,
'Windows Software Downloads',
'',
'
',
hf,
'Delphi Programming',
'',
'
',
hf,
'Miscellaneous & Temporary Stuff',
'',
'
',
hf,
'About this site',
'',
'
',
'© 1996 - ' + y + ' vwlowen.co.uk');
function nav(r, n) {
for (var i = 0; i < a.length; i++){
var text = a[i];
text = text.replace(/%/,'http://vwlowen.co.uk/');
if (text.indexOf('>'+n+'<', 6) > 0) {
document.write('- ' + n + '
');
} else
document.write(text);
}
}
function cur(t) {
t.style.cursor = "url(images/plus1.cur), auto";
}