	function show_tooltip_right(text) {
    	if(!g_page_loaded) return;
	    if(show_tooltip_right.arguments[1]) {
	        table_width = show_tooltip_right.arguments[1];
	    }else{
	        table_width = '130';
	    }
	    if(show_tooltip_right.arguments[2]) {
	        ioffsetx = show_tooltip_right.arguments[2];
	    }else{
	        ioffsetx = 0;
	    }
	    var g_template_folder = '';


		var html = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"135\">"+
			"<tr>"+
		   "<td colspan=\"3\"><img name=\"tooltip_r1_c1\" src=\""+g_smarty_templatepath+"/images/website/baloon/tooltip_r1_c1.png\" width=\"135\" height=\"6\" border=\"0\" alt=\"\" /></td>"+
		  "</tr>"+
		  "<tr>"+
		   "<td width=\"7\" height=\"33\" background=\""+g_smarty_templatepath+"images/website/baloon/tooltip_r2_c1.png\"><img src=\""+g_smarty_templatepath+"/images/website/baloon/tooltip_r2_c1.png\" width=\"7\" height=\"33\" border=\"0\" alt=\"\" /></td>"+
		   "<td bgcolor=\"#006284\" width=\"122\" height=\"33\"><div id=\"bubble_tooltip_content\"><div class=toolTip align=center><font face=Verdana>"+text+"</font></div></div></td>"+
		   "<td width=\"6\" height=\"33\" background=\""+g_smarty_templatepath+"/images/website/baloon/tooltip_r2_c3.png\"><img src=\""+g_smarty_templatepath+"/images/website/baloon/tooltip_r2_c3.png\" width=\"6\" height=\"33\" border=\"0\" alt=\"\" /></td>"+
		  "</tr>"+
		  "<tr>"+
		   "<td colspan=\"3\"><img src=\""+g_smarty_templatepath+"/images/website/baloon/tooltip_r3_c1.png\" width=\"135\" height=\"27\"></td>"+
		  "</tr>"+
		"</table>";


	      //return overlib(html ,AUTOSTATUS,RIGHT,ABOVE ,OFFSETX, - (table_width) + ioffsetx ,OFFSETY,1);
	      return overlib(html,RIGHT,ABOVE, OFFSETX, - 130);
  }



function over_nd() {
	if(g_page_loaded) {
		return nd();
    }else{
    	return false;
    }
}
