<!--

function isIE() {
    if (navigator.appName.indexOf("Microsoft") != -1) return true;
    else return false;
}

function isNN() {
    if (navigator.appName.indexOf("Netscape") != -1) return true;
    else return false;
}


if (isIE()) {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="styles/astrapage-iestyle.css">');
}

else if(isNN()) {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="styles/astrapage-nnstyle.css">');
}

// -->
