<!--  common code only: js1.3 or ECMA 262 compliant
self.name="eeo_parent";
var ss = "oth";
var dom = (document.getElementById) ? true : false;
var ns4 = (document.layers) ? true : false;
var ie = (document.all) ? true : false;
var ie4 = ie && !dom;
var mac = (navigator.appVersion.indexOf("Mac") != -1);
var ie4mac =  ie4 && mac;
var opera = (navigator.userAgent.indexOf("Opera")!=-1);
ss = (ns4|ie4mac) ? "oth" : (dom|opera|ie|mac) ? "dom" : "oth";
//alert(ss);
document.write('<link rel="stylesheet" href="/_css/satimgs/' + ss + '.css">');
var ww=500;
if (ns4) {
   origWidth = innerWidth;
   origHeight = innerHeight;
   onresize = "if(innerWidth!=origWidth||innerHeight!=origHeight) location.reload()";
 }



function getW() {
var w;
if(ns4) {
	w=innerWidth;
} else if( document.documentElement &&
    document.documentElement.clientWidth  ) {
    w = document.documentElement.clientWidth;
} else if (document.all) {
	w = document.body.offsetWidth;
} else if( document.body &&  document.body.clientWidth ) {
    w = document.body.clientWidth;
}

w=(w*9)/10;
ww = new String;
ww = '' + w;
var k;
if((k=ww.indexOf('.')) > 0 ) {
	ww = ww.substring(0,k);
}
return ww;

}


function getH() {
var h;
if(ns4) {
	h=innerHeight;
} else if( document.documentElement &&
    document.documentElement.clientWidth  ) {
    h = document.documentElement.clientHeight;
} else if (document.all) {
	h = document.body.offsetHeight;
} else if( document.body &&  document.body.clientHeight ) {
    h = document.body.clientHeight;
}
return h;

}


function ow(which) {

var par=window.open(which,"cr",'scrollbars=yes,resizable=yes,width=450,height=650');

}



// -->

