// Main style sheets for CSS2 capable browsers
// Jscript by Frank

var swidth='0';
swidth=screen.width;

if ((swidth>799)&&(swidth<1024)){
document.write('<style type=\"text/css\" media=\"screen\">@import url( /textpattern/css.php?n=default ); </style>');
}
else
if ((swidth>1023)&&(swidth<1280)){
document.write('<style type=\"text/css\" media=\"screen\">@import url( /textpattern/css.php?n=1024 ); </style>');
}
else
if ((swidth>1279)&&(swidth<1440)){
document.write('<style type=\"text/css\" media=\"screen\">@import url( /textpattern/css.php?n=1280 ); </style>');
}
else
if (swidth>=1439){
document.write('<style type=\"text/css\" media=\"screen\">@import url( /textpattern/css.php?n=1440 ); </style>');
}
