<!--


// buyItem - adds an item to the shopping basket
function buyItemSpc(itemNo, qty) 
{
// set up variables for message riders
//alert("itemNo = " + itemNo + 'line 8 function buyItem    ' + itemNo, qty);
		var whichitem;
		var size;
		var color = "";
		var bgcolor = "";
		var copy1 = "";
		var copy2 = "";
		var color1;
//alert (itemNo.substr(0,7) + ' line 15  ' + itemNo.substr(3,5));		
		if (itemNo == "FBRider")
		{ 
			whichitem = "Special FaceBook Rider";
			size = '6" x 24"';
			color = "Blue & Black";
			bgcolor = "White";
			copy1 = "Become a Fan!"
			copy2 = document.getElementById("NameFB").value;
		}
		if (itemNo == "TWRider")
		{ 
			whichitem = "Special Tweeter Rider";
			size = '6" x 24"';
			color = "Blue & Black";
			bgcolor = "White";
			copy1 = "Tweet Me!"
			copy2 = document.getElementById("NameTW").value;
		}		
		if (itemNo == "cwb-YSP")
		{ 
			whichitem = "Special Coldwell Banker Yard Sign Pannel";
			size = '24" x 24"';
			color = "FREE Shipping";
			bgcolor = "This Item";
			copy1 = document.getElementById("AgentName").value + ' ~~ ' + document.getElementById("AgentPhone").value;
			copy2 = document.getElementById("CompanyName").value + ' ~~ ' + document.getElementById("CompanyPhone").value;
		}
		if (itemNo == "era-YSP")
		{ 
			whichitem = "Special ERA Yard Sign Pannel";
			size = '18" x 24"';
			color = "FREE Shipping";
			bgcolor = "This Item";
			copy1 = document.getElementById("AgentName").value + ' ~~ ' + document.getElementById("AgentPhone").value;
			copy2 = document.getElementById("CompanyName").value + ' ~~ ' + document.getElementById("CompanyPhone").value;
		}
		if (itemNo == "pru-YSP")
		{ 
			whichitem = "Special Prudential Yard Sign Pannel";
			size = '30" x 24"';
			color = "FREE Shipping";
			bgcolor = "This Item";
			copy1 = document.getElementById("AgentName").value + ' ~~ ' + document.getElementById("AgentPhone").value;
			copy2 = document.getElementById("CompanyName").value + ' ~~ ' + document.getElementById("CompanyPhone").value;
		}
		if (itemNo == "rwd-YSP")
		{ 
			whichitem = "Special Realty World Yard Sign Pannel";
			size = '18" x 24"';
			color = "FREE Shipping";
			bgcolor = "This Item";
			copy1 = document.getElementById("AgentName").value + ' ~~ ' + document.getElementById("AgentPhone").value;
			copy2 = document.getElementById("CompanyName").value;
		}						
		if (itemNo == "remax-YSP")
		{ 
			whichitem = "Special Remax Yard Sign Pannel";
			size = '18" x 30"';
			color = "FREE Shipping";
			bgcolor = "This Item";
			copy1 = document.getElementById("AgentName").value + ' ~~ ' + document.getElementById("AgentPhone").value;
			copy2 = document.getElementById("CompanyName").value + ' ~~ ' + document.getElementById("CompanyPhone").value;
		}
		if (itemNo == "sot-YSP")
		{ 
			whichitem = "Special Sotheby's Yard Sign Pannel";
			size = '24" x 24"';
			color = "FREE Shipping";
			bgcolor = "This Item";
			copy1 = document.getElementById("AgentName").value + ' ~~ ' + document.getElementById("AgentPhone").value;
			copy2 = document.getElementById("CompanyName").value + ' ~~ ' + document.getElementById("CompanyPhone").value;
		}		
		
		if (itemNo == "wcr-YSP")
		{ 
			whichitem = "Special Weichart Realtors Yard Sign Pannel";
			size = '18" x 24"';
			color = "FREE Shipping";
			bgcolor = "This Item";
			copy1 = document.getElementById("AgentName").value + ' ~~ ' + document.getElementById("AgentPhone").value;
			copy2 = document.getElementById("CompanyName").value;
		}		
		
		
		
		
		if (itemNo == "rsxSpc1")
		{ 
			whichitem = "Special House Flyer";
			size = '9" x 12"';
			color = "clear";
			bgcolor = "&nbsp;";
		}
		if (itemNo.substr(0,7) == "rsxSpc2")
		{ 
			whichitem = "Special Bright Flyer Dispenser";
			size = ' ';
			color = "";
			bgcolor = " ";
		}
		if (itemNo.substr(0,7) == "rsxSpc3")
		{ 
			whichitem = "Special Info Box & Stake";
			size = '42" x 12"';
			color = "clear";
			bgcolor = "White";
		}
		if (itemNo.substr(0,7) == "rsxSpc4")
		{ 
			whichitem = "Special Info Tube";
			size = '4" Diameter ';
			color = "Clear ";
			bgcolor = "  ";
		}		
		if (itemNo.substr(0,7) == "rsxSpcX")
		{ 
			whichitem = "Special GE Loc Box";
			size = ' ';
			color = "assorted ";
			bgcolor = "  ";
		}	
		if (itemNo.substr(0,7) == "rsxSpc5")
		{ 
			whichitem = "Special 'OPEN HOUSE' Panel";
			size = '18" x 24"';
			color = "Red";
			bgcolor = "White  ";
		}		
		if (itemNo.substr(0,8) == "rsxSpc61" || itemNo.substr(0,8) == "rsxSpc69" || itemNo.substr(0,8) == "rsxSpc63")
		{ 
			whichitem = "Special Key Ring";
			size = '2 x 1-1/2" Dia.';
			color = "Polished Nickel";
			bgcolor = "  ";
			if (itemNo.substr(0,8) == "rsxSpc61")
			{copy1 = "W/O ENGRAVING";
			 Copy2 = "";
			}			
			if (itemNo.substr(0,8) == "rsxSpc62")
			{copy1 = document.getElementById("Engrave_name1").value;
			 copy2 = '*** Same Text On Each KEY Ring ***';
			}
			if (itemNo.substr(0,8) == "rsxSpc63")
			{copy1 = ' #1 ' + document.getElementById("Engrave_name1").value + ' #2 ' + document.getElementById("Engrave_name2").value + ' #3 ' + document.getElementById("Engrave_name3").value;
			 copy2 = ' #4 ' + document.getElementById("Engrave_name4").value + ' #5 ' + document.getElementById("Engrave_name5").value + ' #6 ' + document.getElementById("Engrave_name6").value;
			}			
		}
		if (itemNo.substr(0,7) == "rsxSp62")
		{ 
			whichitem = "Special Pennants";
			size = "30'";
			color = "Red, White, Blue";
			bgcolor = "";			
		}			
		if (itemNo.substr(0,7) == "rsxSpc7")
		{ 
			whichitem = "Special Info Box";
			size = '12" x 10"';
			color = "Clear Front";
			bgcolor = "White";			
		}
		if (itemNo.substr(0,7) == "rsxSpc8")
		{ 
			whichitem = "Special ShurLok";
			size = '';
			color = "Blue";
			bgcolor = "Blue";			
		}
		if (itemNo.substr(0,7) == "rsxSpc9")
		{ 
			whichitem = "Special Guest Regester";
			size = '11.5 x 8 ';
			color = "Blue";
			bgcolor = "";			
		}		

		if (itemNo == "rsxSp10")
		{ 
			whichitem = "Special 'HOME FOR SALE' Panel";
			size = '18" x 24"';
			color = "Red";
			bgcolor = "White  ";
		}

		if (itemNo.substr(0,7) == "rsxSp11")
		{ 
			whichitem = "Special 'REALTORŪ' Jewelry (Pin Backing)";
			size = '1" x 3/4"';
			color = "Blue";
			bgcolor = "Gold ";
			if (itemNo.substr(8,3) == "Pin")
			{ 	
			whichitem = "Special 'REALTOR' Jewelry (Pin Backing)";
			}							
		}
		if (itemNo.substr(0,8) == "rsxSp12A" || itemNo.substr(0,8) == "rsxSp12B")
		{ 
			whichitem = "Special 'REALTOR' Card Holder";
			size = '4 x 2-1/2"';
			color = "Two-Tone Silver";
			bgcolor = "  ";
			if (itemNo.substr(0,8) == "rsxSp12A")
			{copy1 = "W/O ENGRAVING";
			 Copy2 = "";
			}			
			if (itemNo.substr(0,8) == "rsxSp12B")
			{copy1 = document.getElementById("Engrave_name1").value;
			 copy2 = '*** Same Text On Each Card Holder ***';
			}			
		}		
	
		if (itemNo.substr(0,7) == "rsxSp13")
		{ 
			whichitem = "Special 'REALTOR' License Plate Holder";
			size = ' ';
			color = "Blue Letters";
			bgcolor = "White";
			if (itemNo.substr(8,2) == "BK")
			{ 	
				color = "Gold Letters";
				bgcolor = "Black";				
			}							
		}
		
		if (itemNo.substr(0,7) == "rsxSp14")
		{ 
			whichitem = "Special Card Caddie";
			size = '';
			color = "";
			bgcolor = "";
			
			if (itemNo.substr(8,2) == "BE")
			{ 	
				bgcolor = "Blue";
			}	
			if (itemNo.substr(8,2) == "BK")
			{ 	
				bgcolor = "Black";
			}
			if (itemNo.substr(8,2) == "RD")
			{ 	
				bgcolor = "RED";
			}
			if (itemNo.substr(8,2) == "WH")
			{ 	
				bgcolor = "White";
			}									
				
		}
		if (itemNo.substr(0,7) == "rsxSp15")
		{ 
			whichitem = "Special Business Card Organizer";
			size = '10 x 4.5 ';
			color = "Leatherette";
			bgcolor = "";			
		}	
		if (itemNo.substr(0,7) == "rsxSpxx")
		{ 
			whichitem = "Special 'TAX CREDIT' message rider";
			size = '6 x 24 ';
			color = "Red";
			bgcolor = "White";			
		}
				if (itemNo.substr(0,7) == "rsxSp16")
		{ 
			whichitem = "Special 'For Sale' 6x24 Directional";
			size = '6 x 24 ';
			color = "Red";
			bgcolor = "White";
			copy1 = "FOR SALE";
			copy2 = "";				
		}
				if (itemNo.substr(0,7) == "rsxFS16")
		{ 
			whichitem = "Special 'FOR SALE' 6x24 Rider";
			size = '6 x 24 ';
			color = "Red";
			bgcolor = "White";
			copy1 = "FOR SALE";
			copy2 = "This Item Shipped FREE";						
		}				
				if (itemNo.substr(0,7) == "rsxSp17")
		{ 
			whichitem = "Special 'Tax Credit' 12x18 TwinWall Panel";
			size = '12 x 18 ';
			color = "Red";
			bgcolor = "White";
			copy1 = "";
			copy2 = "";						
		}		
				if (itemNo.substr(0,7) == "rsxSp18")
		{ 
			whichitem = "Special Coro Sign Panel Flags";
			size = '6" x 8" ';
			color = "Red";
			bgcolor = "";
			copy1 = "Pack Of 12";
			copy2 = "";						
		}
				if (itemNo.substr(0,7) == "rsxSp19")
		{ 
			whichitem = "Special Custom Rider";
			size = '6" x 24" ';
			color = "Red";
			bgcolor = "White";
			copy1 = document.getElementById('sLine').value;
			copy2 = "";			
//			copy2 = document.getElementById('dLine').value;		//Double line option			
		}
				if (itemNo.substr(0,7) == "rsxSp20")
		{ 
			whichitem = "Special Range Finder II";
			size = '6 oz.';
			color = "";
			bgcolor = "";
			copy1 = "";
			copy2 = "";						
		}
				if (itemNo.substr(0,7) == "rsxSp21")
		{ 
			whichitem = "Special 'Tax Credit' 18x24 TwinWall Panel";
			size = '18 x 24 ';
			color = "Red";
			bgcolor = "White";
			copy1 = "";
			copy2 = "";						
		}	
				if (itemNo.substr(0,7) == "rsxSp22")
		{ 
			whichitem = "Special 'Marketing Rules' Book";
			size = '9 x 6';
			color = "";
			bgcolor = "";
			copy1 = "";
			copy2 = "";						
		}
				if (itemNo.substr(0,7) == "rsxSp23")
		{ 
			whichitem = "Special 'Guest Register'";
			size = '5.5 x 8.5';
			color = "Gold";
			bgcolor = "Black";
			copy1 = "";
			copy2 = "";						
		}
		if (itemNo.substr(0,7) == "rsxSp24")
		{ 
			whichitem = "Special 'Shoe Cover'";
			size = 'up to14';
			color = "lt. Blue";
			bgcolor = "";
			copy1 = "";
			copy2 = "";						
		}							


		if (itemNo == "TCP-01")
		{ 
			whichitem = "Special Tax Credit Rider";
			size = '6" x 24" ';
			color = "Red";
			copy1 = "";
			copy2 = "";
			bgcolor = "White";		
		}	
		if (itemNo == "TCP-02")
		{ 
			whichitem = "Special Tax Credit Sign Panel";
			size = '12" x 18" ';
			color = "Red";
			copy1 = "";
			copy2 = "";
			bgcolor = "White";		
		}
		if (itemNo == "TCP-04")
		{ 
			whichitem = "Special LARGE Tax Credit Panel";
			size = '18" x 24" ';
			color = "Red";
			copy1 = "";
			copy2 = "";
			bgcolor = "White";		
		}					
		if (itemNo == "TCP-03")
		{ 
			whichitem = "Special Tax Credit Banner";
			size = '36" x 60" ';
			color = "Red, Black";
			copy1 = "";
			copy2 = "";
			bgcolor = "White";		
		}		
		
		
		if (itemNo == "EMP-01")
		{ 
			whichitem = "Emporium Name Tag";
			size = '3" x 1.25" ';
			color = document.addTocartForm1.color.value;
			bgcolor = "";
			copy1 = document.getElementById("Name1a").value;
			copy2 = document.getElementById("Name1b").value;			
		}	
		if (itemNo == "EMP-02")
		{ 
			whichitem = "Emporium Coffee Mug";
			size = '11 oz. ';
			color = document.addTocartForm2.col_2.value;
			bgcolor = "White";
			copy1 = document.getElementById("Name2a").value;
			copy2 = document.getElementById("Name2b").value;			
		}	
		if (itemNo == "EMP-03")
		{ 
			whichitem = "Emporium Mouse Pad";
			size = '7" x 9" ';
			color = document.addTocartForm3.col_3.value;
			bgcolor = "White";
			copy1 = document.getElementById("Name3a").value;
			copy2 = document.getElementById("Name3b").value;			
		}
		if (itemNo == "EMP-04")
		{ 
			whichitem = "Emporium Coaster Set";
			size = '7" x 9" ';
			color = document.addTocartForm4.col_4.value;
			bgcolor = "White";
			copy1 = document.getElementById("Name4a").value;
			copy2 = document.getElementById("Name4b").value;			
		}
		if (itemNo == "EMP-05")
		{ 
			whichitem = "Emporium Desk Plate";
			size = '7" x 9" ';
			color = document.addTocartForm5.col_5.value;
			bgcolor = "White";
			copy1 = document.getElementById("Name5a").value;
			copy2 = document.getElementById("Name5b").value;			
		}
		if (itemNo == "EMP-06")
		{ 
			whichitem = "Emporium Desk Pen Set";
			size = '10" x 3" ';
			color = 'Brass Plate';
			bgcolor = "Wood Grain";
			copy1 = document.getElementById("Name6a").value;
			copy2 = document.getElementById("Name6b").value;			
		}						
		if (itemNo == "EMT-01")
		{ 
			whichitem = "Emporium Card Organizer";
			size = '10" x 4.5" ';
			color = 'Leatherette'
			bgcolor = "";			
		}	
		if (itemNo == "EMT-02")
		{ 
			whichitem = "Emporium Guest Regester";
			size = '11.5" x 8" ';
			color = 'Blue'
			bgcolor = "";			
		}
		if (itemNo == "EMT-03")
		{ 
			whichitem = "Emporium License Plate Holder";
			size = '13" x 7" ';
			color = document.addTocartForm3.col_3.value;
			bgcolor = "";			
		}	
		if (itemNo == "EMT-04")
		{ 
			whichitem = "Emporium Realtor Lapel Pin";
			size = '1" x 3/4" ';
			color = "Gold";
			bgcolor = document.addTocartForm4.col_4.value;			
		}	
		if (itemNo == "EMT-05")
		{ 
			whichitem = "Emporium Realtor Card Holder";
			size = '2" x 4" ';
			color = "Silver";
			if (document.addTocartForm5.col_5.value == "W/O Engraving"){
				copy1 = document.addTocartForm5.col_5.value;
			} 			
		}
		if (itemNo == "EMT-06")
		{ 
			whichitem = "Emporium Engraved Realtor Card Holder";
			size = '2" x 4" ';
			color = "Silver";
			copy1 = document.addTocartForm5.Name5a.value;
				
		}
		if (itemNo == "EMT-07")
		{ 
			whichitem = "Emporium Guest Register";
			size = '5.5" x 8.5" ';
			color = "Gold";
			bgcolor = "Black";				
		}
		if (itemNo == "EMT-08")
		{ 
			whichitem = "Emporium Guest Register Refills ";
			size = '5.5" x 8.5" ';
			color = "Black";
			bgcolor = "White";				
		}			
																										
	

	
		oldCart = getCookie('ShopCart');
		newCart = "["+itemNo+"|"+whichitem+"|"+size+"|"+color+"|"+bgcolor+"|"+copy1+"|"+copy2+"|"+qty+"]";
		cartFull = oldCart + newCart;
		setCookie('ShopCart',cartFull);	
		
		viewCart();
}

