// js file for factory new handgun


  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 32:
  			temp="<b>.32 H&R MAGNUM</b>"+space(19)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="85 Gr. Jacketed Hollow Point<br />";  			
  			temp+="Velocity 1100 FPS<br />";
  			temp+="Energy 228 Ft. Lbs.";
  			temp+="</span>";
			  iDiv.style.top=260;
			  iDiv.style.left=600;  			
  			iDiv.innerHTML=temp;
  			fadeIn(); break;;
  	  case 380:	
  			temp="<b>.380 AUTOMATIC</b>"+space(21)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="90 Gr. Jacketed Hollow Point<br />";  			
  			temp+="Velocity 1000 FPS<br />";
  			temp+="Energy 200 Ft. Lbs.<p />";
  			temp+="100 Gr. Full Metal Jacket<br />";  			
  			temp+="Velocity 950 FPS<br />";
  			temp+="Energy 200 Ft. Lbs.";
			temp+="<img src='images/bulls.jpg' alt='New item for 2009'> New item for 2009";
  			temp+="</span>";
			  iDiv.style.top=310;
			  iDiv.style.left=600;  			
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;;
  	  case 45:	
  			temp="<b>.45 ACP</b>"+space(35)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="200 Gr. Match Semi-Wadcutter<br />";  			
  			temp+="Velocity 875 FPS<br />";
  			temp+="Energy 340 Ft. Lbs.<p />";
  			temp+="230 Gr. Full Metal Jacket<br />";  			
  			temp+="Velocity 850 FPS<br />";
  			temp+="Energy 368 Ft. Lbs.<p />";  			
  			temp+="185 Gr. Jacketed Hollow Point<br />";  			
  			temp+="Velocity 1000 FPS<br />";
  			temp+="Energy 411 Ft. Lbs.<p />";  	
  			temp+="230 Gr. Jacketed Hollow Point<br />";  			
  			temp+="Velocity 850 FPS<br />";
  			temp+="Energy 368 Ft. Lbs.<p />";  	
  			temp+="230 Gr. Jacketed Hollow Point+P<br />";  			
  			temp+="Velocity 950 FPS<br />";
  			temp+="Energy 460 Ft. Lbs.<p />";
			temp+="185 Gr. Barnes Tac-XP+P<br />";
			temp+="Velocity 1000 FPS<br />";
			temp+="Energy 411 Ft. Lbs.<br />";
			temp+="<img src='images/bulls.jpg' alt='New item for 2009'> New item for 2009";
  			temp+="</span>";
			  iDiv.style.top=360;
			  iDiv.style.left=600;  			
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;;  
  	  case 9:	
  			temp="<b>9MM LUGER</b>"+space(28)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="115 Gr. Jacketed Hollow Point+P<br />";  			
  			temp+="Velocity 1300 FPS<br />";
  			temp+="Energy 431 Ft. Lbs.<p />";
  			temp+="124 Gr. Jacketed Hollow Point+P<br />";  			
  			temp+="Velocity 1250 FPS<br />";
  			temp+="Energy 430 Ft. Lbs.<p />";  			
  			temp+="115 Gr. Full Metal Jacket<br />";  			
  			temp+="Velocity 1150 FPS<br />";
  			temp+="Energy 336 Ft. Lbs.<p />";  	
  			temp+="115 Gr. EXP (Extra Power) HP<br />";  			
  			temp+="Velocity 1250 FPS<br />";
  			temp+="Energy 400 Ft. Lbs.<p />";  
  			temp+="124 Gr. Jacketed Hollow Point<br />";  			
  			temp+="Velocity 1150 FPS<br />";
  			temp+="Energy 363 Ft. Lbs.<p />";
			temp+="115 Gr. Barnes Tac-SP +P<br />";
			temp+="Velocity 1250 FPS<br />";
			temp+="Energy 400 Ft. Lbs.<p />";
			temp+="<img src='images/bulls.jpg' alt='New item for 2009'> New item for 2009";
  			temp+="</span>";
			  iDiv.style.top=420;
			  iDiv.style.left=600;  	
  			iDiv.innerHTML=temp;  	
  			fadeIn(); break;; 
			case 44:	
  			temp="<b>.44 MAGNUM</b>"+space(27)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="240 Gr. Jacketed Hollow Point<br />";  			
  			temp+="Velocity 1260 FPS<br />";
  			temp+="Energy 848 Ft. Lbs.<p />";
  			temp+="300 Gr. Jacketed Hollow Point<br />";  			
  			temp+="Velocity 1150 FPS<br />";
  			temp+="Energy 879 Ft. Lbs.";  			
  			temp+="</span>";
			  iDiv.style.top=550;
			  iDiv.style.left=600;  			
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;; 	
			case 38:	
  			temp="<b>.38 SPECIAL</b>"+space(28)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="125 Gr. Jacketed Hollow Point+P<br />";  			
  			temp+="Velocity 1050 FPS<br />";
  			temp+="Energy 306 Ft. Lbs.<p />";
			temp+="148 Gr. Match HBWC<br />";
			temp+="Velocity 700 FPS<br />";
			temp+="Energy 161 Ft. Lbs.<p />";
			temp+="<img src='images/bulls.jpg' alt='New item for 2009'> New item for 2009";
  			temp+="</span>";
			  iDiv.style.top=605;
			  iDiv.style.left=600;  			
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;; 	  								
			case 357:	
  			temp="<b>.357 MAGNUM</b>"+space(25)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
   			temp+="125 Gr. Jacketed Hollow Point<br />";  			
  			temp+="Velocity 1500 FPS<br />";
  			temp+="Energy 625 Ft. Lbs.<p />";  
  			temp+="158 Gr. Jacketed Hollow Point<br />";  			
  			temp+="Velocity 1250 FPS<br />";
  			temp+="Energy 548 Ft. Lbs.";    						
  			temp+="</span>";
			  iDiv.style.top=670;
			  iDiv.style.left=600;  			
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;; 	 
			case 40:	
  			temp="<b>.40 SMITH & WESSON</b>"+space(13)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="155 Gr. Jacketed Hollow Point<br />";  			
  			temp+="Velocity 1150 FPS<br />";
  			temp+="Energy 450 Ft. Lbs.<p />";
  			temp+="180 Gr. Jacketed Hollow Point<br />";  			
  			temp+="Velocity 1000 FPS<br />";
  			temp+="Energy 400 Ft. Lbs.";
			temp+="155 Gr. Barnes Tac-XP<br />";
			temp+="Velocity 1100 FPS<br />";
			temp+="Energy 416 Ft. Lbs.<br />";
			temp+="<img src='images/bulls.jpg' alt='New item for 2009'> New item for 2009";			
  			temp+="</span>";
			  iDiv.style.top=730;
			  iDiv.style.left=600;  			
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;;   
			case 46:	
  			temp="<b>.45 AUTO RIM</b>"+space(27)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="255 Gr. Semi-Wadcutter<br />";  			
  			temp+="Velocity 750 FPS<br />";
  			temp+="Energy 318 Ft. Lbs.<p />";
  			temp+="</span>";
			  iDiv.style.top=480;
			  iDiv.style.left=600;  			
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;    
  									 			
  	  default:
  	  	//do nothing;
  	} // end switch
  } // end function showMore()
  
