var displayFeedbackTab = false;

var width     = 23; //  image width + any indent to the left (not used if on left side)
var height    = 124;  // image height + any indent upward

function writefloatdiv() {
  // Only write out the tab on the redesign qa server
  if (document.all && location.href.indexOf('topazdelivery.mercury') != -1) {
    document.write ('<DIV ID="floater" CLASS="floater" zIndex="10" ALIGN="right" STYLE="position:absolute;visibility:hide;top:1;">');
    document.write ('<a href="javascript:void(0);" onclick="var location=\'http://www.atre.net/feedback/merc.cgi?referer=\' + window.location; window.open(location, \'QA_Feedback\', \'height=600,width=500,resizable,scrollbars\');"><img src="/images/topaz_rapid_delivery.gif" width="21" height="122" alt="" border="0"></a>');
    document.write ('</DIV>');
    document.write ('<SCRIPT SRC="/javascript/float.js"></SCRIPT>');
  }
}

if (displayFeedbackTab) {
    writefloatdiv();
}
