<!--//
//Check browser name and version and assign info to variables//
var D6=window,Y7=document;
function B8()
{this.ver=navigator.appVersion;
this.agent=navigator.userAgent;
//Does this browser support standards-compliant version of Nav or IE?//
this.dom=Y7.getElementById?1:0;
//What browser is this?//
this.opera5=this.agent.indexOf("Opera 5")>-1?1:0;
this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0;
this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
this.ie4=(Y7.all && !this.dom && !this.opera5)?1:0;
this.ie=this.ie4||this.ie5||this.ie6;
this.mac=this.agent.indexOf("Mac")>-1?1:0;
this.ns6=(this.dom && parseInt(this.ver)>=5)?1:0;
this.ns4=(Y7.layers && !this.dom)?1:0;
this.bw=(this.ie6||this.ie5||this.ie4||this.ns4||this.ns6||this.opera5);
return this}
bw=new B8();
// Set up menu//
z=1;
b=1;
g="";
if(bw.opera5||bw.ns6){b=2};
if(bw.ie){g=" style='width: 100%'"}else{z=6}
mt=93; // menu bar top// 
ml=377; //menu bar left margin//
w=101; //width of each menu cell//
mh=16; //menu bar height//
mw=ml-w; //Left margin for menu choices//
k=1; //Controls whether menus are displayed vertically or horizontally//
mt=mt-z;
p="<a class='mi'"+g+" href='";q="' title='";r="\"; return true' onmouseout='window.status=\"\";return true'>";t="</a>";
a="' onmouseover='window.status=\"";
v="<div class=sp></div>"
m=new Array();n=new Array();s=new Array();sw=new Array();su=new Array();st=new Array()
m[0]='Home';n[0]='#';sw[0]=150;su[0]='Home';st[0]="";s[0]=""
+p+"http://www.upword.ca/index.html"+q+a+"Back To Main Page"+r+"Back To Main Page"+t
m[1]='Web Design';n[1]='#';sw[1]=150;su[1]='Web Design';st[1]="";s[1]=""
+p+"http://www.upword.ca/webdesign.htm"+q+a+"Web Design"+r+"Web Design"+t
m[2]='Documentation';n[2]='#';sw[2]=150;su[2]='Documentation';st[2]="";s[2]=""
+p+"http://www.upword.ca/user_guides.htm"+q+a+"User"+r+"User"+t
+p+"http://www.upword.ca/tech_support.htm"+q+a+"Technical"+r+"Technical"+t
+p+"http://www.upword.ca/software_docs.htm"+q+a+"Software"+r+"Software"+t
+p+"http://www.upword.ca/marketing.htm"+q+a+"Marketing"+r+"Marketing"+t
m[3]='Development';n[3]='#';sw[3]=150;su[3]='Development';st[3]="";s[3]=""
+p+"http://www.upword.ca/development.htm"+q+a+"Development"+r+"Development"+t
m[4]='About Us';n[4]='#';sw[4]=150;su[4]='About Us';st[4]="";s[4]=""
+p+"http://www.upword.ca/background.htm"+q+a+"Background"+r+"Background"+t
+p+"http://www.upword.ca/contact.htm"+q+a+"Contact Us"+r+"Contact Us"+t
ma=m.length

// Menus are displayed horizontally//
if (k==1) {mw2=ml-w;

//Displays menu choices//
for (i=0; i < ma; i++)
{document.write("<div id='sb"+i+"' class='mn' style='position: absolute; top:"+(mt+mh)+";left:"+(mw+=w+2)+";width:"+(sw[i]-b)+"' onmouseover='o["+i+"].showIt()' onmouseout='o["+i+"].hideIt()'>"+s[i]+"</div>")}

//Displays menu bar//
for (i=0; i < ma; i++)
{document.write("<div style='position: absolute; top:"+mt+";left:"+(mw2+=w+2)+";width:"+w+"' onmouseover='o["+i+"].showIt()' onmouseout='o["+i+"].hideIt()'><a class='bi'"+g+" href='"+n[i]+q+st[i]+a+su[i]+r+m[i]+t+"</div>")}}
else {mw2=mt-mh;mt2=mt-mh+2

//Menus are displayed vertically//
for (i=0; i < ma; i++)

//Menu choices//
{document.write("<div id='sb"+i+"' class='mn' style='position: absolute; top:"+(mt2+=(mh+1))+";left:"+(ml+w-10)+";width:"+sw[i]+"' onmouseover='o["+i+"].showIt()' onmouseout='o["+i+"].hideIt()'>"+s[i]+"</div>")}
for (i=0; i < ma; i++)
//Menu bar//
{document.write("<div style='position: absolute; top:"+(mw2+=(mh+1))+";left:"+ml+";width:"+w+"' onmouseover='o["+i+"].showIt()' onmouseout='o["+i+"].hideIt()'><a class='bi'"+g+" href='"+n[i]+q+st[i]+a+su[i]+r+m[i]+t+"</div>")}}
function lib_obj(obj,nest){nest=(!nest) ? "":'document.'+nest+'.';
this.evnt=bw.dom? document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+"document.layers." +obj):0;
this.css=bw.dom||bw.ie4?this.evnt.style:this.evnt;
this.ref=bw.dom||bw.ie4?document:this.css.document;
this.x=parseInt(this.css.left)||this.css.pixelLeft||this.evnt.offsetLeft||0;this.y=parseInt(this.css.top)||this.css.pixelTop||this.evnt.offsetTop||0;return this}
function lib_doc_size(){this.x=0;this.x2=bw.ie && document.body.offsetWidth-20||innerWidth||0;
this.y=0;this.y2=bw.ie && document.body.offsetHeight-5||innerHeight||0;this.x50=this.x2/2;this.y50=this.y2/2;return this;}
lib_obj.prototype.showIt = function(){this.css.visibility="visible"}
lib_obj.prototype.hideIt = function(){this.css.visibility="hidden"}
function libinit(){page=new lib_doc_size();
o=new Array();for (i=0; i < ma; i++){o[i]=new lib_obj('sb'+i);o[i].hideIt()}}
libinit()
//-->