//保护自己的页面不被别人放在框架中
//if(top.location!=self.location)   
//{top.location=self.location};   
// end hiding script -->

//window.document.onmouseout = new Function("clearInterval(sRepeat);sRepeat=null");
//window.document.ondragstart = new Function("return false");
thisURL = document.URL;  
thisHREF = document.location.href;  
thisSLoc = self.location.href;  
thisDLoc = document.location;  
thisTLoc = top.location.href;  
thisPLoc = parent.document.location;  
thisTHost = top.location.hostname;  
thisHost = location.hostname; 
tmpHPage = thisHREF.split( "/" );  
thisHPage = tmpHPage[ tmpHPage.length-1 ];  
tmpUPage = thisURL.split( "/" );  
thisUPage = tmpUPage[ tmpUPage.length-1 ];  
var sRepeat=null;

function doScrollerIE(dir, src, amount) 
{
if (amount==null) {amount=10}	
if (dir=="up") {document.all[src].scrollTop-=amount}else {document.all[src].scrollTop+=amount}	
if (sRepeat==null) {sRepeat = setInterval("doScrollerIE('" + dir + "','" + src + "'," + amount + ")",100)}	
return false
}

function msover()
{{event.srcElement.style.color="ffffff";event.srcElement.style.backgroundColor="#026C24";event.srcElement.style.cursor = "hand";}}
function msout()
{{event.srcElement.style.color="";event.srcElement.style.backgroundColor="";event.srcElement.style.cursor = "auto";}}

function markover()
{{event.srcElement.style.color="990000";event.srcElement.style.cursor = "hand";}}
function markout()
{{event.srcElement.style.color="000000";event.srcElement.style.cursor = "auto";}}
function toggle( targetId ){{target = document.all( targetId );if (target.style.display == "none"){target.style.display = "";} else {target.style.display = "none";}}}

<!-- // hide script from old browsers

// JavaScript Code created by:
// Roller JavaScript Coder
// written by:
// Pat Friedl of Nebulus Designs
// http://nebulus.org
// This script is (C) 1998
// and may not be re-distributed without permission
// for questions, email me at pfriedl@nebulus.org

// define images

if(document.images) {

  image01 = new Image;
  image02 = new Image;
  image11 = new Image;
  image12 = new Image;
  image21 = new Image;
  image22 = new Image;
  image31 = new Image;
  image32 = new Image;
  image41 = new Image;
  image42 = new Image;


// source images

  image01.src = "images/buttona.gif";
  image02.src = "images/buttonb.gif";
  image11.src = "images/buttona.gif";
  image12.src = "images/buttonb.gif";
  image21.src = "images/buttona.gif";
  image22.src = "images/buttonb.gif";
  image31.src = "images/buttona.gif";
  image32.src = "images/buttonb.gif";
  image41.src = "images/buttona.gif";
  image42.src = "images/buttonb.gif";


}

// MouseOver Function

function swapOn(imgLocation) {
  if(document.images) {
    document.images[imgLocation].src = eval(imgLocation + "2.src");
  }
}

// MouseOut Function

function swapOff(imgLocation) {
  if(document.images) {
    document.images[imgLocation].src = eval(imgLocation + "1.src");
  }
}

function MenuOver(RightImg)
{
	RightImg.style.display=""
}
function MenuOut(RightImg)
{
	RightImg.style.display="none"
}


