// function for factory new rifle

  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 223:
  			temp="<b>.223 REMINGTON</b>"+space(155)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="<table cellpadding='10pt' class='xClass'>";
  			temp+="<tr>";
  			temp+="<td class='popup' width='27%'>";
  			temp+="36 Gr. Varmint Grenade<br />";  			
  			temp+="Velocity 3750 FPS<br />";
  			temp+="Energy 1124 Ft. Lbs.";
  			temp+="</td><td class='popup' width='30%'>"
  			temp+="55 Gr. Barnes TSX<br />";  			
  			temp+="Velocity 3200 FPS<br />";
  			temp+="Energy 1250 Ft. Lbs.";
  			temp+="</td>";
  			temp+="<td rowspan='6' class='popup' valign='top'>";
  			temp+="Rifles for the .223 utilize a wide range of rifling ";
  			temp+="twist rates, from 1 twist in 7\" to 1 twist in 12\". Bullets ";
  			temp+="above 60 grains require faster twists to provide the ";
  			temp+="best accuracy. As a general rule, bolt action rifles have ";
  			temp+="a 1 in 12 inch twist and shoot best with bullet weights of 60 ";
  			temp+="grains or less. Semi-automatic rifles produced since 1985 generally have a faster ";
  			temp+="twist and can stabilize the heavier bullets, but may not perform well with the lightest ";
  			temp+="bullets. The 60 grain versions are good choices for agencies or individuals who need ";
  			temp+="one bullet weight to work in a variety of rifles with different twist rates from ";
  			temp+="1 in 7\" to 1 in 12\". Our staff is pleased to assist in helping you make a selection ";
  			temp+="for your particular needs. ";
  			temp+="<hr /> ";
  			temp+="<b>WE ARE THE .223 SPECIALISTS</b><br /> ";
  			temp+="We produce more versions of the .223 ammunition than any other ";
  			temp+="company, and for good reason... Our customers are specialists in ";
  			temp+="their respective shooting sports and duties. They know what they ";
  			temp+="need and come to us for the best ammunition for their purposes. ";
  			temp+="We have .223 ammo designed for optimum results whether you are ";
  			temp+="varmint hunting, informal target shooting, competing at Camp Perry, ";
  			temp+="or on duty protecting our country. ";
		  	temp+="<br /><br />";	
		    temp+="<img src='images/moly.jpg' alt='Available in Molycoat' /> AVAILABLE IN MOLYCOAT<br />";
  			temp+="</td></tr>";
  			temp+="<tr>";
  			temp+="<td class='popup'>";
  			temp+="40 Gr. Hornady V-MAX<br />";  			
  			temp+="Velocity 3600 FPS<br />";
  			temp+="Energy 1150 Ft. Lbs.";
  			temp+="</td><td class='popup'>"
  			temp+="60 Gr. Soft Point<br />";  			
  			temp+="Velocity 3100 FPS<br />";
  			temp+="Energy 1280 Ft. Lbs.";
  			temp+="</td></tr>";
  			temp+="<tr>";
  			temp+="<td class='popup'>";
  			temp+="50 Gr. Hornady V-MAX<img src='images/moly.jpg' alt='Available in Molycoat' /><br />";  			
  			temp+="Velocity 3300 FPS<br />";
  			temp+="Energy 1209 Ft. Lbs.";
  			temp+="</td><td class='popup'>"
  			temp+="60 Gr. Hornady V-MAX<img src='images/moly.jpg' alt='Available in Molycoat' /><br />";  			
  			temp+="Velocity 3100 FPS<br />";
  			temp+="Energy 1280 Ft. Lbs.";
  			temp+="</td></tr>";
  			temp+="<tr>";
			temp+="<td class='popup'>";
  			temp+="52 Gr. Match HP<img src='images/moly.jpg' alt='Available in Molycoat' /><br />";  			
  			temp+="Velocity 3250 FPS<br />";
  			temp+="Energy 1219 Ft. Lbs.<br />";
			temp+="</td><td class='popup'>"
			temp+="68 Gr. Heavy Match HP<img src='images/moly.jpg' alt='Available in Molycoat' /><br />";  			
  			temp+="Velocity 2850 FPS<br />";
  			temp+="Energy 1227 Ft. Lbs.";
			temp+="</td></tr>";
			temp+="<tr>";
			temp+="<td class='popup'>";
			temp+="55 Gr. Full Metal Jacket<br />";
			temp+="Velocity 3200 FPS<br />";
			temp+="Energy 1250 Ft. Lbs.<br />";
			temp+="<img src='images/bulls.jpg' alt='New item for 2009'> New item for 2009<br />";
			temp+="</td><td class='popup'>"
			temp+="69 Gr. Sierra MatchKing<img src='images/moly.jpg' alt='Available in Molycoat' /><br />";  			
  			temp+="Velocity 2850 FPS<br />";
  			temp+="Energy 1245 Ft. Lbs.";
			temp+="</td></tr>";
			temp+="<tr>";
			temp+="<td class='popup'>"
			temp+="55 Gr. Soft Point<br />";  			
  			temp+="Velocity 3200 FPS<br />";
  			temp+="Energy 1250 Ft. Lbs.";
			temp+="</td><td class='popup'>"
			temp+="75 Gr. Heavy Match HP<img src='images/moly.jpg' alt='Available in Molycoat' /><br />";  			
  			temp+="Velocity 2750 FPS<br />";
  			temp+="Energy 1259 Ft. Lbs.";
			temp+="<img src='images/bulls.jpg' alt='New item for 2009'> New item for 2009<br />";
			temp+="</td></tr>";
  			temp+="<tr>";
  			temp+="<td class='popup'>";
  			temp+="55 Gr. Barnes MPG<br />";
			temp+="Velocity 3200 FPS<br />";
			temp+="Energy 1250 Ft. Lbs.<br />";
  			temp+="</td><td class='popup'>"
  			temp+="77 Gr. Sierra MatchKing<img src='images/moly.jpg' alt='Available in Molycoat' /><br />";  			
  			temp+="Velocity 2750 FPS<br />";
  			temp+="Energy 1293 Ft. Lbs.";
  			temp+="</td></tr>";			
	  		temp+="</table>"  			
  			temp+="</span>";
			  iDiv.style.top=280;
			  iDiv.style.left=210;  
			  iDiv.style.width=600;			
  			iDiv.innerHTML=temp;
  			fadeIn(); break;
  	  case 308:	
  			temp="<b>.308 WINCHESTER MATCH</b>"+space(17)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="168 Gr. Match Hollow Point<img src='images/moly.jpg' alt='Available in Molycoat' /><br />";  			
  			temp+="Velocity 2650 FPS<br />";
  			temp+="Energy 2620 Ft. Lbs.<p />"; 			
  			temp+="175 Gr. Match Hollow Point<img src='images/moly.jpg' alt='Available in Molycoat' /><br />";  			
  			temp+="Velocity 2600 FPS<br />";
  			temp+="Energy 2627 Ft. Lbs.<p />"; 	
				temp+="<img src='images/moly.jpg' alt='Available in Molycoat' /> AVAILABLE IN MOLYCOAT<p />";  	  			
  			temp+="Black Hills .308 Win. 168 and 175 grain match ";
  			temp+="ammunition is fast becoming the new standard for ";
  			temp+="accuracy. It is used and recommended by builders of ";
  			temp+="long range precision rifles including FN, Sigarms, ";
  			temp+="G.A. Precision, Robar, Armalite, DPMS, McMillan Brothers, ";
  			temp+="Accuracy International, Iron Brigade Armory, Texas ";
  			temp+="Brigade Armory and Landtec. ";  			
  			temp+="</span>";
			  iDiv.style.top=330;
			  iDiv.style.left=580;  
			  iDiv.style.width=225;
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;
  	  case 300:	
  			temp="<b>.300	WIN. MAG.</b>"+space(34)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="190 Gr. Match Hollow Point<img src='images/moly.jpg' alt='Available in Molycoat' /><br />";  			
  			temp+="Velocity 2950 FPS<br />";
  			temp+="Energy 3672 Ft. Lbs.<p />"; 	
				temp+="<img src='images/moly.jpg' alt='Available in Molycoat' /> AVAILABLE IN MOLYCOAT<p />";  	  			
  			temp+="When developing our .300 Win. Mag load, we ";
  			temp+="started with the \"Seal Team\" .300 WM load which ";
  			temp+="was developed for pure accuracy & long range ";
  			temp+="performance. We modified the load to be within ";
  			temp+="industry dimensions and to increase uniformity. ";
  			temp+="The result is the best available 300 Win. Mag. precision ammunition.";			
  			temp+="</span>";
			  iDiv.style.top=390;
			  iDiv.style.left=580;  	
			  iDiv.style.width=225;		
  			iDiv.innerHTML=temp;  	 
  			fadeIn(); break;  
  	  case 338:	
  			temp="<b>.338 LAPUA</b>"+space(40)+"<span class='xClass' onClick='showLess()'>[x]</span><br />";
  			temp+="<hr />";
  			temp+="<span style='font-size:8pt'>";
  			temp+="250 Gr. Sierra MatchKing<br />";  			
  			temp+="Velocity 2950 FPS<br />";
  			temp+="Energy 4831 Ft. Lbs.<p />"; 	
  			temp+="300 Gr. Sierra MatchKing<br />";  			
  			temp+="Velocity 2800 FPS<br />";
  			temp+="Energy 5223 Ft. Lbs.<p />"; 	
  			temp+="The .338 Lapua is a serious long range caliber, ";
  			temp+="effectively bridging the gap between the 300 Win. ";
  			temp+="Mag. and the 50 BMG cartridge. It provides extreme ";
  			temp+="long range capability in rifles that are much lighter ";
  			temp+="and more portable, producing less recoil than the 50 BMG.";
  			temp+="</span>";
			  iDiv.style.top=455;
			  iDiv.style.left=580;  	
			  iDiv.style.width=225;		
  			iDiv.innerHTML=temp;  	
  			fadeIn(); break; 
  			 			
  	  default:
  	  	//do nothing;
  	} // end switch 	
  	  	
  } // end function showMore()