// JavaScript Document

function MM_showHideLayers() { //v6.0
  	var i,p,v,obj,args=MM_showHideLayers.arguments;
  	for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
	}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
	}	


function showfeaturedcat() {
	MM_showHideLayers('contentarea-fade','','show');
	MM_showHideLayers('featuredcat','','show');
	}
function hidefeaturedcat() {
	MM_showHideLayers('contentarea-fade','','hide');
	MM_showHideLayers('featuredcat','','hide');
	}
function showstoriescat() {
	MM_showHideLayers('contentarea-fade','','show');
	MM_showHideLayers('storiescat','','show');
	}
function hidestoriescat() {
	MM_showHideLayers('contentarea-fade','','hide');
	MM_showHideLayers('storiescat','','hide');
	}
function showsubmissions2cat() {
	MM_showHideLayers('contentarea-fade','','show');
	MM_showHideLayers('submissions2cat','','show');
	}
function hidesubmissions1cat() {
	MM_showHideLayers('contentarea-fade','','hide');
	MM_showHideLayers('submissions1cat','','hide');
	}
function hidesubmissions2cat() {
	MM_showHideLayers('contentarea-fade','','hide');
	MM_showHideLayers('submissions2cat','','hide');
	}
function showsubmissions1cat() {
	MM_showHideLayers('contentarea-fade','','show');
	MM_showHideLayers('submissions1cat','','show');
	}
function showforumcat() {
	MM_showHideLayers('contentarea-fade','','show');
	MM_showHideLayers('forumcat','','show');
	}
function hideforumcat() {
	MM_showHideLayers('contentarea-fade','','hide');
	MM_showHideLayers('forumcat','','hide');
	}
function showcraftcat() {
	MM_showHideLayers('contentarea-fade','','show');
	MM_showHideLayers('craftcat','','show');
	}
function hidecraftcat() {
	MM_showHideLayers('contentarea-fade','','hide');
	MM_showHideLayers('craftcat','','hide');
	}
function showcontestcat() {
	MM_showHideLayers('contentarea-fade','','show');
	MM_showHideLayers('contestcat','','show');
	}
function hidecontestcat() {
	MM_showHideLayers('contentarea-fade','','hide');
	MM_showHideLayers('contestcat','','hide');
	}
function showonlinecat() {
	MM_showHideLayers('contentarea-fade','','show');
	MM_showHideLayers('onlinecat','','show');
	}
function hideonlinecat() {
	MM_showHideLayers('contentarea-fade','','hide');
	MM_showHideLayers('onlinecat','','hide');
	}
function showworkshopscat() {
	MM_showHideLayers('contentarea-fade','','show');
	MM_showHideLayers('workshopscat','','show');
	}
function hideworkshopscat() {
	MM_showHideLayers('contentarea-fade','','hide');
	MM_showHideLayers('workshopscat','','hide');
	}
function showcontactcat() {
	MM_showHideLayers('contentarea-fade','','show');
	MM_showHideLayers('contactcat','','show');
	}
function hidecontactcat() {
	MM_showHideLayers('contentarea-fade','','hide');
	MM_showHideLayers('contactcat','','hide');
	}
function showcritiquecat() {
	MM_showHideLayers('contentarea-fade','','show');
	MM_showHideLayers('critiquecat','','show');
	}
function hidecritiquecat() {
	MM_showHideLayers('contentarea-fade','','hide');
	MM_showHideLayers('critiquecat','','hide');
	}
function showlinkscat() {
	MM_showHideLayers('contentarea-fade','','show');
	MM_showHideLayers('linkscat','','show');
	}
function hidelinkscat() {
	MM_showHideLayers('contentarea-fade','','hide');
	MM_showHideLayers('linkscat','','hide');
	}
function showblogcat() {
	MM_showHideLayers('contentarea-fade','','show');
	MM_showHideLayers('blogcat','','show');
	}
function hideblogcat() {
	MM_showHideLayers('contentarea-fade','','hide');
	MM_showHideLayers('blogcat','','hide');
	}

