
function groessenwahn()
{
 if (screen.width >= "1024")
 {
document.write("<link rel='stylesheet' href='css/schrift10.css' type='text/css'>");
document.write("<link rel='stylesheet' href='css/startposi10.css' type='text/css'>");
}
 if (screen.width >= "1280")
 {
document.write("<link rel='stylesheet' href='css/schrift12.css' type='text/css'>");
document.write("<link rel='stylesheet' href='css/startposi12.css' type='text/css'>");
}
}


function untergross()
{
 if (screen.width >= "1024")
 {
document.write("<link rel='stylesheet' href='../css/schrift10.css' type='text/css'>");
}
 if (screen.width >= "1280")
 {
document.write("<link rel='stylesheet' href='../css/schrift12.css' type='text/css'>");
}
}
