// prodinfo.js


//function to add info from array and return formatted html
function format_info(info) {
	
/* if(info.title == "Rex Ray Studio for modwalls Tile Detail")	{
for (i in info) {
	
	// i.render = i.split("_", i.value);
	//i.replace = (/"_"/ , " ");
	
	
	
	var myinfo = (i + ' : ' +info[i]);
	
	
				 }
							return myinfo;
															}
	
	*/
	 
	//don't need to escape double quotes if I am adding like this
	if (info.description) {
		var myinfo = "<table border=\"1\" align=\"left\" bordercolor=\"#C0C0C0\" id=\"info\" style=\"margin-right: 5px;\"> <tr> <td bgcolor=\"#DADACA\" style=\"padding: 10px;\"><strong>" + info.title + "</strong></td></tr><tr> <td style=\"padding: 10px;\">" + info.description;
	} else if (!(info.additional)) {
		var myinfo = "<table border=\"1\" align=\"left\" bordercolor=\"#C0C0C0\" id=\"info\" style=\"margin-right: 5px;\"> <tr> <td bgcolor=\"#DADACA\" style=\"padding: 10px;\"><strong>" + info.title + "</strong></td></tr><tr> <td style=\"padding: 10px;\">" + info.type + "<ul class=\"info\"><li>Sheet Size: " + info.sheet_size + "</li><li>Tile Size: " + info.tile_size + "</li><li>Tiles per sheet: " + info.tiles_per_sheet + "</li><li>Tile Thickness: " + info.tile_thickness + "</li><li>Grout Width: " + info.grout_width + "</li><li>Applications: " + info.applications + "</li><li>Recommended Grout: " + info.grout + "</li><li>Recommended Adhesive: " + info.adhesive + "</li></ul><strong>Installation:</strong> <span class=\"info\">" + info.installation + "</span></td></tr></table>";
	} else {
		//the extra field only applies for cork right now	
		var myinfo = "<table border=\"1\" align=\"left\" bordercolor=\"#C0C0C0\" id=\"info\" style=\"margin-right: 5px;\"> <tr> <td bgcolor=\"#DADACA\" style=\"padding: 10px;\"><strong>" + info.title + "</strong></td></tr><tr> <td style=\"padding: 10px;\">" + info.type + "<ul class=\"info\"><li>Sheet Size: " + info.sheet_size + "</li><li>Tile Size: " + info.tile_size + "</li><li>Tiles per sheet: " + info.tiles_per_sheet + "</li><li>Tile Thickness: " + info.tile_thickness + "</li><li>Grout Width: " + info.grout_width + "</li><li>Applications: " + info.applications + "</li><li>Recommended Grout: " + info.grout + "</li><li>Recommended Adhesive: " + info.adhesive + "</li><li>Additional Information: " + info.additional + "</li></ul><strong>Installation:</strong> <span class=\"info\">" + info.installation + "</span></td></tr></table>";
	}
	return myinfo;
}

function videotoggle(){  
/* <div id="jason" style="width: 300px; height:390px; background: #FFFFCC;"><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/ul6hl2IIZ8U?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/ul6hl2IIZ8U?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></object>'; */
$('#jason').toggle('slow');
}

	


