var ems = new Array(".com",".net",".org")var emd = new Array("earthlink","la-bike","labikecoalition","mlleigh","yahoo")var emn = new Array("info","carol","aurisha","jennifer","dorothy","mike","megan","colin","ramon","allison","lariverride","erica")var ema = "@" function buildStr(n,d,s){	var str = "mailto:"+emn[n]+ema+emd[d]+ems[s];	return str;}function showPhoto(photoTitle,theImage,theW,theH,theTtl,theCred){var pT = photoTitle;var im = theImage;var ah = screen.availHeight;var w = theW;var ih = theH;var wh = theH;if(wh > (ah-200)){wh = ah-200;}thePhoto = open("","eventPhoto","width="+(w+24)+",height="+(wh+90)+",alwaysRaised=1,resizable=1,scrollbars=1");thePhoto.document.write("<HTML><HEAD><TITLE>"+pT+"</TITLE></HEAD>");thePhoto.document.write("<BODY STYLE='background:#069' ONBLUR='javascript: window.close()'>");thePhoto.document.write("<DIV  ALIGN='center' STYLE='width:100%;text-align:center;'><IMG SRC="+im+" WIDTH="+w+" HEIGHT="+ih+">");if(theCred != null){	thePhoto.document.write("<BR><SPAN STYLE='color: #FFF; text-decoration: none; font-size: 10px; line-height: 10px; font-family: Arial, Helvetica, Sans-serif;'>"+theCred+"</SPAN>");}thePhoto.document.write("</DIV>");thePhoto.document.write("<P ALIGN=center>");if(theTtl != null){	thePhoto.document.write("<SPAN STYLE='color: #FFF; text-decoration: none; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Sans-serif'>"+theTtl+"</SPAN><BR><BR>");}thePhoto.document.write("<A HREF='javascript: window.close()' STYLE='color: #FFF; text-decoration: none; font-weight: bold; font-size: 13px; line-height: 13px; font-family: Arial, Helvetica, Sans-serif'>Click here to close</A>");thePhoto.document.write("</P></BODY></HTML>");thePhoto.document.close();}function showText(textTitle,theText){var tT = textTitle;var tT2 = theText;theMsg = open("","eventText","width=420,height=320,alwaysRaised=1,resizable=1,scrollbars=1");theMsg.document.write("<HTML><HEAD><TITLE>"+tT+"</TITLE></HEAD>");theMsg.document.write("<BODY BGCOLOR='#000000' LINK='white'>");theMsg.document.write(""+tT2+"<BR>");theMsg.document.write("<P ALIGN=center>");theMsg.document.write("<A HREF='javascript: window.close()'>Click here to close</A>");theMsg.document.write("</P></BODY></HTML>");theMsg.document.close();}function showDoc(theURL){	theMsg = open(theURL,"Info","width=580,height=400,alwaysRaised=1,resizable=1,scrollbars=1");}