function show_rd(a,b,p,tex,gx,gy){
	if(tex!=''){
		if (a.pageX || a.pageY){
			posx = a.pageX;posy = a.pageY;
		}else if(a.clientX||a.clientY){
			posx = a.clientX + document.body.scrollLeft;
			posy = a.clientY + document.body.scrollTop;
		}
		document.getElementById(b).style.left=posx+gx;
		document.getElementById(b).style.top = posy+gy;
		document.getElementById(p).innerHTML=tex;
		document.getElementById(b).style.visibility='visible';
	}else{
		document.getElementById(b).style.visibility='hidden';
	}
}

  function write_pop(){
	  document.write('<div style="position:absolute;left:0px;top:0px;z-index:100;display:block;visibility:hidden;background-color:#999999;border:1px solid #000000;padding:0px;" id="dhr" OnMouseMove="show_rd(event,\'dhr\',\'psr\',\'\',2,2);"><div id="psr" OnMouseMove="show_rd(event,\'dhr\',\'psr\',\'\',2,2);"></div></div>');

  }
/*	<style type="text/css">
	pre{text-align:left;font-family:tahoma,Microsoft Sans Serif;font-size:13px;line-height:140%;}
	.siz_13{font-size:13px;margin: 5px;border:1px solid #777777;line-height:140%;background-color:#f2f2f2;}
	.div_main{width:100%;margin:0 auto;}
	.div_outl{float:left;width:330px;}
	.div_outr{float:right;width:330px;}
	.div_blo{width:330px;margin:0;border:1px solid #777777;}
	.col_red{color:red;}
	.p_red{color:red;}
	</style>*/
