<!-- // hidden script:
// identify browser:
isNS4 = (document.layers)? 1 : 0;
isIE=0, isNS6=0;
if (document.all) { isIE = 1; } 
else if (document.getElementById) { isNS6 = 1;}

//changes class style for named object
function changeStyle(id, styleClass) {
	if (isNS4) {
		return; } 
	if (isNS6) {
		if (document.getElementById(id)) {
			document.getElementById(id).className = styleClass;
		}} 
	else {
		if (document.all[id]) {
			document.all[id].className = styleClass;
		}}
}

// disable right click
if (window.Event) document.captureEvents(Event.MOUSEUP);
function nocontextmenu() {
  	event.cancelBubble = true, event.returnValue = false;
	return false;
	} 
function norightclick(e) {
  	if (window.Event) {
    if (e.which == 2 || e.which == 3) return false;
  	}
  	else if (event.button == 2 || event.button == 3) {
    event.cancelBubble = true, event.returnValue = false;
    return false;
  	}
}
if (document.layers)
  	document.captureEvents(Event.MOUSEDOWN);
	document.oncontextmenu = nocontextmenu;
	document.onmousedown = norightclick;
	document.onmouseup = norightclick;

	
// declare content for portfolio
// web design
var img1 = '<img src="images/web_1.jpg" width="504" height="328" border="0" alt="Big Sister Association">';
var text1 = "<b>Big Sister Association of Greater Boston:</b><br>Complete redesign of existing site. Helped design new site, including a completely revised UI. Created ASP templates from design layout, and coded entire site. Optimised all graphics.<br>"; 
var img2 = '<img src="images/web_bounce.gif" width="152" height="35" border="0" alt="Bounce Magazine" />';
var text2 = "<table width='95%' border='0' cellpadding='8' cellspacing='0' align='center'><tr align='center' valign='top'><td><p class='desc'>Bounce was created as an online fan magazine for fans of the Canadian band Moxy Fr&#252;vous, and is no longer in existence. This game also appeared on <a href='http://www.fruvous.com/' target='new'>fruvous.com</a></p></td></tr></table><table width='95%' border='0' cellpadding='5' cellspacing='0' align='center'  bgcolor='#0000cc'><tr align='center'><td colspan='3' class='white'><p class='bold'>Moxy Fr&#252;vous Trivia</p><p>So you\'ve traveled to a lot of concerts recently. How closely have you been paying attention to the music once you get there? Match the song title to the clue below, and find out!</p></td></tr><tr align='center'><form name='PuzzleForm'><td colspan='3'><p><select name='cluePick' OnChange='clueReveal()'><option value='0'>Please Choose a Hint</option><option value='1'>Clue 1</option><option value='2'>Clue 2</option><option value='3'>Clue 3</option><option value='4'>Clue 4</option><option value='5'>Clue 5</option><option value='6'>Clue 6</option><option value='7'>Clue 7</option><option value='8'>Clue 8</option></select></p><textarea name='ClueField' rows='3' cols='60' wrap='physical'>This puzzle requires JavaScript functionality in your browser. Select a drop down clue from above. If the text doesn\'t change, you need to upgrade your browser!</textarea></td></tr><tr align='center'><td width='33%'><div class='white'>1</div><select name='first'><option>(select one)</option><option>King of Spain</option><option>Sahara</option><option>I Love My Boss</option><option>Ballad of Marion Fruvous</option><option>Video Bargainville</option><option>Cross Border Shopping</option><option>Ash Hash</option><option>Right Wing Shit</option></select></td><td width='34%'><div class='white'>2</div><select name='second'><option>(select one)</option><option>King of Spain</option><option>Sahara</option><option>I Love My Boss</option><option>Ballad of Marion Fruvous</option><option>Video Bargainville</option><option>Cross Border Shopping</option><option>Ash Hash</option><option>Right Wing Shit</option></select></td><td><div class='white'>3</div><select name='third'><option>(select one)</option><option>King of Spain</option><option>Sahara</option><option>I Love My Boss</option><option>Ballad of Marion Fruvous</option><option>Video Bargainville</option><option>Cross Border Shopping</option><option>Ash Hash</option><option>Right Wing Shit</option></select></td></tr><tr align='center'><td><div class='white'>4</div><select name='fourth'><option>(select one)</option><option>King of Spain</option><option>Sahara</option><option>I Love My Boss</option><option>Ballad of Marion Fruvous</option><option>Video Bargainville</option><option>Cross Border Shopping</option><option>Ash Hash</option><option>Right Wing Shit</option></select></td><td>&nbsp;</td><td><div class='white'>5</div><select name='fifth'><option>(select one)</option><option>King of Spain</option><option>Sahara</option><option>I Love My Boss</option><option>Ballad of Marion Fruvous</option><option>Video Bargainville</option><option>Cross Border Shopping</option><option>Ash Hash</option><option>Right Wing Shit</option></select></td></tr><tr align='center'><td><div class='white'>6</div><select name='sixth'><option>(select one)</option><option>King of Spain</option><option>Sahara</option><option>I Love My Boss</option><option>Ballad of Marion Fruvous</option><option>Video Bargainville</option><option>Cross Border Shopping</option><option>Ash Hash</option><option>Right Wing Shit</option></select></td><td><div class='white'>7</div><select name='seventh'><option>(select one)</option><option>King of Spain</option><option>Sahara</option><option>I Love My Boss</option><option>Ballad of Marion Fruvous</option><option>Video Bargainville</option><option>Cross Border Shopping</option><option>Ash Hash</option><option>Right Wing Shit</option></select></td><td><div class='white'>8</div><select name='eighth'><option>(select one)</option><option>King of Spain</option><option>Sahara</option><option>I Love My Boss</option><option>Ballad of Marion Fruvous</option><option>Video Bargainville</option><option>Cross Border Shopping</option><option>Ash Hash</option><option>Right Wing Shit</option></select></td></tr><tr align='center'><td colspan='3'><input type='button' name='CheckAnswers' value='Check Answers' OnClick='CheckForRight();'></input>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type='reset' name='ClearAnswers' Value='Clear Board'><br><br></input></td></form></tr></table>";
var img3 = '<img src="images/web_3.jpg" width="504" height="378" border="0" alt="Cambridge Chamber of Commerce">';
var text3 = "<b>Cambridge Chamber of Commerce:</b><br>Registration and information site for the Cambridge Conference 2001. Created site map and content matrix with assistance of the client. Built ASP templates from design layout, and coded entire site. Optimised all graphics."; 
var img4 = '<img src="images/web_4.jpg" width="504" height="363" border="0" alt="Diva Desyn">';
var text4 = "<b>Diva Design:</b><br>Simple gallery site created for a visual design firm in Connecticut. I was responsible for the UI design and all HTML and DHTML coding.<br><a href='http://www.divadesyn.com/' target='new'>view live site</a>";
var img5 = '<img src="images/web_5.jpg" width="504" height="340" border="0" alt="eProject">';
var text5 = "<b>eProject:</b><br>Site redesign for a Seattle firm. I was responsible for all DHTML coding, as well as some UI design and image creation.<br>";
var img6 = '<img src="images/web_6.jpg" width="503" height="337" border="0" alt="FasTurn">';
var text6 = "<b>FasTurn:</b><br>Led small FET team on extremely tight timeframe. Created HTML specs and naming conventions, and assisted with UI decisions. Created HTML pages and templates from the visual design. Worked with client to realise last-minute changes to the site design and architecture, and to educate client on how the site worked.";
var img7 = '<img src="images/web_7.jpg" width="504" height="299" border="0" alt="Golden Gate Park Stables">';
var text7 = "<b>Golden Gate Park Stables:</b><br>Designed and created informational site for Golden Gate Park Stables in San Francisco. Responsible for all visual and UI design, content collection and editing, and all HTML. Created digital version of logo in Adobe Illustrator. Photographer for all images across the site.";
var img8 = '<img src="images/web_8.jpg" width="504" height="522" border="0" alt="House of Slack">';
var text8 = "<b>House of Slack Games:</b><br>New site designed and created for Seattle area games company. Responsible for all HTML and DHTML coding, UI design, and image creation.<br><a href='http://www.houseofslack.com/' target='new'>view live site</a>";
var img9 = '<img src="images/web_9.jpg" border="0" alt="Lake Ainslie Weavers Guild">';
var text9 = "<b>Lake Ainslie Weavers Guild:</b><br>Community site designed, built and maintained for a Weavers and Craft Guild out of Cape Breton, NS. <br><a href='http://www.lakeainslieweaversguild.org/' target='new'>view live site</a>";
var img10 = '<img src="images/web_10.jpg" width="504" height="373" border="0" alt="Moberg Epstein Architecture">';
var text10 = "<b>Moberg Epstein Architecture:</b><br>Brand new site for a Seattle architecture firm. Working with designers Margaret Long and Michael Courtney, I created the UI design, and coded all DHTML elements.<br>";
var img11 = '<img src="images/web_11.jpg" width="504" height="565" border="0" alt="sephora.com">';
var text11 = "<b>Sephora:</b><br>As sole FET (Front End Technologist) on the project, which was Scient's first using an in-house customer experience team, I was responsible for all coding, and for developing integration and coding standards with the development team.";

