

function ExpMenu(){ 
 if(navigator.appVersion.indexOf("MSIE")==-1)
 {return;}
 var i,k,g,lg,r=/\s*hvr/,nn='',c,cs='hvr',bv='menubar';
 for(i=0;i<10;i++)
 {
	 g=document.getElementById(bv+nn);
	 if(g){
 		lg=g.getElementsByTagName("LI");
		if(lg){
			for(k=0;k<lg.length;k++){
		 		lg[k].onmouseover=function(){		
					c=this.className;cl=(c)?c+' '+cs:cs;
					this.className=cl;};
					lg[k].onmouseout=function(){c=this.className;
					this.className=(c)?c.replace(r,''):'';
				};
			}
		}
	}
	nn=i+1;
 }
}

var text = new Array;
text[text.length++] = "images/index_thumbs/first.gif,SJSU professor of chemistry Joe Pesek is proving that long term investment in the studies of complex chemical , ../html/sjsuf-news-info/case-studies.htm#improve, Image of Joe Pesek";
text[text.length++] = "images/index_thumbs/second.gif,In an era where neighbors often don't seem to know each other's names one San Jose community is working with the , ../html/sjsuf-news-info/case-studies.htm#empowering, Image of CommUniverCity";                                                            
text[text.length++] = "images/index_thumbs/third.gif,San Jose State University's Norman Y.Mineta Institute for Surface Transportation Policy Studies (MTI) brings together thought , ../html/sjsuf-news-info/case-studies.htm#driving, Image of Rod Diridon";
text[text.length++] = "images/index_thumbs/fourth.gif,Inter-disciplinary SJSU faculty team to bring new approaches for training of K-8 science teachers in Santa Clara county , ../html/sjsuf-news-info/case-studies.htm#innovators, Image of teacher";
text[text.length++] = "images/index_thumbs/fifth.gif,Director of SJSU's School of Social Work Dr. Alice Hines and her colleagues train the largest group of child health and mental , ../html/sjsuf-news-info/case-studies.htm#welfare, Image of Dr.Alice Hines";
text[text.length++] = "images/index_thumbs/sixth.gif, As one of only a handful of university-based film production houses in the country the founders of SJSU-based South , ../html/sjsuf-news-info/case-studies.htm#lights, Image of a videographer";
text[text.length++] = "images/index_thumbs/eighth.gif, For a growing community of scientists and engineers at university and industry laboratories around the world thinking , ../html/sjsuf-news-info/case-studies.htm#nanotech, Image of Emily Allen";
text[text.length++] = "images/index_thumbs/ninth.gif, A $5.5 million partnership between San Jose State University School of Nursing and the Gordon and Betty Moore , ../html/sjsuf-news-info/case-studies.htm#nursing, Image of nurses";
text[text.length++] = "images/index_thumbs/man_image.gif, The Center for Development of Recycling (CDR) under its founder Bruce Olszewski has been waging a war on , ../html/sjsuf-news-info/case-studies.htm#recycle, Image of Bruce Olszewski";
text[text.length++] = "images/index_thumbs/beethovenimage.gif, The data is clear. According to the VH1 Save the Music Foundation a non-profit organization dedicated to , ../html/sjsuf-news-info/case-studies.htm#beethoven, Image of children learning music";
text[text.length++] = "images/index_thumbs/healthimage.gif, AIDS research and treatment has come a long way since the epidemic was first identified in the early to mid-80's , ../html/sjsuf-news-info/case-studies.htm#health, Image of people dancing";
text[text.length++] = "images/index_thumbs/oceanicimage.gif, Since the mid-80s the 65-million-year old leatherback turtle population has decreased by as much as 95% , ../html/sjsuf-news-info/case-studies.htm#oceanic, Image of Kenneth Coale";
text[text.length++] = "images/index_thumbs/siliconimage.gif, Since 1946 the University of Michigan's national Survey of Consumer Attitudes has been viewed as the authoritative , ../html/sjsuf-news-info/case-studies.htm#silicon, Economic News Image";
text[text.length++] = "images/index_thumbs/ebreynolds.gif, History Professor E. Bruce Reynolds is Project Director for the East Asian Regional Materials and Resources Center (EAMARC) , ../html/sjsuf-news-info/case-studies.htm#east, Image of Professor E. Bruce Reynolds"; 
text[text.length++] = "images/index_thumbs/guna_selvaduray.gif, The Federal Emergency Management Agency (FEMA) and the California Governor's Office of Emergency Services , ../html/sjsuf-news-info/case-studies.htm#emergency, Image of Guna Selvaduray";

function setRandomProd() {
	//alert("im in");
	rNum = Math.floor(Math.random() * text.length);
	prodData = text[rNum].split(",");
	document.getElementById("img").src = prodData[0]; //setting the image
	document.getElementById("img").alt = prodData[3]; //the image's alternate text
	document.getElementById("description").innerHTML = prodData[1];
	document.getElementById("workthatmatters").href = "Work That Matters";
	document.getElementById("link").href = prodData[2];
}
