function showTagForm(){$("#addtaglink").hide();$("#addtagsbox").slideDown("normal",function(){$("#addtaginput").focus()})}function hideTagForm(){$("#addtagsbox").slideUp("normal",function(){$("#addtaglink").show()})}function showPostForm(){$("#showpostlink").hide();$("#showpostbox").slideDown("normal")}function hidePostForm(){$("#showpostbox").slideUp("normal",function(){$("#showpostlink").show()})}function clearTagForm(){document.forms.addtagsform.tag.value=""}function removeTag(b,a,c){if(window.confirm('Are you sure you want to delete the tag "'+a+'"?')){document.location="/info.php?sid="+b+"&deltag="+a+"&mc="+c}else{return false}}function toggleQueryDiv(){$("#queries-container").slideToggle("normal");return false}function removeMyFavorite(a,b){if(window.confirm("Are you sure you want to remove this skin from your favorites list?")){document.location="/myfavorites.php?sid="+a+"&delete=1&mc="+b}else{return false}}function removeMySkin(a,b){if(window.confirm("Are you sure you want to remove this skin?")){document.location="/myskins.php?sid="+a+"&delete=1&mc="+b}else{return false}}function viewComments(a){window.open("/comments.php?"+a,"comments"+a,"directories=0,height=480,location=0,resizable=1,scrollbars=1,toolbar=0,width=515")}function toggleLoginForm(){$("#header_login").slideToggle("normal",function(){$("#logname").focus()});return false}function changeRelationship(a,b,c){var d=$("#relationships");d.innerHTML="<p><b>Sweet!</b> Hold on a sec...</p>";d.load("/add_relationship.php?uid="+a+"&type="+b+"&ajax=1&mc="+c);return false};