// photography
var img101 = '<img src="images/photos/bali_1.jpg" width="290" height="432" border="0">';
var text101 = "Dr. Made Bandem\'s compound in Singghapadhu. After having spend the first ten days in Indonesia playing tourist, we arrived in the village of the silversmiths, where the rest of my travel group would be staying. The buildings were all relatively modern, including blessedly western plumbing, but still beautiful.";
var img102 = '<img src="images/photos/bali_2.jpg" width="300" height="432" border="0">';
var text102 = "One of the greatest experiences of all Indonesia - the village market. I was awed in one market to discover a stall selling nothing but about 40 varieties of banana. Bartering is a way of life here, and even though I probably paid ten times what a native would have for most of my purchases, I walked away with amazing bargains, and some great stories to tell.";
var img103 = '<img src="images/photos/bali_3.jpg" width="432" height="281" border="0">';
var text103 = "Every village has its own gamelan. More than a town band, there are both religious and secular forms of music, and there was inevitably some music playing. This gamelan (the name refers to the musicians as well as their instruments) was practicing for a performance that I was also lucky enough to attend, that evening. The villagers requested that we not take pictures of that performance.";
var img104 = '<img src="images/photos/bali_4.jpg" width="500" height="336" border="0">';
var text104 = "In the north of Bali, away from the usual tourist areas, we took these small fishing boats out to one of the smaller islands for a day of snorkeling. The water was clearer than any I had ever seen, and it was almost worth the sunburn I got as a result. That night we chose to sleep on the beach on blankets rather than braving the spider infested guest houses we\'d rented. The night sky was equally clear, and warm, and the most peaceful place I\'d ever slept &#151; until a wild boar woke us up around 6 am!";
var img105 = '<img src="images/photos/bali_5.jpg" width="349" height="428" border="0">';
var text105 = "At STSI, the Balinese university we were studying at, the schedule was flexible, but the workload was not. You wouldn\'t think that a dance class would have homework, but in addition to spending hours trying to teach my body to bend inside out we watched movies and lectures teaching us about the traditions behind the dances we were learning. I didn\'t feel quite as bad about taking so long to learn when I found out that Balinese dancers usually start training at three or four!";
var img106 = '<img src="images/photos/bali_6.jpg" width="432" height="273" border="0">';
var text106 = "Transportation in Indonesia is varied, exotic, and occasionally frightening. These taxis were relatively calm, large baskets pulled by bicycles on the front. In Java they were built the other way round, a large basket on the front of the bike so that you were basically thrown into traffic as the driver pedalled furiously through traffic.";
var img107 = '<img src="images/photos/bali_7.jpg" width="432" height="278" border="0">';
var text107 = "Balinese culture is overwhelmingly religious. Not that people stand on ceremony, but there are small rituals that happen throughout the day, such as laying offerings before the spirit houses in each yard. There are also temples everywhere. This one, Taneh Lot, was located on high cliffs that were completely cut off from the mainland during high tides, and was therefore a retreat for the more retiring Buddhist priests. The caves underneath, however, did a booming business as the home of the sacred snakes.";
var img108 = '<img src="images/photos/bali_8.jpg" width="313" height="432" border="0">';
var text108 = "Every village was full of stone carvings and ornate decorative walls. The gates of each village have two pillars, carved on the three outer sides and smooth in the facing sides. Legend has it that evil spirits trying to pass between them will cause the pillars to slam shut on them. The good spirits are easily told from the demons, of whom there are also many carved representations, by the round faces and bulbous noses. This statue was decorated for a feast day.";
var img109 = '<img src="images/photos/bali_9.jpg" width="432" height="289" border="0">';
var text109 = "I found that I had the best luck getting good portraits when I asked the person before I took the picture... and I also got to have some great conversations. This man was one of the high priests of the village we were staying in.";
var img110 = '<img src="images/photos/land_1.jpg" width="512" height="324" border="0">';
var text110 = "Ice, February 1994, Silver gelatin print.";
var img111 = '<img src="images/photos/land_2.jpg" width="360" height="240" border="0">';
var text111 = "Untitled, March 1996, C print.";
var img112 = '<img src="images/photos/land_3.jpg" width="410" height="288" border="0">';
var text112 = "Untitled, September 1994, Silver gelatin print.";
var img113 = '<img src="images/photos/land_4.jpg" width="438" height="288" border="0">';
var text113 = "Melbourne Harbour, September 1994, C print.";
var img114 = '<img src="images/photos/land_5.jpg" width="303" height="216" border="0">';
var text114 = "Chapel Illegally Parked, November 1992, C print.";
var img115 = '<img src="images/photos/land_6.jpg" width="360" height="243" border="0">';
var text115 = "Bay Bridge, San Francisco, June 1997, C print.";
var img116 = '<img src="images/photos/land_7.jpg" border="0">';
var text116 = "Untitled, Torrington, Connecticut, May 2006, C print.";
var img117 = '<img src="images/photos/land_8.jpg" width="463" height="324" border="0">';
var text117 = "Untitled, March 1994, Silver gelatin print.";
var img118 = '<img src="images/photos/land_9.jpg" width="321" height="216" border="0">';
var text118 = "Untitled, May 1997, Silver gelatin print.";
var img119 = '<img src="images/photos/land_10.jpg" width="358" height="239" border="0">';
var text119 = "Flatirons, Boulder CO, May 1997, C print.";
var img120 = '<img src="images/photos/land_11.jpg" width="288" height="378" border="0">';
var text120 = "Untitled, October 1994, Cibachrome.";
var img121 = '<img src="images/photos/face_1.jpg" width="297" height="432" border="0">';
var text121 = "Untitled, July 1995, Polaroid Transparency.";
var img122 = '<img src="images/photos/face_2.jpg" width="293" height="432" border="0">';
var text122 = "Untitled, August 1997, Cibachrome.";
var img123 = '<img src="images/photos/face_3.jpg" width="288" height="340" border="0">';
var text123 = "Allen, October 1994, Polaroid Transfer Print.";
var img124 = '<img src="images/photos/face_4.jpg" width="407" height="288" border="0">';
var text124 = "Megan, May 1995, Silver gelatin print.";
var img125 = '<img src="images/photos/face_5.jpg" width="315" height="432" border="0">';
var text125 = "Bronte, October 1994, Cibachrome.";
var img126 = '<img src="images/photos/face_6.jpg" width="286" height="432" border="0">';
var text126 = "Christa, August 1996, Cibachrome.";
var img127 = '<img src="images/photos/face_7.jpg" width="497" height="324" border="0">';
var text127 = "Nicole, April 1994, C print.";
var img128 = '<img src="images/photos/face_8.jpg" width="295" height="432" border="0">';
var text128 = "Elise, April 1994, C print.";
var img129 = '<img src="images/photos/face_9.jpg" width="433" height="324" border="0">';
var text129 = "Lipstick, October 1993, Silver gelatin print.";
var img130 = '<img src="images/photos/face_10.jpg" width="305" height="432" border="0">';
var text130 = "Jason, July 1995, Silver gelatin print.";
var img131 = '<img src="images/photos/face_11.jpg" width="281" height="350" border="0">';
var text131 = "Jayne, July 1995, Polaroid Transparency.";
var img132 = '<img src="images/photos/self_1.jpg" width="280" height="432" border="0">';
var text132 = "Invocation, April 1994, Polaroid print from Ektachrome slide.";
var img133 = '<img src="images/photos/self_2.jpg" width="432" height="293" border="0">';
var text133 = "Untitled, April 1997, Cibachrome print.";
var img134 = '<img src="images/photos/self_3.jpg" width="432" height="281" border="0">';
var text134 = "Untitled, March 1993, C print.";
var img135 = '<img src="images/photos/self_4.jpg" width="288" height="432" border="0">';
var text135 = "Untitled, March 1993, C print.";
var img136 = '<img src="images/photos/self_5.jpg" width="399" height="288" border="0">';
var text136 = "Caryatid, March 1994, Polaroid print.";
var img137 = '<img src="images/photos/theatre_1.jpg" width="446" height="324" border="0">';
var text137 = "Mirror Dancer, November 1992, C print.";
var img138 = '<img src="images/photos/theatre_2.jpg" width="432" height="280" border="0">';
var text138 = "Untitled, December 1991, Silver gelatin print.";
var img139 = '<img src="images/photos/theatre_3.jpg" width="360" height="274" border="0">';
var text139 = "Untitled, March 1993, Silver gelatin print.";
var img140 = '<img src="images/photos/theatre_4.jpg" width="432" height="280" border="0">';
var text140 = "Untitled, March 1993, C print.";
var img141 = '<img src="images/photos/theatre_5.jpg" width="298" height="432" border="0">';
var text141 = "Untitled, March 1993, C print.";
var img142 = '<img src="images/photos/theatre_6.jpg" width="432" height="295" border="0">';
var text142 = "Untitled, January 1998, Cibachrome.";
var img143 = '<img src="images/photos/self_6.jpg" width="432" height="295" border="0">';
var text143 = "The Artist Through Her Own Lens, February 1994, Silver gelatin print.";
var img144 = '<img src="images/photos/self_6.jpg" width="288" height="374" border="0">';
var text144 = "The Artist Through Her Own Lens, February 1994, Silver gelatin print.";

