<!--

function MoreInfo(theURL,theWindow){
	var w = window.open(theURL,theWindow,"width=650,height=390,scrollbars=yes,resizable,status=no");
	w.focus();
      if (theWindow=="glossary") {
	  NS4 = (document.layers) ? 1 : 0;
	  IE4 = (document.all) ? 1 : 0;
	  if (NS4 || IE4) {w.moveBy(30,30);}
      };
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function setupDescriptions() {
var x = navigator.appVersion;
y = x.substring(0,4);
if (y>=4) setVariables();
}
var x,y,a,b;
function setVariables(){
if (navigator.appName == "Netscape") {
h=".left=";
v=".top=";
dS="document.";
sD="";
}
else 
{
h=".pixelLeft=";
v=".pixelTop=";
dS="";
sD=".style";
   }
}
var isNav = (navigator.appName.indexOf("Netscape") !=-1);
function popLayer(a){
desc = "<table cellpadding=3 border=1 bgcolor=F7F7F7><td>";

if (a==1) desc += "The JavaScript Source Home Page!";
if (a==2) desc += "Updates on all the latest scripts added to the site!";
if (a==3) desc += "Browser our Table of Contents page!";
if (a==4) desc += "Get JavaScript assistance in our JS forum!";
if (a==5) desc += "Get the answers to our commonly asked JS questions!";
if (a==6) desc += "<table width=100% cellpadding=2 cellspacing=0><TR><TD align=center class=menuroll></td></tr><TR><TD class=newsitem><LI><A href=http://career.kcdc.ca target=_blank>Northern Career Site</a></td></tr><TR><TD class=newsitem><LI><A href=http://diabetes.kcdc.ca target=_blank>Diabetes Close to Home</a></td></tr><TR><TD class=newsitem><LI><A href=http://www.edcentre.ca target=_blank>Edcentre.ca</a></td></tr><TR><TD class=newsitem><LI><A href=http://headwaters.kcdc.ca target=_blank>Headwaters Project</a></td></tr><TR><TD class=newsitem><LI><A href=http://www.kayas.ca target=_blank>Kayas Heritage Site</a></td></tr><TR><TD class=newsitem><LI><A href=http://www.kcdcebiz.ca target=_blank>KCDCEBIZ.ca</a></td></tr><TR><TD class=newsitem><LI><A href=http://native10.kcdc.ca target=_blank>Native Studies 10</a></td></tr></table>";
if (a==7) desc += "<table width=100% cellpadding=2 cellspacing=0><TR><TD class=newsitem><LI><A href=http://www.ourveryownsongs.ca target=_blank>Ourveryownsongs.ca</a></td></tr><TR><TD class=newsitem><LI><A href=http://www.kcdc.sk.ca/ei/ target=_blank>Education/Industry Partnership</a></td></tr><TR><TD class=newsitem><LI><A href=http://www.yowc.ca target=_blank>South Bay Youth Conference</a></td></tr><TR><TD class=newsitem><LI><A href=http://www.newnorthsask.ca target=_blank>New North</a></td></tr><TR><TD class=newsitem><LI><A href=http://www.athabascabasin.ca target=_blank>Athabasca Economic</a></td></tr><TR><TD class=newsitem><LI><A href=http://www.lrhotel.sk.ca target=_blank>La Ronge Motor Inn</a></td></tr><TR><TD class=newsitem><LI><A href=http://www.athabascaconstituency.ca target=_blank>Athabasca Constituency</a></td></tr><TR><TD class=newsitem><LI><A href=http://www.kikinahk.com target=_blank>Kikinahk Friendship Center</a></td></tr><TR><TD class=newsitem><LI><A href=http://www.garytinker.ca target=_blank>Gary Tinker Federation</a></td></tr></table>";
if (a==8) desc += "";

desc += "</td></table>";

if(isNav) {
document.object1.document.write(desc);
document.object1.document.close();
document.object1.left=x+25;
document.object1.top=y;
}
else {
object1.innerHTML=desc;
eval(dS+"object1"+sD+h+(x+25));
eval(dS+"object1"+sD+v+y);
   }
}
function hideLayer(a){
if(isNav) {
eval(document.object1.top=a);
}
else object1.innerHTML="";
}
function handlerMM(e){
x = (isNav) ? e.pageX : event.clientX;
y = (isNav) ? e.pageY : event.clientY;
}
if (isNav){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;


//-->
