<!--

    document.forms['KSU_search'].qt.onfocus=KSU_clearDefault;
    document.forms['KSU_search'].qt.onblur=KSU_restoreDefault;
    function KSU_getElement(evt) {
    	evt = (evt) ? evt : ((event) ? event : null);
	if (evt) {
	   return (evt.target) ? evt.target : ((evt.srcElement) ? evt.srcElement : null);
	}
	return null;
    }
    function KSU_clearDefault(evt) {
   	var elem = KSU_getElement(evt);
   	if (elem && elem.value==elem.defaultValue) {
	   elem.value = "";
   	}
    }
    function KSU_restoreDefault(evt) {
   	var elem = KSU_getElement(evt);
   	if (elem && elem.value=="") {
	   elem.value = elem.defaultValue;
   	}
    }

    var cursoroffsetx=14 
    var cursoroffsety=10
    var tipoffsetx=10
    var tipoffsety=14
    document.write(" <div id=\"tooltipitem\"></div> ") 
    document.write(" <img id=\"tooltipimage\" src=\"/grad/gsimages/menu/gs06tooltip.gif\"> ")
    var ie=document.all
    var ns6=document.getElementById && !document.all
    var enabletip=false
    if (ie||ns6)
    var tipobj=document.all? document.all["tooltipitem"] : document.getElementById? document.getElementById("tooltipitem") : ""
    var pointerobj=document.all? document.all["tooltipimage"] : document.getElementById? document.getElementById("tooltipimage") : ""

    function ietruebody(){return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body}
    function showtip(thetext, thewidth, thecolor){
    if (ns6||ie){
    if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
    if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
    tipobj.innerHTML=thetext
    enabletip=true
    return false
    }
    }

    function positiontip(e){
    if (enabletip){
var nondefaultpos=false
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20
var rightedge=ie&&!window.opera? winwidth-event.clientX-cursoroffsetx : winwidth-e.clientX-cursoroffsetx
var bottomedge=ie&&!window.opera? winheight-event.clientY-cursoroffsety : winheight-e.clientY-cursoroffsety
var leftedge=(cursoroffsetx<0)? cursoroffsetx*(-1) : -1000
if (rightedge<tipobj.offsetWidth){
tipobj.style.left=curX-tipobj.offsetWidth+"px"
nondefaultpos=true
}
else if (curX<leftedge)
tipobj.style.left="5px"
else{
tipobj.style.left=curX+cursoroffsetx-tipoffsetx+"px"
pointerobj.style.left=curX+cursoroffsetx+"px"
}
if (bottomedge<tipobj.offsetHeight){
tipobj.style.top=curY-tipobj.offsetHeight-cursoroffsety+"px"
nondefaultpos=true
}
else{
tipobj.style.top=curY+cursoroffsety+tipoffsety+"px"
pointerobj.style.top=curY+cursoroffsety+"px"
}
tipobj.style.visibility="visible"
if (!nondefaultpos)
pointerobj.style.visibility="visible"
else
pointerobj.style.visibility="hidden"
}
}

function hidetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
pointerobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}

document.onmousemove=positiontip

function tip1(){
	showtip('This link will leave the Graduate School website');
}
function tip2(){
	showtip('This link will jump to another section of the Graduate School website');
}

-->