// multimedia
var img201 = '<img src="images/media_1.gif" width="290" height="308" border="0">';
var text201 = "Stickers for Burning Man 2002<br>August 2002, Illustrator.";
var img202 = '<img src="images/media_2.gif" width="271" height="432" border="0">';
var text202 = "Logo for Ignis Devoco Industrial Fire Circus<br>February 2002, Illustrator";
var img203 = '<img src="images/media_3.gif" width="287" height="146" border="0">';
var text203 = "Logo for Golden Gate Park Stables, San Francisco<br>April 1999, Illustrator.";
var img204 = '<img src="images/media_4.jpg" width="360" height="270" border="0">';
var text204 = "Lucy\'s Bracelet, October 1997, Bryce Image.<br />(I swear I didn\'t put it there, but several people have found the bracelet &#151; can you?)";
var img205 = '<img src="images/media_5.jpg" width="360" height="270" border="0">';
var text205 = "Untitled, September 1997, Bryce Image.";
var img206 = '<img src="images/media_6.jpg" width="360" height="270" border="0">';
var text206 = "Untitled, October 1997, Bryce Image.";
var img207 = '<img src="images/story1.jpg" width="360" height="270" border="0">';
var text207 = "<p>The following is a brief storyboard for an animated sequence I created in Director, using images created in Bryce and a soundtrack ('Gotta Get a Message to You') courtesy of <a href='http://fruvous.com' target='new'>Moxy Fr&#252;vous</a>. The actual director file weighs in at 28 megs, and is therefore not available for download.</p><p>Camera angle: From above<br />Camera slowly closes in on the room, then fades to...</p><p><a href='javascript:changeContent(208);'>NEXT SCENE</a></p>";
var img208 = '<img src="images/story2.jpg" width="360" height="270" border="0">';
var text208 = "<p>...a shot of the closed door from inside the room. The camera remains on the door as it...</p><p><a href='javascript:changeContent(209);'>NEXT SCENE</a></p>";
var img209 = '<img src="images/story3.jpg" width="360" height="270" border="0">';
var text209 = "<p>...opens to reveal the YELLOW dog, who moves forward into the room. Dissolve to...</p><p><a href='javascript:changeContent(210);'>NEXT SCENE</a></p>";
var img210 = '<img src="images/story4.jpg" width="360" height="270" border="0">';
var text210 = "<p>INT. Room<br />Camera pans around, and comes to rest on...</p><p><a href='javascript:changeContent(211);'>NEXT SCENE</a></p>";
var img211 = '<img src="images/story5.jpg" width="360" height="270" border="0">';
var text211 = "<p>...the coffee vending machine in the corner. YELLOW moves forward to stand in front of the machine, tail wagging. Camera dissolves to...</p><p><a href='javascript:changeContent(212);'>NEXT SCENE</a></p>";
var img212 = '<img src="images/story6.jpg" width="360" height="270" border="0">';
var text212 = "<p>...a view of the sofa, where the RED dog has appeared. Camera pans around to show the dog reading a newspaper. He pushes the paper off the sofa, and it flies across the room. Camera follows the paper, then pans up to show...</p><p><a href='javascript:changeContent(213);'>NEXT SCENE</a></p>";
var img213 = '<img src="images/story7.jpg" width="360" height="270" border="0">';
var text213 = "<p>...the poster on the wall, then continues on to show the BLUE dog, who is standing on the sofa and looking out the window. Camera pans around...</p><p><a href='javascript:changeContent(214);'>NEXT SCENE</a></p>";
var img214 = '<img src="images/story8.jpg" width="360" height="270" border="0">';
var text214 = "<p>...to show the view from the window. Camera dissolve to...</p><p><a href='javascript:changeContent(215);'>NEXT SCENE</a></p>";
var img215 = '<img src="images/story9.jpg" width="360" height="270" border="0">';
var text215 = "<p>...the GREEN dog walking across the counter to check out the book. He then looks up at the card taped to the corner of the mirror.<br />CUT back to overhead view, this time showing the dogs arranged around the room.</p><p><a href='javascript:changeContent(216);'>NEXT SCENE</a></p>";
var img216 = '<img src="images/story10.jpg" width="360" height="270" border="0">';
var text216 = "<p>Camera moves up and away as the image dissolves to a blue screen. Roll Credits.</p>";

