// cowboy

  function showMore(bullet){  
    // make shortcuts to info div
    var iDiv=document.getElementById("infoDiv");
	  iDiv.style.background="#cccccc";
	  iDiv.style.position="absolute";
	  iDiv.style.visibility="visible";
	  iDiv.style.zIndex=100;
	  iDiv.style.fontFamily="arial";
	  iDiv.style.fontSize="8pt";
    
    // create variable for innerhtml data
    var temp;
		    
    // decide which bullet is requested
  	switch(bullet){
  		case 321:
  			temp="<b>.32 H&R</b>"+space(40)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="90 Gr. FPL<br />";  	
  			temp+="Velocity 750 FPS<p />"; 
  			temp+="</span>";
			  iDiv.style.top=255;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;  
  		case 322:
  			temp="<b>.32-20</b>"+space(43)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="115 Gr. FPL<br />";  	
  			temp+="Velocity 800 FPS<p />"; 
  			temp+="</span>";
			  iDiv.style.top=290;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;   
  		case 381:
  			temp="<b>.38 LONG COLT</b>"+space(27)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="158 Gr. RNL<br />";  	
  			temp+="Velocity 650 FPS<p />"; 
  			temp+="</span>";
			  iDiv.style.top=335;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;     	
  		case 382:
  			temp="<b>.38 SPECIAL</b>"+space(32)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="158 Gr. CNL<br />";  	
  			temp+="Velocity 800 FPS<p />"; 
  			temp+="</span>";
			  iDiv.style.top=380;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;     								
  		case 357:
  			temp="<b>.357 MAGNUM</b>"+space(29)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="158 Gr. CNL<br />";  	
  			temp+="Velocity 800 FPS<p />"; 
  			temp+="</span>";
			  iDiv.style.top=425;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;     	 
  		case 383:
  			temp="<b>.38-40 </b>"+space(41)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="180 Gr. FPL<br />";  	
  			temp+="Velocity 800 FPS<p />"; 
  			temp+="</span>";
			  iDiv.style.top=470;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;   
  		case 441:
  			temp="<b>.44-40 </b>"+space(41)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="200 Gr. RNFP<br />";  	
  			temp+="Velocity 800 FPS<p />"; 
  			temp+="</span>";
			  iDiv.style.top=515;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;  
  		case 442:
  			temp="<b>.44 RUSSIAN </b>"+space(30)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="210 Gr. FPL<br />";  	
  			temp+="Velocity 650 FPS<p />"; 
  			temp+="</span>";
			  iDiv.style.top=570;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;    	
  		case 443:
  			temp="<b>.44 COLT </b>"+space(36)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="230 Gr. FPL<br />";  	
  			temp+="Velocity 730 FPS<p />"; 
  			temp+="</span>";
			  iDiv.style.top=625;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;   
  		case 444:
  			temp="<b>.44 SPECIAL </b>"+space(31)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="210 Gr. FPL<br />";  	
  			temp+="Velocity 700 FPS<p />"; 
  			temp+="</span>";
			  iDiv.style.top=675;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;   	
  		case 451:
  			temp="<b>.45 SCHOFIELD </b>"+space(26)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="180 Gr. FNL<br />";  	
  			temp+="Velocity 730 FPS<p />"; 
  			temp+="230 Gr. RNFP<br />";  	
  			temp+="Velocity 730 FPS<p />";   			
  			temp+="</span>";
			  iDiv.style.top=720;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;   
  		case 452:
  			temp="<b>.45 COLT </b>"+space(36)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="250 Gr. RNFP<br />";  	
  			temp+="Velocity 725 FPS<p />"; 
  			temp+="</span>";
			  iDiv.style.top=775;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;   	  		
  		case 384:
  			temp="<b>.38-55 </b>"+space(41)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="255 Gr. FNL<br />";  	
  			temp+="Velocity 1250 FPS<p />"; 
  			temp+="</span>";
			  iDiv.style.top=815;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;  
  		case 453:
  			temp="<b>.45-70 </b>"+space(41)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="405 Gr. FPL<br />";  	
  			temp+="Velocity 1250 FPS<p />"; 
  			temp+="</span>";
			  iDiv.style.top=875;
			  iDiv.style.left=600;  	
			  iDiv.style.width=200;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;   	   			 	   				  					   					  			   			 			 			
  	  default:  	  
  	  	//do nothing;
  	} // end switch 	
  	  	
  } // end function showMore()