// Original:  Bob Pearson and Leah Murray (bob@pagecraft.on.ca) -->
//Begin
//document.write('Your settings are ' + screen.width + ' x ' + screen.height + '');
if (screen.width <= 800) {
alert("This site is coded for higher resolution. Please, change your screen resolution to at least 1024 x 768");
document.write('<link rel="stylesheet" type="text/css" href="../script/1024.css">');
}
if (screen.width >= 1024) {
document.write('<link rel="stylesheet" type="text/css" href="../script/1024.css">');
}
//  End -->