function changeContent(portID) {
	if (portID == 1){ var newimg = img1; var newtext = text1; }
	if (portID == 2){ var newimg = img2; var newtext = text2; }
	if (portID == 3){ var newimg = img3; var newtext = text3; }
	if (portID == 4){ var newimg = img4; var newtext = text4; }
	if (portID == 5){ var newimg = img5; var newtext = text5; }
	if (portID == 6){ var newimg = img6; var newtext = text6; }
	if (portID == 7){ var newimg = img7; var newtext = text7; }
	if (portID == 8){ var newimg = img8; var newtext = text8; }
	if (portID == 9){ var newimg = img9; var newtext = text9; }
	if (portID == 10){ var newimg = img10; var newtext = text10; }
	if (portID == 11){ var newimg = img11; var newtext = text11; }
	
	if (portID == 101){ var newimg = img101; var newtext = text101; }
	if (portID == 102){ var newimg = img102; var newtext = text102; }
	if (portID == 103){ var newimg = img103; var newtext = text103; }
	if (portID == 104){ var newimg = img104; var newtext = text104; }
	if (portID == 105){ var newimg = img105; var newtext = text105; }
	if (portID == 106){ var newimg = img106; var newtext = text106; }
	if (portID == 107){ var newimg = img107; var newtext = text107; }
	if (portID == 108){ var newimg = img108; var newtext = text108; }
	if (portID == 109){ var newimg = img109; var newtext = text109; }
	if (portID == 110){ var newimg = img110; var newtext = text110; }
	if (portID == 111){ var newimg = img111; var newtext = text111; }
	if (portID == 112){ var newimg = img112; var newtext = text112; }
	if (portID == 113){ var newimg = img113; var newtext = text113; }
	if (portID == 114){ var newimg = img114; var newtext = text114; }
	if (portID == 115){ var newimg = img115; var newtext = text115; }
	if (portID == 116){ var newimg = img116; var newtext = text116; }
	if (portID == 117){ var newimg = img117; var newtext = text117; }
	if (portID == 118){ var newimg = img118; var newtext = text118; }
	if (portID == 119){ var newimg = img119; var newtext = text119; }
	if (portID == 120){ var newimg = img120; var newtext = text120; }
	if (portID == 121){ var newimg = img121; var newtext = text121; }
	if (portID == 122){ var newimg = img122; var newtext = text122; }
	if (portID == 123){ var newimg = img123; var newtext = text123; }
	if (portID == 124){ var newimg = img124; var newtext = text124; }
	if (portID == 125){ var newimg = img125; var newtext = text125; }
	if (portID == 126){ var newimg = img126; var newtext = text126; }
	if (portID == 127){ var newimg = img127; var newtext = text127; }
	if (portID == 128){ var newimg = img128; var newtext = text128; }
	if (portID == 129){ var newimg = img129; var newtext = text129; }
	if (portID == 130){ var newimg = img130; var newtext = text130; }
	if (portID == 131){ var newimg = img131; var newtext = text131; }
	if (portID == 132){ var newimg = img132; var newtext = text132; }
	if (portID == 133){ var newimg = img133; var newtext = text133; }
	if (portID == 134){ var newimg = img134; var newtext = text134; }
	if (portID == 135){ var newimg = img135; var newtext = text135; }
	if (portID == 136){ var newimg = img136; var newtext = text136; }
	if (portID == 137){ var newimg = img137; var newtext = text137; }
	if (portID == 138){ var newimg = img138; var newtext = text138; }
	if (portID == 139){ var newimg = img139; var newtext = text139; }
	if (portID == 140){ var newimg = img140; var newtext = text140; }
	if (portID == 141){ var newimg = img141; var newtext = text141; }
	if (portID == 142){ var newimg = img142; var newtext = text142; }
	if (portID == 143){ var newimg = img143; var newtext = text143; }
	if (portID == 144){ var newimg = img144; var newtext = text144; }

	if (portID == 201){ var newimg = img201; var newtext = text201; }
	if (portID == 202){ var newimg = img202; var newtext = text202; }
	if (portID == 203){ var newimg = img203; var newtext = text203; }
	if (portID == 204){ var newimg = img204; var newtext = text204; }
	if (portID == 205){ var newimg = img205; var newtext = text205; }
	if (portID == 206){ var newimg = img206; var newtext = text206; }
	if (portID == 207){ var newimg = img207; var newtext = text207; }
	if (portID == 208){ var newimg = img208; var newtext = text208; }
	if (portID == 209){ var newimg = img209; var newtext = text209; }
	if (portID == 210){ var newimg = img210; var newtext = text210; }
	if (portID == 211){ var newimg = img211; var newtext = text211; }
	if (portID == 212){ var newimg = img212; var newtext = text212; }
	if (portID == 213){ var newimg = img213; var newtext = text213; }
	if (portID == 214){ var newimg = img214; var newtext = text214; }
	if (portID == 215){ var newimg = img215; var newtext = text215; }
	if (portID == 216){ var newimg = img216; var newtext = text216; }
loadContent(newimg, newtext);
}

// load new content
function loadContent(newimg, newtext) {
	if (document.layers) {
		document.layers['content'].document.open();
    	document.layers['content'].document.writeln(newimg);
    	document.layers['content'].document.close();
		document.layers['imagedesc'].document.open();
    	document.layers['imagedesc'].document.writeln(newtext);
    	document.layers['imagedesc'].document.close();
	} 
	if (isNS6) {
		document.getElementById('content').innerHTML = newimg;
		document.getElementById('imagedesc').innerHTML = newtext;
	}
	else {
		document.all['content'].innerHTML = newimg;
		document.all['imagedesc'].innerHTML = newtext;
	}
}
//-->
