var NS4 = (document.layers) ? 1 : 0;
var IE4 = (document.all) ? 1 : 0;
var V6 = (document.getElementById) ? 1 : 0;

//Specify the marquee's marquee speed (larger is faster 1-10)
var marqueespeed=2;
//configure background color:
var marqueebgcolor="";
//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=1;
if(dir ==  null) var dir = "";

if (screen.width<=1000)
{ 
document.write("<link rel='STYLESHEET' href='" + dir + "800.css' type='text/css'>");
var topH=100;
var topW=800;
var menuW = 162;
var bottomSpace = 18;
var marqueewidth=550;
var marqueeheight=25;
var searchw=15;

}

else 
{
document.write("<link rel='STYLESHEET' href='" + dir + "1024.css' type='text/css'>");
var topH=100;
var topW=1020;
var menuW=200;
var bottomSpace = 20;
var marqueewidth=700;
var marqueeheight=35;
var searchw=24;
}