//-------------------------------------------------------------------------------------------------------------------------------
// validate form fields
function addItemSpc(itemNoField, Commercialqty)
{
//alert(itemNoField + '  line 445  ' + Commercialqty);
		// validates Commercialqty
		if (Commercialqty == "" || Commercialqty == " ")
        {
		//alert(selectQtyValue);
		    alert('Please enter a quantity.');
			return;
		}
		isNo = chkForNum(Commercialqty);
		if (!isNo)
		{
			alert('Please enter only numeric values');
			return;
		}	
	
		if (itemNoField.substr(0,8) == "rsxSpc62" || itemNoField.substr(0,8) == "rsxSpc63")
		{ 			
			if (Commercialqty < 1 )
			{
				alert('Please select a quantity.');
				return;
			}
			// validate Textbox Options
			if (document.getElementById("Engrave_name1").value == "" ||
				document.getElementById("Engrave_name1").value == " ")
				{
					alert("Please enter Key Ring Text into Box 1.");
					return;
				}
		}
		
		if (itemNoField.substr(0,9) == "rsxSpc102" || itemNoField.substr(0,9) == "rsxSpc103")
		{ 			
			if (Commercialqty < 1 )
			{
				alert('Please select a quantity.');
				return;
			}
			// validate Textbox Options
			if (document.getElementById("Engrave_name1").value == "" ||
				document.getElementById("Engrave_name1").value == " ")
				{
					alert("Please enter Key Ring Text into Box 1.");
					return;
				}
		}		
		if (itemNoField.substr(0,8) == "rsxSp12B")
		{ 			
			if (Commercialqty < 1 )
			{
				alert('Please select a quantity.');
				return;
			}
			// validate Textbox Options
			if (document.getElementById("Engrave_name1").value == "" ||
				document.getElementById("Engrave_name1").value == " ")
				{
					alert("Please enter Text to ENGRAVED.");
					return;
				}
		}




		if (itemNoField == "EMP-01")
		{ 
			if (document.getElementById("Name1a").value == "Enter Company Name Here" ||
				document.getElementById("Name1a").value == "" ||
				document.getElementById("Name1a").value == " ")
				{
					alert("Please Company Name.");
					return;
				}
			if (document.getElementById("Name1b").value == "Enter Agent Name Here" ||
				document.getElementById("Name1b").value == "" ||
				document.getElementById("Name1b").value == " ")
				{
					alert("Please Agent Name.");
					return;
				}	
			if (document.addTocartForm1.color.value == "Select Color")
				{
					alert("Please Select Color.");
					return;	
				}										
		}
		
		if (itemNoField == "EMP-02")
		{ 
			if (document.getElementById("Name2a").value == "Enter Company Name Here" ||
				document.getElementById("Name2a").value == "" ||
				document.getElementById("Name2a").value == " ")
				{
					alert("Please Company Name.");
					return;
				}
			if (document.getElementById("Name2b").value == "Enter Agent Name Here" ||
				document.getElementById("Name2b").value == "" ||
				document.getElementById("Name2b").value == " ")
				{
					alert("Please Agent Name.");
					return;
				}
			
			if (document.addTocartForm2.col_2.value == "Select Color")
				{
					alert("Please Select Color.");
					return;	
				}												
		}
		if (itemNoField == "EMP-03")
		{ 
			if (document.getElementById("Name3a").value == "Enter Company Name Here" ||
				document.getElementById("Name3a").value == "" ||
				document.getElementById("Name3a").value == " ")
				{
					alert("Please Company Name.");
					return;
				}
			if (document.getElementById("Name3b").value == "Enter Agent Name Here" ||
				document.getElementById("Name3b").value == "" ||
				document.getElementById("Name3b").value == " ")
				{
					alert("Please Agent Name.");
					return;
				}
			if (document.addTocartForm3.col_3.value == "Select Color")
				{
					alert("Please Select Color.");
					return;	
				}												
		}
		if (itemNoField == "EMP-04")
		{ 
			if (document.getElementById("Name4a").value == "Enter Company Name Here" ||
				document.getElementById("Name4a").value == "" ||
				document.getElementById("Name4a").value == " ")
				{
					alert("Please Company Name.");
					return;
				}
			if (document.getElementById("Name4b").value == "Enter Agent Name Here" ||
				document.getElementById("Name4b").value == "" ||
				document.getElementById("Name4b").value == " ")
				{
					alert("Please Agent Name.");
					return;
				}
			if (document.addTocartForm4.col_4.value == "Select Color")
				{
					alert("Please Select Color.");
					return;	
				}												
		}
		if (itemNoField == "EMP-05")
		{ 
			if (document.getElementById("Name5a").value == "Enter Company Name Here" ||
				document.getElementById("Name5a").value == "" ||
				document.getElementById("Name5a").value == " ")
				{
					alert("Please Company Name.");
					return;
				}
			if (document.getElementById("Name5b").value == "Enter Agent Name Here" ||
				document.getElementById("Name5b").value == "" ||
				document.getElementById("Name5b").value == " ")
				{
					alert("Please Agent Name.");
					return;
				}
			if (document.addTocartForm5.col_5.value == "Select Color")
				{
					alert("Please Select Color.");
					return;	
				}												
		}
		if (itemNoField == "EMP-06")
		{ 
			if (document.getElementById("Name6a").value == "Enter Company Name Here" ||
				document.getElementById("Name6a").value == "" ||
				document.getElementById("Name6a").value == " ")
				{
					alert("Please Company Name.");
					return;
				}
			if (document.getElementById("Name6b").value == "Enter Agent Name Here" ||
				document.getElementById("Name6b").value == "" ||
				document.getElementById("Name6b").value == " ")
				{
					alert("Please Agent Name.");
					return;
				}
												
		}






	// adds item info into cart
	 buyItemSpc(itemNoField, Commercialqty)
}

