
function showProject(){
prod = document.work.webwork.selectedIndex;
prodval = document.work.webwork.options[prod].value;

		if(prodval == "1"){
				window.location = "work.html";
				}
		if(prodval == "2"){
				window.location = "work-pines.html";
				}
		if(prodval == "3"){
				window.location = "work-hawaii.html";
				}			
		if(prodval == "4"){
				window.location = "work-tal.html";
				}
		if(prodval == "5"){
				window.location = "flash.html";
				}
		if(prodval == "6"){
				window.location = "work-liberty.html";
				}
		if(prodval == "7"){
				window.location = "av.html";
				}
		if(prodval == "8"){
				window.location = "work-mma.html";
				}
		}
		

function showPic (whichpic) { 
	if (document.getElementById) { 
		document.getElementById('placeholder').src = whichpic.href; 
		if (whichpic.title) { 
			document.getElementById('desc').childNodes[0].nodeValue = whichpic.title; 
		} else { 
			document.getElementById('desc').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue; 
		} 
		return false; 
	} else { 
		return true; 
	} 
}
