<!--
var STICKY=3;var CAPTION=6;var LEFT=7;var RIGHT=8;var CENTER=9;var ABOVE=10;var osticky=0;var oallowmove=0;var ox=0;var oy=0;
document.onmousemove=mouseMove;
oDiv=document.getElementById('overDiv');
function overlib(){//script starts here
if (typeof oDiv=='undefined') return 0;
otext='';ocap='Hamlet';ohpos=8;ooffsetx=10;ooffsety=15;ovpos=11;oaboveheight=40;owidth=180;
var c=-1; var ar=arguments;
for(i=0;i<ar.length;i++){
	if(c==0){
		if(ar[i]==3) osticky=1;
		if(ar[i]==6) c=6;
		if(ar[i]==7) ohpos=ar[i];
		if(ar[i]==8) ohpos=ar[i];
		if(ar[i]==9) ohpos=ar[i];
		if(ar[i]==10) ovpos=ar[i];
	}else{
		if(c<0){otext=ar[i];c=0;}
		else{if(c==6){ocap=ar[i];c=0;}}
	}
}
return overlib333();
}
function nd(){	if (typeof oDiv=='undefined') return 0; oallowmove=0; oDiv.style.visibility="hidden"; return true; }
function overlib333(){ oDiv.innerHTML=formtxt(otext,ocap); oallowmove=0; disp();	return true;}
function formtxt(text,title){	txt='<div id="tiph" class="tah8 pb">'+title+'</div><div id="tip" class="tah8">'+text+'</div>'; return txt; }
function disp(){ if(oallowmove==0){ placeLayer(); oDiv.style.visibility="visible"; oallowmove=1; }}
function placeLayer(){
	var placeX, placeY;
	winoffset=(ie)?document.body.scrollLeft:pageXOffset;
	if(u5)winoffset=document.documentElement.scrollLeft;
	iwidth=(ie)?document.body.clientWidth:innerWidth;
	if(u5)iwidth=document.documentElement.clientWidth;
	if(ohpos==9){placeX=ox+ooffsetx-(owidth/2);}//center
	if(ohpos==8){
		placeX=ox+ooffsetx;
		if((eval(placeX)+eval(owidth))>(winoffset+iwidth)){
			placeX=iwidth+winoffset-owidth-10;
			if (ns6) placeX-=10;
			if(placeX<0)placex=0;
		}
	}//right
	if(ohpos==7){placeX=ox-ooffsetx-owidth;if(placeX<winoffset)placeX=winoffset;}//left
	if(oaboveheight>0&&ovpos==10){placeY=oy-(oaboveheight+ooffsety);}else{placeY=oy+ooffsety;}
	if(typeof oDiv=='undefined')return 0;
	oDiv.style.top=placeY+"px";
	oDiv.style.left=placeX+"px";
}
function mouseMove(e){
	if(ie){ox=event.x;oy=event.y;}
	if(ns6){ox=e.pageX;oy=e.pageY;}
	if(u5&&!ns6){ox=event.x+document.documentElement.scrollLeft;oy=event.y+document.documentElement.scrollTop;}
   if(oallowmove==1&&osticky==0){placeLayer();}
}
//-->