//-------------------------------------------------------------------------------------------------------------------------------
// goes to view cart
function viewCart()
	{
			self.location.href="shop_view_cart.htm"
	}
	
//===========================================================================

function getPriceSpc(itemNo, qty)
{

	var thePrice = "";
	thePrice = getPriceRSXSPC(itemNo, qty);
	
//	if (thePrice.length == 0) thePrice = getPriceEnvCYS(itemNo, qty);

	return thePrice;
}
//--------------------------------------------------------------------------------------------
function getPriceRSXSPC(itemNo, qty)
{
	switch(itemNo)
	{
		case "remax-YSP":
			return "34.88";
		case "cwb-YSP":
			return "34.88";
		case "era-YSP":
			return "29.88";
		case "pru-YSP":
			return "39.88";
		case "rwd-YSP":
			return "29.88";			
		case "sot-YSP":
			return "39.88";			
		case "wcr-YSP":
			return "29.88";	

		case "FBRider":
			return "4.88";
		case "TWRider":
			return "4.88";						
											
		case "rsxSpc1":
			return "3.88";
		case "rsxSpc2":
			return "14.88";
		case "rsxSpc3":
			return "7.88"	
		case "rsxSpc4":
			return "5.88";	
		case "rsxSpc5":
			return "2.88";			
		case "rsxSpc61":
			return "3.66";
		case "rsxSp62":
			return "2.88";
		case "rsxSpc8":
			return "11.88";
		case "rsxSpc7":
			return "4.88";
		case "rsxSpc9":
			return "6.88";
		case "rsxSp14-RD":
			return "6.88";
		case "rsxSp14-BK":
			return "6.88";
		case "rsxSp14-BE":
			return "6.88";
		case "rsxSp14-WH":
			return "6.88";			
		case "rsxSp10":
			return "2.88";
		case "rsxSp11-Mag":
			return "3.88";	
		case "rsxSp11":
			return "1.88";
		case "rsxSp12A":
			return "5.88";
		case "rsxSp12B":
			return "11.88";			
		case "rsxSp13-WT":
			return "3.88";	
		case "rsxSp13-BK":
			return "3.88";
		case "rsxSp15":
			return "6.88";			
		case "rsxSp16":
			return ".99";
		case "rsxFS16":
			return "1.99";				
		case "rsxSp17":
			return "1.88";
		case "rsxSp18":
			return "3.88";
		case "rsxSp19":
			return "4.88";									
		case "rsxSp20":
			return "26.88";
		case "rsxSp21":
			return "3.88";
		case "rsxSp22":
			return "12.88";
		case "rsxSp23":
			return "16.88";
		case "rsxSp24":
			return "2.99";									



			
		case "TCP-01":
			return "2.49";
		case "TCP-02":
			return "3.95";
		case "TCP-03":
			return "29.95";
		case "TCP-04":
			return "6.95";			

		
		case "EMP-01":
			return "9.98";
		case "EMP-02":
			return "14.95";	
		case "EMP-03":
			return "14.95";
		case "EMP-04":
			return "19.95";
		case "EMP-05":
			return "19.95";
		case "EMP-06":
			return "29.95";	
		case "EMP-07":
			return "2.95";
		case "EMP-06":
			return "29.95";				
			
		case "EMT-01":
			return "12.95";
		case "EMT-02":
			return "12.95";	
		case "EMT-03":
			return "4.95";
		case "EMT-04":
			return "6.95";
		case "EMT-05":
			return "9.95";
		case "EMT-06":
			return "14.95";	
		case "EMT-07":
			return "24.95";
		case "EMT-08":
			return "4.95";																																																																
		default:
			return "";
	}
	
}

