 function externalAdd(vLink,vProduct,vCookie) 
{ 
  golink('olc/quickorder.w?style=' + vProduct,'main');
 }

function getItem(item){

	switch(item){
		case "1":
			document.getElementById('category').innerHTML = "Display and Point of Purchase";
			document.getElementById('crumb').innerHTML = "UltraClub Organic Window Decal";
			document.getElementById('product').innerHTML = "UltraClub Organic Window Decal";
			document.getElementById('style').innerHTML = "MM033";
			document.getElementById('image').src = "images/07_uc_organic_sm.jpg";
		break;
		
		case "2":
			document.getElementById('category').innerHTML = "Display and Point of Purchase";
			document.getElementById('crumb').innerHTML = "Tommy Hilfiger Window Decal";
			document.getElementById('product').innerHTML = "Tommy Hilfiger Window Decal";
			document.getElementById('style').innerHTML = "MM033";
			document.getElementById('image').src = "images/07_tommy_sticker_sm.jpg";
		break;
		
		case "3":
			document.getElementById('category').innerHTML = "Sample Products and Kits";
			document.getElementById('crumb').innerHTML = "Swatch Kit";
			document.getElementById('product').innerHTML = "Swatch Kit";
			document.getElementById('style').innerHTML = "MM033";
			document.getElementById('image').src = "images/08_swatches_sm.jpg";
		break;
		
		case "4":
			document.getElementById('category').innerHTML = "Sample Products and Kits";
			document.getElementById('crumb').innerHTML = "UltraClub Organics Kit";
			document.getElementById('product').innerHTML = "UltraClub Organics Kit";
			document.getElementById('style').innerHTML = "MM033";
			document.getElementById('image').src = "images/08_uc_organics_kit_sm.jpg";
		break;
	}		
	
}


