// Determine Screensize and load appropriate style sheet
<!-- Begin
if (screen.height >= 768 && screen.width >= 1024) {
document.write("<link href='styles/main1024.css' rel='stylesheet' type='text/css' />");
}
else {
if (screen.height == 600 && screen.width == 800) {
document.write("<link href='styles/main800.css' rel='stylesheet' type='text/css' />");
}
}
// End -->
