/// <reference path="jquery.js" />
/** NitroCircus */
function showComments() { $(".submitComments").slideDown(); }
function hideComments() { $(".submitComments").slideUp(); } 
function showLogin() { $("#SignIn").show(); }
function hideLogin() { $("#SignIn").hide(); }
function showRatingComment() { $(".AlreadyRated").show(); }
function hideRatingComment() { $(".AlreadyRated").hide(); }