//funtion to add a message into the info box
function format_msg(msg){
	return "<table border=\"1\" align=\"left\" bordercolor=\"#C0C0C0\" id=\"info\" style=\"margin-right: 5px;\"> <tr> <td bgcolor=\"#FFFFFF\" style=\"padding: 10px;\">" + msg + "</td></tr></table>";
}
//function to add info to products based on cat name
function lookup_info(infocode) {
	//find path in url so can customize product info for certain products
	var path = window.location.pathname;
	//alert(path);
	var info = "";
switch (infocode) {
	case 'brio_info':
		//info for Brio Color, Clear, Pearl, Shimmer Tile Detail
		var brio_info = [];
		brio_info.title = 'Brio Color, Clear, Pearl, Shimmer Tile Detail';
		brio_info.type = 'Glass tile face-mounted on paper';
		brio_info.sheet_size = '1.15 square feet';
		brio_info.tile_size = '3/4" x 3/4"';
		brio_info.tiles_per_sheet = '225, 15 tiles across by 15 tiles down';
		brio_info.tile_thickness = '4mm (approx 3/16")';
		brio_info.grout_width = '1/16" or 1.5mm';
		brio_info.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash.';
		brio_info.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
		brio_info.adhesive = 'Modified latex thin-set';
		brio_info.installation = '<a href="http://www.modwalls.com/tile_installation_guides.aspx">Glass tile installation guide link</a>';
		brio_info = format_info(brio_info);
		return(brio_info);
		
	case 'brioblend':
	//info for Brio Blends
	var brioblend = [];
	brioblend.title = 'Brio Blend Tile Detail';
	brioblend.type = 'Glass tile with mesh backing';
	brioblend.sheet_size = '1.15 square feet';
	brioblend.tile_size = '3/4" x 3/4"';
	brioblend.tiles_per_sheet = '225, 15 tiles across by 15 tiles down';
	brioblend.tile_thickness = '4mm (approx 3/16")';
	brioblend.grout_width = '1/16" or 1.5mm';
	brioblend.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash.';
	brioblend.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	brioblend.adhesive = 'Modified latex thin-set';
	brioblend.installation = '<a href="http://www.modwalls.com/brio-mesh-backed-installation-guide.aspx">Glass tile installation guide link</a>';
	brioblend = format_info(brioblend);
	return(brioblend);
	
	case 'brioblend_a':
	//info for Brio Blends
	var brioblend = [];
	brioblend.title = 'Brio Blend Tile Detail';
	brioblend.type = 'Glass tile face mounted with plastic film';
	brioblend.sheet_size = '1.15 square feet';
	brioblend.tile_size = '3/4" x 3/4"';
	brioblend.tiles_per_sheet = '225, 15 tiles across by 15 tiles down';
	brioblend.tile_thickness = '4mm (approx 3/16")';
	brioblend.grout_width = '1/16" or 1.5mm';
	brioblend.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash.';
	brioblend.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	brioblend.adhesive = 'Modified latex thin-set';
	brioblend.installation = '<a href="http://www.modwalls.com/tile_installation_guides.aspx">Glass tile installation guide link</a>';
	brioblend = format_info(brioblend);
	return(brioblend);
	
	case 'gift':
	//info for gifts
	var gift = [];
	gift.title = '$500 Gift Certificate';
	gift.description = '<p>Detailed Description:</p><p>A great gift for the new homeowner or artist on your list! A unique wedding gift as well. Order a $500 gift certificate. We\'ll email a unique PIN number which allows the recipient to use the certificate to order on modwalls.com. Gift certificates can apply toward shipping & tax charges and can be redeemed in increments over time and the site will track the remaining balance. This is an electronic Gift Certificate which will be sent via email so there will be no shipping charge.</p>';
	gift = format_info(gift);
	return(gift);
	
		case 'grout':
	//info for grouts
	var grout = [];
	grout.title = 'StarGlass Urethane Grout';
	grout.description = '<p>FEATURES AND BENEFITS</p><ul><li>Pre-mixed, ready to use</li><li>Excellent chemical, stain and mildew resistance</li><li>Semi-flexible, low shrinkage and high crack resistance</li><li>No color fading, streaking or shading - Even when wet!</li><li>Fast, easy clean-up when compared to epoxy and cement grouts</li><li>Innovative, proprietary coloring system</li><li>Excess product can be saved and used later</li><li>UV stable colors (non-yellowing)</li><li>Self-sealing - no sealing required</li><li>Non-sag formula for vertical surfaces</li><li>Free of BPA (bisphenol-A) found in epoxy grouts</li><li>Dust-free mixing</li><li>Fast, easy installation - installs up to 50% faster than other grouts</li><li>Superior to cement grout</li><li>Contributes to USGBC LEED Credits: MR 4.1 & 4.2 (Recycled Content), MR 5.1 & 5.2 (Regional Materials), and EQ, 4.1 (Low-Emitting Materials).</li><li>Contains over 80% post-consumer recycled content</li></p><img src="http://www.modwalls.com/images/adobePDF.gif">&nbsp;&nbsp;<a href="http://www.modwalls.com/images/StarGlass-TDS-Gen-v1.pdf">Starglass Grout Technical Data Sheet</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls® on YouTube"/>&nbsp;&nbsp;<a href="http://www.youtube.com/watch?v=XxE9xcFXQ1I">Watch our StarGlass Grout installation video</a>';
	grout = format_info(grout);
	return(grout);
	
	
	case 'lush_halfX2':
	/*Lush*/
	var lush_halfX2 = [];
	lush_halfX2.title = 'Lush 1/2x2 Tile Detail';
	lush_halfX2.type = 'Glass tile with mesh backing';
	lush_halfX2.sheet_size = '0.96 square feet ';
	lush_halfX2.tile_size = '1/2" x 2"';
	lush_halfX2.tiles_per_sheet = '108, 6 tiles across by 18 tiles down';
	lush_halfX2.tile_thickness = '8mm or 0.31"';
	lush_halfX2.grout_width = '1/16" or 1.5mm';
	lush_halfX2.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash. <strong>Not recommended for floors.</strong>';
	lush_halfX2.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	lush_halfX2.adhesive = 'Modified latex thin-set';
	lush_halfX2.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /> <img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_halfX2 = format_info(lush_halfX2);
	return(lush_halfX2);
	
	case 'lush_1X1':
	var lush_1X1 = [];
	lush_1X1.title = 'Lush 1x1 Tile Detail';
	lush_1X1.type = 'Glass tile with mesh backing';
	lush_1X1.sheet_size = '0.94 square feet';
	lush_1X1.tile_size = '1" x 1"';
	lush_1X1.tiles_per_sheet = '121, 11 tiles across by 11 tiles down';
	lush_1X1.tile_thickness = '8mm or 0.31"';
	lush_1X1.grout_width = '1/16" or 1.5mm';
	lush_1X1.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash. Frosted and glossy mix is suitable for floors with light foot traffic.';
	lush_1X1.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	lush_1X1.adhesive = 'Modified latex thin-set';
	lush_1X1.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_1X1 = format_info(lush_1X1);
	return (lush_1X1);
	
	case 'lush_1X1_a':
	var lush_1X1_a = [];
	lush_1X1_a.title = 'Lush 1x1 Tile Detail';
	lush_1X1_a.type = 'Glass tile with mesh backing';
	lush_1X1_a.sheet_size = '0.94 square feet';
	lush_1X1_a.tile_size = '1" x 1"';
	lush_1X1_a.tiles_per_sheet = '121, 11 tiles across by 11 tiles down';
	lush_1X1_a.tile_thickness = '8mm or 0.31"';
	lush_1X1_a.grout_width = '1/16" or 1.5mm';
	lush_1X1_a.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, showers, pools, countertops and backsplash.';
	lush_1X1_a.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for outdoor, commercial and wet applications.';
	lush_1X1_a.adhesive = 'Modified latex thin-set';
	lush_1X1_a.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_1X1_a = format_info(lush_1X1_a);
	return (lush_1X1_a);
	
	
	case 'lush_1X4':
	var lush_1X4 = [];
	lush_1X4.title = 'Lush 1x4 Tile Detail';
	lush_1X4.type = 'Glass tile with mesh backing';
	lush_1X4.sheet_size = '1 square foot';
	lush_1X4.tile_size = '1" x 4"';
	lush_1X4.tiles_per_sheet = '33, 3 tiles across by 11 tiles down';
	lush_1X4.tile_thickness = '8mm or 0.31"';
	lush_1X4.grout_width = '1/16" or 1.5mm';
	lush_1X4.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash. <strong>Not recommended for floors.</strong>';
	lush_1X4.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for outdoor, commercial and wet applications.';
	lush_1X4.adhesive = 'Modified latex thin-set';
	lush_1X4.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_1X4 = format_info(lush_1X4);
	return (lush_1X4);
	
	case 'lush_1X4_Cloud':
	var lush_1X4_Cloud = [];
	lush_1X4_Cloud.title = 'Lush 1x4 Tile Detail';
	lush_1X4_Cloud.type = 'Glass tile with mesh backing';
	lush_1X4_Cloud.sheet_size = '0.96 square foot';
	lush_1X4_Cloud.tile_size = '1" x 4"';
	lush_1X4_Cloud.tiles_per_sheet = '33, 3 tiles across by 11 tiles down';
	lush_1X4_Cloud.tile_thickness = '8mm or 0.31"';
	lush_1X4_Cloud.grout_width = '1/16" or 1.5mm';
	lush_1X4_Cloud.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash. <strong>Not recommended for floors.</strong>';
	lush_1X4_Cloud.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for outdoor, commercial and wet applications.';
	lush_1X4_Cloud.adhesive = 'Modified latex thin-set';
	lush_1X4_Cloud.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_1X4_Cloud = format_info(lush_1X4_Cloud);
	return (lush_1X4_Cloud);
	
	case 'lush_1X2':
	var lush_1X2 = [];
	lush_1X2.title = 'Lush 1x2 Tile Detail';
	lush_1X2.type = 'Glass tile with mesh backing';
	lush_1X2.sheet_size = '0.88 square feet ';
	lush_1X2.tile_size = '1" x 2"';
	lush_1X2.tiles_per_sheet = '72, 6 tiles across by 12 tiles down';
	lush_1X2.tile_thickness = '8mm or 0.31"';
	lush_1X2.grout_width = '1/16" or 1.5mm';
	lush_1X2.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash. <strong>Not recommended for floors.</strong>';
	lush_1X2.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for outdoor, commercial and wet applications.';
	lush_1X2.adhesive = 'Modified latex thin-set';
	lush_1X2.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_1X2 = format_info(lush_1X2);
	return (lush_1X2);
	
	case 'lush_1X2_A':
	//for lush 1X2 Hamptons and Stockholm
	var lush_1X2_A = [];
	lush_1X2_A.title = 'Lush 1x2 Frosted Tile Detail';
	lush_1X2_A.type = 'Glass tile with mesh backing';
	lush_1X2_A.sheet_size = '0.88 square feet ';
	lush_1X2_A.tile_size = '1" x 2"';
	lush_1X2_A.tiles_per_sheet = '72, 6 tiles across by 12 tiles down';
	lush_1X2_A.tile_thickness = '8mm or 0.31"';
	lush_1X2_A.grout_width = '1/16" or 1.5mm';
	lush_1X2_A.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash. Suitable for floors with light foot traffic.';
	lush_1X2_A.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	lush_1X2_A.adhesive = 'Modified latex thin-set';
	lush_1X2_A.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_1X2_A = format_info(lush_1X2_A);
	return (lush_1X2_A);
	
	case 'lush_1X1_glossy':
	//for lush 1X1 glossy only colors 
	var lush_1X1_glossy = [];
	lush_1X1_glossy.title = 'Lush 1x1 Tile Detail';
	lush_1X1_glossy.type = 'Glass tile with mesh backing';
	lush_1X1_glossy.sheet_size = '0.94 square feet ';
	lush_1X1_glossy.tile_size = '1" x 1"';
	lush_1X1_glossy.tiles_per_sheet = '121, 11 tiles across by 11 tiles down';
	lush_1X1_glossy.tile_thickness = '8mm or 0.31"';
	lush_1X1_glossy.grout_width = '1/16" or 1.5mm';
	lush_1X1_glossy.applications = 'Applications: Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, showers, pools, countertops and backsplash.';
	lush_1X1_glossy.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	lush_1X1_glossy.adhesive = 'Modified latex thin-set';
	lush_1X1_glossy.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_1X1_glossy = format_info(lush_1X1_glossy);
	return (lush_1X1_glossy);
	
	case 'moddotz2':
	//for new vendor moddotz.  just Moddotz cobalt for now 052610
	var moddotz2 = [];
	moddotz2.title = 'ModDotz Glazed Porcelain Penny Rounds Tile Detail';
	moddotz2.type = 'Glazed porcelain penny rounds with mesh backing';
	moddotz2.sheet_size = '0.97 square feet ';
	moddotz2.tile_size = '20mm diameter or approximately 3/4"';
	moddotz2.tiles_per_sheet = '224, 14 tiles across by 16 tiles down';
	moddotz2.tile_thickness = '5mm or 0.20"';
	moddotz2.grout_width = '1/16"- 1/8"';
	moddotz2.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash.';
	moddotz2.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	moddotz2.adhesive = 'Modified latex thin-set or mastic';
	moddotz2.installation = '<a href="http://www.modwalls.com/moddotz-installation-guide.aspx">Porcelain tile installation guide link</a>';
	moddotz2 = format_info(moddotz2);
	return (moddotz2);
	case 'moddotz3':
	//for White Gloss moddotz
	var moddotz3 = [];
	moddotz3.title = 'ModDotz Glazed Porcelain Penny Rounds Tile Detail';
	moddotz3.type = 'Glazed porcelain penny rounds with mesh backing';
	moddotz3.sheet_size = '0.97 square feet ';
	moddotz3.tile_size = '19mm diameter or approximately 3/4"';
	moddotz3.tiles_per_sheet = '224, 14 tiles across by 16 tiles down';
	moddotz3.tile_thickness = '5mm or 0.20"';
	moddotz3.grout_width = '1/16"- 1/8"';
	moddotz3.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash.';
	moddotz3.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	moddotz3.adhesive = 'Modified latex thin-set or mastic';
	moddotz3.installation = '<a href="http://www.modwalls.com/moddotz-installation-guide.aspx">Porcelain tile installation guide link</a>';
	moddotz3 = format_info(moddotz3);
	return (moddotz3);
	
	
	case 'moddotz_G':
	var moddotz_G = [];
	moddotz_G.title = 'ModDotz Glazed Porcelain Penny Rounds Tile Detail';
	moddotz_G.type = 'Glazed porcelain penny rounds with mesh backing';
	moddotz_G.sheet_size = '0.98 square feet ';
	moddotz_G.tile_size = '19mm diameter or approximately 3/4"';
	moddotz_G.tiles_per_sheet = '238, 14 tiles across by 17 tiles down';
	moddotz_G.tile_thickness = '4mm or 0.16"';
	moddotz_G.grout_width = '1/16"';
	moddotz_G.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash.';
	moddotz_G.grout = 'Sanded and non-sanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	moddotz_G.adhesive = 'Modified latex thin-set or mastic';
	moddotz_G.installation = '<a href="http://www.modwalls.com/moddotz-installation-guide.aspx">Porcelain tile installation guide link</a>';
	moddotz_G = format_info(moddotz_G);
	return (moddotz_G);
	
	case 'moddotz_A':
	var moddotz_A = [];
	moddotz_A.title = 'ModDotz Glazed Porcelain Penny Rounds Tile Detail';
	moddotz_A.type = 'Glazed porcelain penny rounds with mesh backing';
	moddotz_A.sheet_size = '0.98 square feet ';
	moddotz_A.tile_size = '19mm diameter or approximately 3/4"';
	moddotz_A.tiles_per_sheet = '240, 15 tiles across by 16 tiles down';
	moddotz_A.tile_thickness = '4mm or 0.16"';
	moddotz_A.grout_width = '1/16" - 1/8"';
	moddotz_A.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash.';
	moddotz_A.grout = 'Sanded and non-sanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	moddotz_A.adhesive = 'Modified latex thin-set or mastic';
	moddotz_A.installation = '<a href="http://www.modwalls.com/moddotz-installation-guide.aspx">Porcelain tile installation guide link</a>';
	moddotz_A = format_info(moddotz_A);
	return (moddotz_A);
	
	
	
	
	
	case 'lush_2X2_A':
	//for lush 2X2 Pacifica and Gotham
	var lush_2X2_A = [];
	lush_2X2_A.title = 'Lush 2x2 Tile Detail';
	lush_2X2_A.type = 'Glass tile with mesh backing';
	lush_2X2_A.sheet_size = '0.94 square feet';
	lush_2X2_A.tile_size = '2" x 2"';
	lush_2X2_A.tiles_per_sheet = '36, 6 tiles across by 6 tiles down';
	lush_2X2_A.tile_thickness = '8mm or 0.31"';
	lush_2X2_A.grout_width = '1/16" or 1.5mm';
	lush_2X2_A.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash. <strong>Not recommended for floors.</strong>';
	lush_2X2_A.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for outdoor, commercial and wet applications.';
	lush_2X2_A.adhesive = 'Modified latex thin-set';
	lush_2X2_A.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_2X2_A = format_info(lush_2X2_A);
	return (lush_2X2_A);
	
	case 'lush_2X2':
	//for lush2X2 horizon and in the pink
	var lush_2X2 = [];
	lush_2X2.title = 'Lush 2x2 Frosted Tile Detail';
	lush_2X2.type = 'Glass tile with mesh backing';
	lush_2X2.sheet_size = '0.94 square feet';
	lush_2X2.tile_size = '2" x 2"';
	lush_2X2.tiles_per_sheet = '36, 6 tiles across by 6 tiles down';
	lush_2X2.tile_thickness = '8mm or 0.31"';
	lush_2X2.grout_width = '1/16" or 1.5mm';
	lush_2X2.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash. Suitable for floors with light foot traffic.';
	lush_2X2.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	lush_2X2.adhesive = 'Modified latex thin-set';
	lush_2X2.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_2X2 = format_info(lush_2X2);
	return (lush_2X2);
	
	case 'lush_3X6':
	var lush_3X6 = [];
	lush_3X6.title = 'Lush 3x6 Tile Detail';
	lush_3X6.type = 'Glass tile with mesh backing';
	lush_3X6.sheet_size = '1 square foot ';
	lush_3X6.tile_size = '3" x 6"';
	lush_3X6.tiles_per_sheet = '8, 2 tiles across by 4 tiles down';
	lush_3X6.tile_thickness = '8mm or 0.31"';
	lush_3X6.grout_width = '1/16" or 1.5mm';
	lush_3X6.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash. <strong>Not recommended for floors.</strong>';
	lush_3X6.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for outdoor, commercial and wet applications.';
	lush_3X6.adhesive = 'Modified latex thin-set';
	lush_3X6.installation = '<a href="http://www.modwalls.com/lush-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_3X6 = format_info(lush_3X6);
	return (lush_3X6);
	
	case 'lush_3X6_A':
	//lush 3X6 Frosted Surf, Pool, Wasabi, Breaker, Vapor & Taupe only
	var lush_3X6_A = [];
	lush_3X6_A.title = 'Lush 3x6 Frosted Tile Detail';
	lush_3X6_A.type = 'Glass tile with mesh backing';
	lush_3X6_A.sheet_size = '1 square foot ';
	lush_3X6_A.tile_size = '3" x 6"';
	lush_3X6_A.tiles_per_sheet = '8, 2 tiles across by 4 tiles down';
	lush_3X6_A.tile_thickness = '8mm or 0.31"';
	lush_3X6_A.grout_width = '1/16" or 1.5mm';
	lush_3X6_A.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash. Suitable for floors with light foot traffic.';
	lush_3X6_A.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	lush_3X6_A.adhesive = 'Modified latex thin-set';
	lush_3X6_A.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_3X6_A = format_info(lush_3X6_A);
	return (lush_3X6_A);
	
	//lush 3X6 Almond, haze, reef, island only
	case 'lush_3X6_B':
	var lush_3X6_B = [];
	lush_3X6_B.title = 'Lush 3x6 Tile Detail';
	lush_3X6_B.type = 'Glass tile with 8 individual glass tiles already off mesh backing for easy brick pattern installation';
	lush_3X6_B.sheet_size = '1 square foot ';
	lush_3X6_B.tile_size = '3" x 6"';
	lush_3X6_B.tiles_per_sheet = '8';
	lush_3X6_B.tile_thickness = '8mm or 0.31"';
	lush_3X6_B.grout_width = '1/16" or 1.5mm';
	lush_3X6_B.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash. <strong>Not recommended for floors.</strong>';
	lush_3X6_B.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for outdoor, commercial and wet applications.';
	lush_3X6_B.adhesive = 'Modified latex thin-set';
	lush_3X6_B.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_3X6_B = format_info(lush_3X6_B);
	return (lush_3X6_B);
	
	case ('lush_4X4'):
	var lush_4X4 = [];
	lush_4X4.title = 'Lush 4X4 Tile Detail';
	lush_4X4.type = 'Glass tile with mesh backing';
	lush_4X4.sheet_size = '1 square foot ';
	lush_4X4.tile_size = '4" x 4"';
	lush_4X4.tiles_per_sheet = '9, 3 tiles across by 3 tiles down';
	lush_4X4.tile_thickness = '8mm or 0.31"';
	lush_4X4.grout_width = '1/16" or 1.5mm';
	lush_4X4.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash. <strong>Not recommended for floors.</strong>';
	lush_4X4.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for outdoor, commercial and wet applications.';
	lush_4X4.adhesive = 'Modified latex thin-set';
	lush_4X4.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_4X4 = format_info(lush_4X4);
	return (lush_4X4);
	
		case ('lush_4X12'):
	var lush_4X12 = [];
	lush_4X12.title = 'Lush 4X12 Tile Detail';
	lush_4X12.type = 'Glass tile with mesh backing';
	lush_4X12.sheet_size = '1 square foot ';
	lush_4X12.tile_size = '4&quot; x 12&quot;';
	lush_4X12.tiles_per_sheet = '3';
	lush_4X12.tile_thickness = '8mm or 0.31"';
	lush_4X12.grout_width = '1/16" or 1.5mm';
	lush_4X12.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, showers, pools, countertops and backsplash.</strong>';
	lush_4X12.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for outdoor, commercial and wet applications.';
	lush_4X12.adhesive = 'Modified latex thin-set';
	lush_4X12.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_4X12 = format_info(lush_4X12);
	return (lush_4X12);
	
	case ('lush_6X6'):
	var lush_6X6 = [];
	lush_6X6.title = 'Lush 6x6 Tile Detail';
	lush_6X6.type = 'Glass tile with mesh backing';
	lush_6X6.sheet_size = '1 square foot ';
	lush_6X6.tile_size = '6" x 6"';
	lush_6X6.tiles_per_sheet = '4, 2 tiles across by 2 tiles down';
	lush_6X6.tile_thickness = '8mm or 0.31"';
	lush_6X6.grout_width = '1/16" or 1.5mm';
	lush_6X6.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash. <strong>Not recommended for floors.</strong>';
	lush_6X6.grout = 'Sanded and unsanded grout are both suitable here; Sanded grout is recommended for outdoor, commercial and wet applications.';
	lush_6X6.adhesive = 'Modified latex thin-set';
	lush_6X6.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Glass Tile Installation Guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	lush_6X6 = format_info(lush_6X6);
	return (lush_6X6);
	
	case 'vir_indust':
	//for all viridian industrial
	var vir_indust = [];
	vir_indust.title = 'Viridian Industrial Series Tile Detail';
	vir_indust.type = 'Glass tile with mesh backing';
	vir_indust.sheet_size = '1.15 square feet';
	vir_indust.tile_size = '1" x 1"';
	vir_indust.tiles_per_sheet = '169, 13 tiles across by 13 tiles down';
	vir_indust.tile_thickness = '4mm or 0.16"';
	vir_indust.grout_width = '1/16" or 1.5mm';
	vir_indust.additional = 'Coefficient of Friction: Dry = 0.71, Wet = 0.65';
	vir_indust.applications = 'Indoor and outdoor installations, commercial, industrial and residential spaces, wet and dry applications, walls, showers, pools, floors, countertops and backsplash.';
	vir_indust.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	vir_indust.adhesive = 'Modified latex thin-set';
	vir_indust.installation = '<a href="http://www.modwalls.com/viridian-installation-guide.aspx">Glass tile installation guide link</a>';
	vir_indust = format_info(vir_indust);
	return (vir_indust);
	
	case 'vir_A':
	//pearl mint
	var vir_A = [];
	vir_A.title = 'Viridian Pearl Series Tile Detail';
	vir_A.type = 'Glass tile with mesh backing or PVC dot backing';
	vir_A.sheet_size = '1.15 square foot sheet';
	vir_A.tile_size = '1" x 1"';
	vir_A.tiles_per_sheet = '169, 13 tiles across by 13 tiles down';
	vir_A.tile_thickness = '4mm or 0.16"';
	vir_A.grout_width = '1/16" or 1.5mm';
	vir_A.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, showers, pools, countertops and backsplash. Suitable for floors with light foot traffic.';
	vir_A.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	vir_A.adhesive = 'Modified latex thin-set';
	vir_A.installation = '<a href="http://www.modwalls.com/viridian-installation-guide.aspx">Glass tile installation guide link</a>';
	vir_A = format_info(vir_A);
	return (vir_A);
	
	case 'vir_B':
	//For Pearl Moonlight, ocean, midnight, mirage, nutmeg, hibiscus and cobalt only
	var vir_B = [];
	vir_B.title = 'Viridian Pearl Series Tile Detail';
	vir_B.type = 'Glass tile with mesh backing or PVC dot backing';
	vir_B.sheet_size = '1 square foot';
	vir_B.tile_size = '1" x 1"';
	vir_B.tiles_per_sheet = '144 , 12 tiles across by 12 tiles down';
	vir_B.tile_thickness = '4mm or 0.16"';
	vir_B.grout_width = '1/16" or 1.5mm';
	vir_B.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, showers, pools, countertops and backsplash. Suitable for floors with light foot traffic.';
	vir_B.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	vir_B.adhesive = 'Modified latex thin-set';
	vir_B.installation = '<a href="http://www.modwalls.com/viridian-installation-guide.aspx">Glass tile installation guide link</a>';
	vir_B = format_info(vir_B);
	return (vir_B);
	
	case 'vir_C':
	//For Viridian Orchard blend and Olivine blend
	var vir_C = [];
	vir_C.title = 'Viridian 1"x1" Blend Tile Detail';
	vir_C.type = 'Glass tile with mesh backing or PVC dot backing';
	vir_C.sheet_size = '1 square foot';
	vir_C.tile_size = '1" x 1"';
	vir_C.tiles_per_sheet = '144 , 12 tiles across by 12 tiles down';
	vir_C.tile_thickness = '4mm or 0.16"';
	vir_C.grout_width = '1/16" or 1.5mm';
	vir_C.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, showers, pools, lightly trafficked floors, countertops and backsplash. ';
	vir_C.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	vir_C.adhesive = 'Modified latex thin-set';
	vir_C.installation = '<a href="http://www.modwalls.com/viridian-installation-guide.aspx">Glass tile installation guide link</a>';
	vir_C = format_info(vir_C);
	return (vir_C);
	
	case 'vir_D':
	//For Viridian Brix Cotton and Apple.
	var vir_D = [];
	vir_D.title = 'Viridian 1x2 Brix Tile Detail';
	vir_D.type = 'Glass tile with mesh backing or PVC dot backing';
	vir_D.sheet_size = '0.88 square feet';
	vir_D.tile_size = '1" x 2"';
	vir_D.tiles_per_sheet = '60, 5 tiles across by 12 tiles down';
	vir_D.tile_thickness = '4mm or 0.16"';
	vir_D.grout_width = '1/16" or 1.5mm';
	vir_D.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, showers, pools, countertops and backsplash.  Suitable for floors with light foot traffic.';
	vir_D.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	vir_D.adhesive = 'Modified latex thin-set';
	vir_D.installation = '<a href="http://www.modwalls.com/viridian-installation-guide.aspx">Glass tile installation guide link</a>';
	vir_D = format_info(vir_D);
	return (vir_D);
	
	case 'metal_15X100':
	//each product in the modmetal cat has a different description
	var metal_15X100 = [];
	metal_15X100.title = 'ModMetals 15x100mm Stainless Steel Tile Detail';
	metal_15X100.type = 'Heavy 8mm porcelain tile with 1mm stainless steel overlay on mesh backing';
	metal_15X100.sheet_size = '0.94 square feet';
	metal_15X100.tile_size = '15mmx100mm or 5/8"x4"';
	metal_15X100.tiles_per_sheet = '54, 3 tiles across by 18 tiles down';
	metal_15X100.tile_thickness = '9mm or 0.35"';
	metal_15X100.grout_width = '1/16" or 1.5mm';
	metal_15X100.applications = 'Indoor installations, commercial and residential spaces, dry applications, walls and backsplash.  <strong>Not recommended for floors or wet applications</strong>.';
	metal_15X100.grout = 'Unsanded grout ';
	metal_15X100.adhesive = 'Modified latex thin-set';
	metal_15X100.installation = '<a href="http://www.modwalls.com/installationguides.aspx">Glass tile installation guide link</a>';
	metal_15X100 = format_info(metal_15X100);
	return (metal_15X100);
	
	case 'metal_100':
	var metal_100 = [];
	metal_100.title = 'ModMetals 100mm Stainless Steel Tile Detail';
	metal_100.type = 'Heavy 9mm porcelain tile with 1mm stainless steel overlay.  Tiles are individually wrapped.';
	metal_100.sheet_size = '1 square foot';
	metal_100.tile_size = '100mm x 100mm';
	metal_100.tiles_per_sheet = '9, 3 tiles across by 3 tiles down';
	metal_100.tile_thickness = '10mm or 0.39"';
	metal_100.grout_width = '1/16" or 1.5mm';
	metal_100.applications = 'Indoor installations, commercial and residential spaces, dry applications, walls and backsplash.  <strong>Not recommended for floors or wet applications</strong>.';
	metal_100.grout = 'Unsanded grout ';
	metal_100.adhesive = 'Modified latex thin-set';
	metal_100.installation = '<a href="http://www.modwalls.com/installationguides.aspx">Glass tile installation guide link</a>';
	metal_100 = format_info(metal_100);
	return (metal_100);
	
	case 'metal_18':
	var metal_18 = [];
	metal_18.title = 'ModMetals 18mm Stainless Steel Penny Tile Detail';
	metal_18.type = 'Heavy 4mm porcelain tile with 1mm stainless steel overlay on mesh backing';
	metal_18.sheet_size = '0.87 square feet';
	metal_18.tile_size = '18mm diameter';
	metal_18.tiles_per_sheet = '240, 15 tiles across by 16 tiles down';
	metal_18.tile_thickness = '5mm or 0.20"';
	metal_18.grout_width = '1/16" - 1/8"';
	metal_18.applications = 'Indoor installations, commercial and residential spaces, dry applications, walls and backsplash.  <strong>Not recommended for floors or wet applications</strong>.';
	metal_18.grout = 'Unsanded grout ';
	metal_18.adhesive = 'Modified latex thin-set';
	metal_18.installation = '<a href="http://www.modwalls.com/installationguides.aspx">Glass tile installation guide link</a>';
	metal_18 = format_info(metal_18);
	return (metal_18);
	
	case 'metal_20':
	var metal_20 = [];
	metal_20.title = 'ModMetals 20x20mm Stainless Steel Tile Detail';
	metal_20.type = 'Heavy 4mm porcelain tile with 1mm stainless steel overlay on mesh backing';
	metal_20.sheet_size = '0.94 square feet';
	metal_20.tile_size = '20mmx20mm or 3/4" x 3/4"';
	metal_20.tiles_per_sheet = '225, 15 tiles across by 15 tiles down';
	metal_20.tile_thickness = '5mm or 0.20"';
	metal_20.grout_width = '1/16" or 1.5mm';
	metal_20.applications = 'Indoor installations, commercial and residential spaces, dry applications, walls and backsplash.  <strong>Not recommended for floors or wet applications</strong>.';
	metal_20.grout = 'Unsanded grout ';
	metal_20.adhesive = 'Modified latex thin-set';
	metal_20.installation = '<a href="http://www.modwalls.com/installationguides.aspx">Glass tile installation guide link</a>';
	metal_20 = format_info(metal_20);
	return (metal_20);
	
	case 'metal_50':
	var metal_50 = [];
	metal_50.title = 'ModMetals 50x50mm Stainless Steel Tile Detail';
	metal_50.type = 'Heavy 6mm porcelain tile with 1mm stainless steel overlay on mesh backing';
	metal_50.sheet_size = '0.94 square feet';
	metal_50.tile_size = '50mm x 50mm or 2"x2"';
	metal_50.tiles_per_sheet = '36, 6 tiles across by 6 tiles down';
	metal_50.tile_thickness = '7mm or 0.28"';
	metal_50.grout_width = '1/16" or 1.5mm';
	metal_50.applications = 'Indoor installations, commercial and residential spaces, dry applications, walls and backsplash.  <strong>Not recommended for floors or wet applications</strong>.';
	metal_50.grout = 'Unsanded grout';
	metal_50.adhesive = 'Modified latex thin-set';
	metal_50.installation = '<a href="http://www.modwalls.com/installationguides.aspx">Glass tile installation guide link</a>';
	metal_50 = format_info(metal_50);
	return (metal_50);
	
	case 'metal_20X40':
	var metal_20X40 = [];
	metal_20X40.title = 'ModMetals 20x40mm Stainless Steel Tile Detail';
	metal_20X40.type = 'Heavy 4mm porcelain tile with 1mm stainless steel overlay on mesh backing';
	metal_20X40.sheet_size = '0.96 square feet ';
	metal_20X40.tile_size = '40mm x 20mm or 3/4"x1.5"';
	metal_20X40.tiles_per_sheet = '105, 7 tiles across by 15 tiles down';
	metal_20X40.tile_thickness = '5mm or 0.20"';
	metal_20X40.grout_width = '1/16" or 1.5mm';
	metal_20X40.applications = 'Indoor installations, commercial and residential spaces, dry applications, walls and backsplash.  <strong>Not recommended for floors or wet applications</strong>.';
	metal_20X40.grout = 'Unsanded grout';
	metal_20X40.adhesive = 'Modified latex thin-set';
	metal_20X40.installation = '<a href="http://www.modwalls.com/installationguides.aspx">Glass tile installation guide link</a>';
	metal_20X40 = format_info(metal_20X40);
	return (metal_20X40);
	
	case 'cork':
	var cork =[];
	cork.title = 'Cork Deluxe Natural Finish Cork Mosaic Tile Detail';
	cork.type = 'Cork tile on paper backing';
	cork.sheet_size = '0.92 square feet ';
	cork.tile_size = '1" diameter';
	cork.tiles_per_sheet = '120, 10 tiles across by 12 tiles down';
	cork.tile_thickness = '1/4"';
	cork.grout_width = '1/8" - 1/4"';
	cork.applications = 'Indoor installations or covered outdoor settings, commercial and residential spaces, wet and dry applications, walls, floors, showers, indoor saunas, countertops and backsplash.';
	cork.grout = 'Sanded grout';
	cork.adhesive = 'X701 Super Flex Mortar or Ardex S48 PowderTile Adhesive';
	cork.additional = 'This product must be sealed with polyurethane after installation and approximately once each year for wet applications.';
	cork.installation = '<a href="http://www.modwalls.com/corkdotz-installation-guide.aspx">Cork installation guide</a><br /><br /><a href="javascript:videotoggle();"><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';	
	cork = format_info(cork);
	return (cork);
	
	case 'cork2':
	var cork2 = [];
	cork2.title = 'Cork Deluxe Floor & Wall Tile Detail';
	cork2.type = 'Pre Sealed Square Foot Cork Floor and Wall Tile';
	cork2.sheet_size = '1 square foot';
	cork2.tile_size = '1 square foot';
	cork2.tiles_per_sheet = '1, 12"x12" tile';
	cork2.tile_thickness = '5mm or approx 1/4"';
	cork2.grout_width = 'grout not required';
	cork2.applications = 'Indoor installations or covered outdoor settings, commercial and residential spaces, dry applications, walls, floors and backsplash.';
	cork2.grout = 'grout not required';
	cork2.adhesive = 'Water-based contact cement';
	cork2.additional = 'This product must be sealed with polyurethane after a floor installation.';
	cork2.installation = 'Install with water-based contact cement. No need to grout. This is a natural cork product and must be acclimatized in the room in which it will be installed for at least 48 hours before installation.';
	cork2 = format_info(cork2);
	return (cork2);
	
	case 'moddotz':
	var moddotz = [];
	moddotz.title = 'ModDotz Glazed Porcelain Penny Rounds Tile Detail';
	moddotz.type = 'Glazed porcelain penny rounds with mesh backing';
	moddotz.sheet_size = '0.95 square feet';
	moddotz.tile_size = '19mm diameter or approximately 3/4"';
	moddotz.tiles_per_sheet = '224, 14 tiles across by 16 tiles down';
	moddotz.tile_thickness = '4mm or 0.16"';
	moddotz.grout_width = '1/16" - 1/8"';
	moddotz.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash.';
	moddotz.grout = 'Sanded and unsanded grout are both suitable; Sanded grout is recommended for floor, outdoor, commercial and wet applications.';
	moddotz.adhesive = 'Modified latex thin-set or mastic';
	moddotz.installation = '<a href="http://www.modwalls.com/moddotz-installation-guide.aspx">Porcelain tile installation guide link</a>';
	moddotz = format_info(moddotz);
	return (moddotz);
	
	case 'modrocks':
	//For ModRocks Bali, tulum, Patagonia, santorini, belize, aruba, Barbados, sequoia, lassen only (mini-size)
	var modrocks = [];
	modrocks.title = 'ModRocks Natural Pebble tile';
	modrocks.type = 'Matte pebble tile with mesh backing';
	modrocks.sheet_size = '1 square foot';
	modrocks.tile_size = 'Pebbles vary in diameter between 0.8-1.5cm or 0.32"-0.59"';
	modrocks.tiles_per_sheet = 'Each sheet varies; approximately 575 pebbles, 24 pebbles across by 24 pebbles down';
	modrocks.tile_thickness = 'Variable, approximately 0.5-1.0 cm or 0.2"- 0.39"';
	modrocks.grout_width = '1/16" - 1/8"';
	modrocks.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash.';
	modrocks.grout = 'Sanded';
	modrocks.adhesive = 'Modified latex thin-set';
	modrocks.installation = '<a href="http://www.modwalls.com/modrocks-installation-guide.aspx">ModRocks installation guide</a><br /><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx">Check out the Video on our <a href="http://www.modwalls.com/tile_installation_guides.aspx">Install Guides Page </a>';
	modrocks = format_info(modrocks);
	return (modrocks);
	
	case 'modrocks_A':
	//For ModRocks Denali, Seattle, Tahoe, Sedona, Yosemite only (largest sizes)
	var modrocks_A = [];
	modrocks_A.title = 'ModRocks Natural Pebble tile';
	modrocks_A.type = 'Polished pebble tile with mesh backing';
	modrocks_A.sheet_size = '1 square foot';
	modrocks_A.tile_size = 'Pebbles vary in diameter between 2-4cm or 0.79"-1.6"';
	modrocks_A.tiles_per_sheet = 'Each sheet varies; approximately 64 pebbles, 8 pebbles across by 8 pebbles down';
	modrocks_A.tile_thickness = 'Variable, approximately 1cm or 0.39"';
	modrocks_A.grout_width = '1/8" - 1/4"';
	modrocks_A.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash.';
	modrocks_A.grout = 'Sanded';
	modrocks_A.adhesive = 'Modified latex thin-set';
	modrocks_A.installation = '<a href="http://www.modwalls.com/modrocks-installation-guide.aspx">ModRocks installation guide link</a>';
	modrocks_A = format_info(modrocks_A);
	return (modrocks_A);
	
	case 'modrocks_B':
	//For ModRocks Park City, Kauai, Sierra only (mid-size)
	var modrocks_B = [];
	modrocks_B.title = 'ModRocks Natural Pebble tile';
	modrocks_B.type = 'Polished pebble tile with mesh backing';
	modrocks_B.sheet_size = '1 square foot';
	modrocks_B.tile_size = 'Pebbles vary in diameter, most are approximately 2cm or 0.79"';
	modrocks_B.tiles_per_sheet = 'Each sheet varies; approximately 169 pebbles, 13 pebbles across by 13 pebbles down';
	modrocks_B.tile_thickness = 'Variable, approximately 1cm or 0.39"';
	modrocks_B.grout_width = '1/8" - 1/4"';
	modrocks_B.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash.';
	modrocks_B.grout = 'Sanded';
	modrocks_B.adhesive = 'Modified latex thin-set';
	modrocks_B.installation = '<a href="http://www.modwalls.com/modrocks-installation-guide.aspx">ModRocks installation guide link</a>';
	modrocks_B = format_info(modrocks_B);
	return (modrocks_B);
	
	case 'custom_sample':
	//For Custom Blend Sapme
	var custom_sample = [];
	var msg = "<p>Thank   you  for your interest in our modwalls&reg; custom blends. </p><p>Simply  list   your blend &ldquo;recipe&rdquo; in the comments box on page 3 of checkout. <br />    <br />  When you\'re ready to place your order, please call us at 877-439-9734   between  9am and 5pm Pacific Time, Monday through Friday.</p><p>Modwalls&reg;  Custom   Blends take about 1 week to produce, and then UPS shipping times apply.  We ship from Santa Cruz County in California  and offer Free UPS Ground shipping in the Continental US on all orders   over  $399.</p>";
	custom_sample = format_msg(msg);
	return (custom_sample);
	
	case 'modrocks_recycled':
	var modrocks_recycled = [];
	modrocks_recycled.title = 'ModRocks Recycled Glass Pebbles';
	modrocks_recycled.type = '100% recycled clear glass pebble tile with mesh backing';
	modrocks_recycled.sheet_size = '1 square foot';
	modrocks_recycled.tile_size = 'Pebbles vary in diameter; approximately 1cm or 0.39"';
	modrocks_recycled.tiles_per_sheet = 'Each sheet varies; approximately 1024 pebbles, 32 pebbles across by 32 pebbles down';
	modrocks_recycled.tile_thickness = 'Variable, approximately 0.5-1.0 cm or 0.2"-0.39"';
	modrocks_recycled.grout_width = '1/16" - 1/8"';
	modrocks_recycled.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, floors, showers, pools, countertops and backsplash.';
	modrocks_recycled.grout = 'Sanded';
	modrocks_recycled.adhesive = 'Modified latex thin-set';
	modrocks_recycled.installation = '<a href="http://www.modwalls.com/modrocks-installation-guide.aspx">Glass tile installation guide link</a>';
	modrocks_recycled = format_info(modrocks_recycled);
	return (modrocks_recycled);
	
	case ('clay_2x8'):
	var clay_2x8 = [];
	clay_2x8.title = ' Clayhaus for modwalls&reg; 2x8 Ceramic Tile';
	clay_2x8.type = 'Individual ceramic tiles sold 9 tiles to a sheet<p>';
	clay_2x8.sheet_size = '1 square foot; 9 tiles with allotted grout joint area makes approximately 1 square foot of material';
	clay_2x8.tile_size = '7 3/4" x 1 7/8" or approx. 2"x8"';
	clay_2x8.tiles_per_sheet = '9; 9 tiles make approx. 1 square foot of material';
	clay_2x8.tile_thickness = '5/16" or 0.31"';
	clay_2x8.grout_width = 'Recommended grout line thickness is 3/16".  The absolute minimum grout line spacing is 1/8".  If the grout line is too tight, some tiles might chip at stress points while the grout dries.';
	clay_2x8.applications = '<b>Indoor installations only</b>; commercial and residential spaces, wet and dry vertical applications, walls, showers, countertops and backsplash. <b>Not recommended for floors. </b>';
	clay_2x8.grout = 'Sanded grout or urethane grout';
	clay_2x8.adhesive = 'Mastic or thin-set';
	clay_2x8.installation = '<a href="http://www.modwalls.com/clayhaus-installation-guide.aspx">Clayhaus for modwalls&reg; installation guide link</a>';
	clay_2x8.additional ='<b>Please keep in mind that some variation in size, shape and color is inherent with handcrafted artisan tile. These characteristics contribute to the beauty and unique quality of our products and are not considered flaws.</b><p>';
	clay_2x8 = format_info(clay_2x8);
	return (clay_2x8);
	
	
	case ('clay_trim'):
	var clay_trim = [];
	clay_trim.title = ' Clayhaus for modwalls&reg; Trim Tiles';
	clay_trim.type = 'Individual ceramic trim tiles <p>';
	clay_trim.sheet_size = 'Sold individually per tile';
	clay_trim.tile_size = '3/4" x 3/4" x 8"';
	clay_trim.tiles_per_sheet = '1 Tile';
	clay_trim.tile_thickness = '19 mm or 0.75" thick';
	clay_trim.grout_width = 'Recommended grout line thickness is 3/16".  The absolute minimum grout line spacing is 1/8".  If the grout line is too tight, some tiles might chip at stress points while the grout dries.';
	clay_trim.applications = '<b>Indoor installations only</b>; commercial and residential spaces, wet and dry vertical applications, walls, showers, countertops and backsplash. <b>Not recommended for floors. </b>';
	clay_trim.grout = 'Sanded grout or urethane grout';
	clay_trim.adhesive = 'Mastic or thin-set';
	clay_trim.installation = '<a href="http://www.modwalls.com/clayhaus-installation-guide.aspx">Clayhaus Tile installation guide</a>';
	clay_trim.additional ='<b>Please keep in mind that some variation in size, shape and color is inherent with handcrafted artisan tile. These characteristics contribute to the beauty and unique quality of our products and are not considered flaws.</b><p>';
	clay_trim = format_info(clay_trim);
	return (clay_trim);
	
	
	case ('clay_Plus'):
	var clay_trim = [];
	clay_trim.type = 'Individual ceramic tiles face-mounted on plastic sheets for easy installation<p>';
	clay_trim.title = 'Clayhaus for modwalls&reg;  Plus Design Tile';
	clay_trim.sheet_size = '1.06 square feet per sheet; 36 tiles face-mounted on a plastic sheet for easy installation';
	clay_trim.tile_size = 'One tile is 2 5/8" x  2 5/8"';
	clay_trim.tiles_per_sheet = '36; 36 tiles make just over 1 square foot of material';
	clay_trim.tile_thickness = 'Approximately 3/8" or 0.375"';
	clay_trim.grout_width = 'Recommended grout line thickness is 3/16". The absolute minimum grout line spacing is 1/8". If the grout line is too tight, some tiles might chip at stress points while the grout dries.';
	clay_trim.applications = '<b>Indoor installations only</b>; commercial and residential spaces, wet and dry vertical applications, walls, showers, countertops and backsplash. <b>Not recommended for floors. </b>';
	clay_trim.grout = 'Sanded grout or urethane grout';
	clay_trim.adhesive = 'Mastic or thin-set';
	clay_trim.installation = '<a href="http://www.modwalls.com/clayhaus-installation-guide.aspx">Clayhaus Tile installation guide</a>';
	clay_trim.additional ='<b>Please keep in mind that some variation in size, shape and color is inherent with handcrafted artisan tile. These characteristics contribute to the beauty and unique quality of our products and are not considered flaws.</b><p>';
	clay_trim = format_info(clay_trim);
	return (clay_trim);
	
	
		case ('rexRay'):
	var clay_trim = [];
	clay_trim.type = 'Glass tile packed individually for easy brick pattern installation<p>';
	clay_trim.title = 'Rex Ray Studio for modwalls Tile Detail';
	clay_trim.sheet_size = 'Sold by the square foot; three 4"x12" tiles make a square foot of material';
	clay_trim.tile_size = '4" x 12"';
	clay_trim.tiles_per_sheet = '3';
	clay_trim.tile_thickness = '1/4" or 6.35mm';
	clay_trim.grout_width = 'Recommended 1/16" or 1/8"';
	clay_trim.applications = 'Indoor and outdoor installations, commercial and residential spaces, wet and dry applications, walls, showers, pools and backsplash.';
	clay_trim.grout = 'Sanded and non-sanded grout are both suitable; Sanded grout is recommended for outdoor, commercial and wet applications.';
	clay_trim.adhesive = 'Modified latex thin-set';
	clay_trim.installation = '<a href="http://www.modwalls.com/lush-tile-installation-guide.aspx">Lush Tile installation guide</a><br /><img src="/images/yticontiny.jpg" alt="modwalls&reg; on YouTube"/> <a href="http://www.modwalls.com/tile_installation_guides.aspx#lush">Check out the Video on our Install Guides Page </a>';
	// clay_trim.additional ='<b>Please keep in mind that some variation in size, shape and color is inherent with handcrafted artisan tile. These characteristics contribute to the beauty and unique quality of our products and are not considered flaws.</b><p>';
	clay_trim = format_info(clay_trim);
	return (clay_trim);
	
	
	
	
	default:
	return("");
}
	
	
}

