function showDetails(make,model)
	{
		var html = "";

		html += "<DIV class='prod' style='width: 92%; float: left; position: relative; padding: 10px 15px;'>";
		html += "   <P>Unlocking your "+make+" "+model+" is a safe, simple process and it is one of the easiest ways you'll ever find to save money."; 
		html += "   All it takes is the unlocking code and about five minutes of your time.  Once your cell phone is unlocked, you can change the"; 
		html += "   SIM card to get the best phone rates available, no matter where you are.</P>";
		html += "   <BR>";
		html += "   <P>Place your order now by clicking on the \"Add To Cart\" button and we will generate your BlackBerry Storm subisdy code and email"; 
		html += "      it to you in a short time (no more than 8 - 16 days ).";
		html += "      Both ordering and entering the code is easy. Just follow the instructions.";  
		html += "      Our service is guaranteed. Our suppirt team is available 24/7 for questions.</P>";
		html += "   <br>";
		html += "</DIV>";

		document.getElementById('ff-details').innerHTML = html;

	}

function showHowTo(make,model)
	{
		var html = "";

		html += "<div class='prod' style='float: right; position: relative; margin: 10px 0 0 0; padding: 10px 15px;' >";
		html += "	<h3>How It Works</h3>";
		html += "     <OL style='margin-left: 35px;'>";
		html += "       <LI>Click the \"Add to Cart\" button</LI>";
		html += "       <LI>Fill out our order form</LI>"; 
		html += "       <LI>Your unlock code is emailed to you along with easy to understand instructions</LI>";
		html += "       <LI>Put any active GSM SIM card into your phone and start making calls</LI>";
		html += "     </OL>";
		html += "	<SPAN style='padding: 10px 0 0 10px; display: block;'>If you have any questions, our Support team is available 24/7.</SPAN>";  
		html += "</DIV>";

		document.getElementById('ff-HowTo').innerHTML = html;

	}