//-------------------------------------------------------------------------------------------------------------------------------

function viewInfo(infoType)
{
	if (infoType == 'TaxCredit'){
		smallwin1 = window.open("first_time_homeowners_tax_credit.htm", "small1", "scrollbars,width=600,height=700");
		smallwin1.focus;
	} else if (infoType == 'Material'){
		smallwin2 = window.open("popouts/agent_material_popup.htm", "small2", "scrollbars,width=500,height=400");		
		smallwin2.focus;
	} else if (infoType == 'Product'){
		smallwin3 = window.open("popouts/product_popup.htm", "small3", "scrollbars,width=550,height=400");		
		smallwin3.focus;
	} else if (infoType == 'dShape'){
		smallwin4 = window.open("popouts/d_shape_popup.htm", "small4", "scrollbars,width=500,height=400");
	} else if (infoType == 'dStyle'){
		smallwin5 = window.open("popouts/d_style_popup.htm", "small5", "scrollbars,width=550,height=300");
	} else if (infoType == 'nrColor'){
		smallwin6 = window.open("popouts/nr_color_popup.htm", "small6", "scrollbars,width=550,height=300");
	} else if (infoType == 'nrMaterial'){
		smallwin7 = window.open("popouts/material_popup_nr.htm", "small7", "scrollbars,width=550,height=400");
	} else if (infoType == 'nrStyle'){
		smallwin8 = window.open("popouts/nr_style_popup.htm", "small8", "scrollbars,width=550,height=300");
	} else if (infoType == 'Signature'){
		smallwin9 = window.open("popouts/new_franchise_popup.htm", "small9", "scrollbars,width=475,height=400");
	} else if (infoType == 'dMaterial'){
		smallwin10 = window.open("popouts/d_material_popup.htm", "small10", "scrollbars,width=475,height=300");
	} else if (infoType == 'lfMaterial'){
		smallwin11 = window.open("popouts/material_popup_large_format.htm", "small11", "scrollbars,width=550,height=200");
	} else if (infoType == 'evName'){
		smallwin12 = window.open("popouts/name_conventions.htm", "small12", "scrollbars,width=450,height=300");
	}else if (infoType == 'evHouse'){
		smallwin13 = window.open("popouts/read_open_house.htm", "small13", "scrollbars,width=550,height=300");
	}
}

// -->	









