  image01 = new Image(192,057); 
  image01.src = "images/btn_01_ON.jpg"; 
  image02 = new Image(192,141); 
  image02.src = "images/btn_02_ON.jpg"; 
  image03 = new Image(192,141); 
  image03.src = "images/btn_03_ON.jpg"; 
  image04 = new Image(192,141); 
  image04.src = "images/btn_04_ON.jpg"; 
  image05 = new Image(192,082); 
  image05.src = "images/btn_05_ON.jpg"; 
  image06 = new Image(192,059); 
  image06.src = "images/btn_06_ON.jpg"; 
  
function showbutt(cname,cnum,cheight,conoff) {
	document.write("<tr><td><a href='"+cname+"' onmouseover='image"+cnum+".src=\"images/btn_"+cnum+"_ON.jpg\"' onmouseout='image"+cnum+".src=\"images/btn_"+cnum+"_"+conoff+".jpg\"' target='_self'>");
	document.write("<img border='0' name='image"+cnum+"' src='images/btn_"+cnum+"_"+conoff+".jpg' border='0' width='192' height='"+cheight+"'></a></td></tr>");
	return true;
}

function makepicdivs(cgroup,cnum,cwidth,cheight,cimage,cdescr) {
	document.write("<div height="+cheight+" name="+cgroup+cnum+" id="+cgroup+cnum+" class=popup><span><table cellpadding=11 height="+cheight+"><tr><td valign=top>");
	document.write("<img border='0' src='"+cimage+"' width='"+cwidth+"'><br><font class=piccaption><center>"+cdescr+"</center></font></td></tr></table></span></div>");
}
