<%=link_to_function('<<', "makePreviousCall()", :class=>"button super gray small", :id => "history_previous") %>
<%=link_to_function('>>', "makeNextCall()", :class=>"button super gray small", :id => "history_next") %>
<%=link_to_function(image_tag("platform/arrow_down.gif", :style=>"vertical-align:middle"), "toggleApiHistory(this)", :class=>"button super gray small")%>
<%=link_to_function(image_tag("platform/clipboard_icon.gif", :style=>"height:14px;"), "copyToClipboard(this)", :class=>"button super gray small", :id => "") %>
<%=link_to_function(image_tag("platform/world_link.png", :style=>"height:14px;"), "copyUrlToClipboard(this)", :class=>"button super gray small", :id => "") %>
<%=link_to_function(image_tag("platform/minus_node.png", :style=>"height:14px;"), "expandAllResultObjects(false)", :class=>"button super gray small", :id => "") %>
<%=link_to_function(image_tag("platform/plus_node.png", :style=>"height:14px;"), "expandAllResultObjects(true)", :class=>"button super gray small", :id => "") %>