<!--

//alert('hello');

/*----[ use as shown below]--------
this code is for the content pages in the projects/XXX directory's
ie:
 projects/00_or/or01.htm
 projects/01_rw/rw01.htm
 ..etc
----[end comments]----------*/

if ((document.layers) && (self.innerHeight == 0) && (self.innerWidth == 0)) // netscape is printing
void(0); // therefore don't redirect
else
 {if (!((parent.frames.length > 0) && (window.name=="mainFrame"))) top.location.href = "default.htm?"+pg_name;}


//function markerP()
//{
//if ((parent.frames.length != 0) && (parent.footer.myloaded))
//{parent.footer.indicator(marker);}
//else {setTimeout("markerP()",20)}
//}

//document.onLoad=markerP();

//-->

