<script type="text/javascript">$(document).ready(function() {var temp; $("a").each(function() { temp = ($(this).attr("href") == null) ? " " : $(this).attr("href");// Hide Calendar Event Comments if ($(this).attr("id").match("_lnkAddComment")) { $(this).css("display","none") }// Hide Quote Comments if (temp.match("Comments.aspx") && temp.match("QUOTESSML")) { hideComments($(this)) }// Hide Voting Poll Comments if (temp.match("Comments.aspx") && temp.match("GUILDPOLL")) { hideComments($(this)) }// Hide Info Section Comments $(document).bind('reveal.facebox', function() { $("#facebox").find("a").each(function() { if ($(this).attr("target").match("_commentWindow")) { hideComments($(this)) } }); }); function hideComments (x) { x.css("display","none"); x.parent().html( x.parent().html().replace("[","").replace("]","") ); } });});</script>
<script type="text/javascript">$(document).ready(function() { $("a").each(function() { if ($(this).attr("target").match("_commentWindow")) { makePopupWindow($(this),'_commentWindow',600,300); } }); $(document).bind('reveal.facebox', function() { $("#facebox").find("a").each(function() { if ($(this).attr("target").match("_commentWindow")) { makePopupWindow($(this),'_commentWindow',600,300); } }); }); function makePopupWindow (linkEl,pName,pWidth,pHeight) { var temp = "toolbar=0,status=0,width=" + pWidth + ",height=" + pHeight; linkEl.click (function(){ var w = window.open (linkEl.attr("href"),pName,temp); w.focus(); return false; }); }});</script>
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>