<!--
function mmLoadMenus() {
  if (window.mnuWelcome) return;

window.mnuWelcome = new Menu("root",160,18,"Verdana, Arial, Helvetica, sans-serif",10,"890000","#FFFFFF","#FBFDE8","#890000","left","middle",4,1,1000,-5,7,true,true,true,0,false,true);
  mnuWelcome.addMenuItem("introduction","location='index.html'");
  mnuWelcome.addMenuItem("program&nbsp;outline","location='outline.html'");
  mnuWelcome.hideOnMouseOut=true;
   mnuWelcome.bgColor='#FBFDE8';
   mnuWelcome.menuBorder=1;
   mnuWelcome.menuLiteBgColor='#FBFDE8';
   mnuWelcome.menuBorderBgColor='#890000';
   
window.mnuPolicies = new Menu("root",160,18,"Verdana, Arial, Helvetica, sans-serif",10,"#890000","#FFFFFF","#FBFDE8","#890000","left","middle",4,1,1000,-5,7,true,true,true,0,false,true);
  mnuPolicies.addMenuItem("rules&nbsp;and&nbsp;regulations","location='policy1.html'");
  mnuPolicies.addMenuItem("penalties","location='policy2.html'");
   mnuPolicies.hideOnMouseOut=true;
   mnuPolicies.bgColor='#FBFDE8';
   mnuPolicies.menuBorder=1;
   mnuPolicies.menuLiteBgColor='#FBFDE8';
   mnuPolicies.menuBorderBgColor='#890000';
   
window.mnuSources = new Menu("root",160,18,"Verdana, Arial, Helvetica, sans-serif",10,"#890000","#FFFFFF","#FBFDE8","#890000","left","middle",4,1,1000,-5,7,true,true,true,0,false,true);
  mnuSources.addMenuItem("being&nbsp;frugal","location='source.html'");
  mnuSources.addMenuItem("idea&nbsp;ownership","location='source1.html'");
 mnuSources.hideOnMouseOut=true;
   mnuSources.bgColor='#FBFDE8';
   mnuSources.menuBorder=1;
   mnuSources.menuLiteBgColor='#FBFDE8';
   mnuSources.menuBorderBgColor='#890000';
   
window.mnuCiting = new Menu("root",160,16,"Verdana, Arial, Helvetica, sans-serif",10,"#890000","#FFFFFF","#FBFDE8","#890000","left","middle",3,0,1000,-5,7,true,true,true,0,false,true);
  mnuCiting.addMenuItem("when&nbsp;to&nbsp;cite","location='cite.html'");
  mnuCiting.addMenuItem("when&nbsp;not&nbsp;to&nbsp;cite","location='cite1.html'");
   mnuCiting.hideOnMouseOut=true;
   mnuCiting.bgColor='#FBFDE8';
   mnuCiting.menuBorder=1;
   mnuCiting.menuLiteBgColor='#FBFDE8';
   mnuCiting.menuBorderBgColor='#890000';
   
window.mnuMisuse = new Menu("root",160,16,"Verdana, Arial, Helvetica, sans-serif",10,"#890000","#FFFFFF","#FBFDE8","#890000","left","middle",3,0,1000,-5,7,true,true,true,0,false,true);
  mnuMisuse.addMenuItem("direct&nbsp;quotations","location='mis.html'");
   mnuMisuse.addMenuItem("paraphrasing&nbsp;and&nbsp;summarizing","location='mis1.html'");
  mnuMisuse.addMenuItem("other&nbsp;misuses&nbsp;of&nbsp;sources","location='mis2.html'");
   mnuMisuse.addMenuItem("problems&nbsp;with&nbsp;e-sources","location='mis3.html'");
  mnuMisuse.hideOnMouseOut=true;
   mnuMisuse.bgColor='#FBFDE8';
   mnuMisuse.menuBorder=1;
   mnuMisuse.menuLiteBgColor='#FBFDE8';
   mnuMisuse.menuBorderBgColor='#890000';

      window.mnuTurnItIn = new Menu("root",160,16,"Verdana, Arial, Helvetica, sans-serif",10,"#890000","#FFFFFF","#FBFDE8","#890000","left","middle",3,0,1000,-5,7,true,true,true,0,false,true);
  mnuTurnItIn.addMenuItem("what&nbsp;is&nbsp;turn-it-in","location='turn.html'");
  mnuTurnItIn.addMenuItem("how&nbsp;to&nbsp;use&nbsp;it","location='turn1.html'");
   mnuTurnItIn.hideOnMouseOut=true;
   mnuTurnItIn.bgColor='#FBFDE8';
   mnuTurnItIn.menuBorder=1;
   mnuTurnItIn.menuLiteBgColor='#FBFDE8';
   mnuTurnItIn.menuBorderBgColor='#890000';

  window.mnuDownloads = new Menu("root",160,16,"Verdana, Arial, Helvetica, sans-serif",10,"#890000","#FFFFFF","#FBFDE8","#890000","left","middle",3,0,1000,-5,7,true,true,true,0,false,true);
  mnuDownloads.addMenuItem("what&nbsp;is&nbsp;illegal&nbsp;downloading","location='illeg.html'");
  mnuDownloads.addMenuItem("consequences","location='illeg1.html'");
   mnuDownloads.hideOnMouseOut=true;
   mnuDownloads.bgColor='#FBFDE8';
   mnuDownloads.menuBorder=1;
   mnuDownloads.menuLiteBgColor='#FBFDE8';
   mnuDownloads.menuBorderBgColor='#890000';

mnuDownloads.writeMenus();
} 
// mmLoadMenus()

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];}
}
//-->
