// JavaScript Document
var greensearch= "";
greensearch += "<h1>Greensearch</h1><p>I recently began blogging for <a href=\"http://www.greensear.ch\">Greensearch</a>, a blog created by <a href=\"http://www.core-industries.com\">Core Industries</a> to develop interesting conversation around the intersection between technology and environmental issues. So far, I have concentrated most of my posts on topics that either unite or specifically address my interest in sustainable urban life and social software user experience.</p><p><a href=\"http://greensear.ch/author/catherinec/feed\" target=\"_blank\">Subscribe</a> to my feed.</p>";



var industrial = "";
industrial += " <h1>Industrial Press</h1> <p>For the last year and a half, I have worked as the Director of Web Development for Industrial Press, a small publishing company based in New York. In addition to updating their existing website, overseeing third party developers and implementing search engine optimization best practices, I was also instrumental in the re-engineering of thier e-commerce platform to work with the Drupal Content Management System.</p><p>I am now working on a consulting basis to maintan the Drupal site and add additional functionality when needed.</p><p><a href=\"http://new.industrialpress.com\" target=\"_blank\">Visit Industrial Press</a></p>";


var corebrand = "";
corebrand += "<h1>Corebrand</h1> <p>I am currently working as the Interactive Experience Manager at Corebrand, a branding firm in New York. Although I have a hand in many different things within the interactive group, my primary responsibilities have been information architecture, front-end development and project management.</p><p><a href=\"http://www.corebrand.com\" target=\"_blank\">Find out more about Corebrand</a></p>";

var freeformed = "";
freeformed += "<h1>freeFormed</h1><p>freeFormed.net was my joint Master's Thesis project with <a href=\"http://www.jadieoh.com\">Jadie Oh</a> for the Interactive Telecommunications Program (ITP) at NYU. The site is an online social networking and media sharing platform specifically designed for neighborhood organizations, community groups, social activists or non-profit organizations to create a group identity, upload photos and videos, share information, post events and develop connections with other groups that have similar interests or are in similar geographic locations. freeFormed </p><p><a href=\"http://www.freeformed.net\" target=\"_blank\">Visit freeFormed.net</a></p>";

var utl = "";
utl += "<h1>Under the level</h1><p>Under the level, a collaboration with <a href=\"http://www.pablocomotion.com\">Angela Pablo</a> is a visual and technological exploration of using urban intervention as a vehicle to raise consciousness about climate change and the situation faced by the city of New Orleans post-hurrican Katrina. Under the Level was exhibitted at the 2007 Conflux Festival and at the ITP Spring show 2007.</p><p><a href=\"http://www.underthelevel.org\" target=\"_blank\">Visit Under the Level</a></p>";

var ny2no = "";
ny2no += "<h1>New York to New Orleans</h1><p>The New York to New Orleans project was a collaboration between the Interactive Telecommunications Program at NYU and Xavier University's Art Department in New Orleans with the goal of teaching students new media publishing techniques that could assist them in their work with local community and arts groups. As part of the collaboration, I worked with the Lower 9th Ward Homeowner's Association.</p><p><a href=\"http://www.ny2no.net\" target=\"_blank\">Visit ny2no.net</a></p>";

var tracked = "";
tracked += "<br /><br /><br /><br /><br /><br /><br /><br /><br /><span class=\"projectinfo\">Written as a final paper submission for the Embedding Privacy class at the Interactive Telecommunications Program, Tracked looks at new location based technology that allows mobile phone users to be tracked wherever they are and asks questions relating the dissemination of this technology in the public sphere. </span><br /><span class=\"projectheader\"><a href=\"http://www.catmindeye.com/papers/tracked.pdf\" target=\"_blank\">View the PDF.</a></span>";

var identity = "";
identity += "<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><span class=\"projectinfo\">Written as a paper submission for inclusion in the <a href=\"http://www.firstmonday.org/issues/issue11_12/schneider/index.html\" target=\"_blank\">Identity and Identification in a Networked World Symposium at NYU's Law School</a>, Identity Within Social Networks explores and questions the state of social networking online as of August 2006 and details the reasons behind the initial development of freeFormed.net. Written collectively by Catherine Colman, Megan MacMurray, Nanna Halinen, Yonatan Kelib and Jadie Oh, this paper allowed Catherine Colman and Megan MacMurray to present the freeFormed site at the symposium alongside well respected social software researchers such as <a href=\"http://www.danah.org\">Danah Boyd</a>.</span><br /><span class=\"projectheader\"> <a href=\"http://www.catmindeye.com/papers/identity.pdf\" target=\"_blank\">View the PDF.</a></span>";

function getCurrentinfo(type){
	var type = type;
	if (type == 1){
		document.getElementById("project_info").innerHTML = greensearch;
		
	}else if (type == 2){
		document.getElementById("project_info").innerHTML = industrial;
		
	}else if (type == 3){
		document.getElementById("project_info").innerHTML = corebrand;
	}else if (type == 4){
		document.getElementById("project_info").innerHTML = freeformed;
	}else if (type == 5){
		document.getElementById("project_info").innerHTML = utl;
	}else if (type == 6){
		document.getElementById("project_info").innerHTML = ny2no;
	}
}

function getWritinginfo(type){
	var type = type;
	if (type == 1){
		document.getElementById("writingdesc").innerHTML = social;
	}else if (type == 2){
		document.getElementById("writingdesc").innerHTML = mobile;
	}else if (type == 3){
		document.getElementById("writingdesc").innerHTML = tracked;
	}else if (type == 4){
		document.getElementById("writingdesc").innerHTML = identity;
	}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

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 MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}