if (window!= top) {top.location.href=location.href;} // breakout of frames
var sw = screen.width;
if (sw <= 800)	{ var csspath = "defaultlow.css";}
else { var csspath = "defaulthigh.css";}
document.write('<link rel="stylesheet" type="text/css" href="'+csspath+'">');
