


wimgTitle=new Array("Suite 16 Web Designs","Darcy Elman : <a href='http://www.darcyelman.com' target='_blank'>www.darcyelman.com</a>","Instor Solutions : <a href='http://www.instor.com' target='_blank'>www.instor.com</a>","To-Go Ware : <a href='http://www.to-goware.com' target='_blank'>www.to-goware.com</a>","Pamela Mayer : <a href='http://www.pamelamayer.com' target='_blank'>www.pamelamayer.com</a>","Aspira Beauty : <a href='http://www.aspirabeauty.com' target='_blank'>www.aspirabeauty.com</a>","Sustained Note World : <a href='http://www.sustainednote.com' target='_blank'>sustainednote.com</a>","Mansour Craft : <a href='http://www.mansourcraft.com' target='_blank'>www.mansourcraft.com</a>","Annual Reviews : <a href='http://www.annualreviews.org/' target='_blank'>www.annualreviews.org</a>","","");
wimgText=new Array(" ","Managed project, developed site, and collaborated in design, for Yoga and Pilates Instructor","Managed project, developed site, and collaborated in design, for data center product specialist","Coded site and shopping cart in collaboration with local web agency who provided design","Managed project, developed site, and collaborated in design, for local children's author","Managed project and created landing page based on pre-existing design for local spa","Coded site in collaboration with local web agency who provided design","Managed project, designed, and created landing page for local house restoration specialist","Coded site and shopping cart in collaboration with marketing department who provided design"," "," ");




function switchPic(i,s){
// alert(i);
// alert(s);
//alert(idx);
sb=s.substring(0,s.length-4)+"-b.gif"; //find image path and change name to create big image
document.images.viewer.src=sb;  //switch viewer image to current image
idx=parseInt(i.substring(4,s.length)); //find index number
// alert(idx);
aTitle=eval(i.substring(0,4)+'Title'+'['+idx+']'); //title of array
aText=eval(i.substring(0,4)+'Text'+'['+idx+']'); //text of array
// alert(aTitle);
document.getElementById('CapTitle').innerHTML=aTitle; //change title
document.getElementById('CapText').innerHTML=aText; //change text
}

function borderNorm(i){
b="document.getElementById('";
e="').style.borderColor='#363636'";
eval(b+i+e);
}





function getCaption(c){
document.getElementById('wCapTitle').innerText="hello";
}




// I need to extract the number from the id field or somehow link together the image, caption title, and caption text

// b="document.getElementById('"; //beginning of border rollover
// e="').style.borderColor='green'"; //end of border rollover
// eval(b+i+e); //evaluate of border rollover