var frameWidth = document.body.clientWidth;
var x = frameWidth/2

// this denotes the x position of the subnav layers
var pos = x-206

if (!document.layers) { onresize = reloadPage; }

if (!document.layers) {
origWidth = document.body.clientWidth;
origHeight = document.body.clientHeight;
}

function reloadPage() {
if (document.body.clientWidth != origWidth) {
location.reload(); }
}