//Yes, I know this isn't an HTML file, but it has to be here to be in scope for the
//plugin to smarty it. Sorry.

function  populate_description(my_id)
{
	var product_div=document.getElementById('productdiv');
	
	var description = '';
	var name = '';
	var code = '';
			if(my_id == 5230277)
		{
			description = "FREE SHIPPING<br />FREE SAMPLES<br /><br />
<img src=\"/template/images/robert-allen_hdr.jpg\" alt=\"ROBERT ALLEN\" /> <strong><br />
Roman Shades</strong> are expertly hand-crafted from our wide range of beautiful, natural&nbsp;fabrics.&nbsp;Each custom Roman Shade can be fashioned into six graceful designs. Customize with additional lining options that can dramatically improve insulation for optimal energy-efficiency (add a privacy or blackout lining to any Roman Shade&nbsp;at NO CHARGE).<br />
<strong>FROM $144 // SHIPS IN&nbsp;15 DAYS!</strong>";
			name = "ROMAN SHADES";
			code = "robert-allen-roman";
		}
			if(my_id == 5230279)
		{
			description = "FREE SHIPPING<br />FREE SAMPLES<br /><br />
<img src=\"/template/images/robert-allen_hdr.jpg\" alt=\"ROBERT ALLEN\" /> <br />
Couture quality. Our <strong>Custom Drapery</strong> is hand-made from our extensive selection of exclusive designer fabrics. Choose from six distinct styles, three decorative borders, custom widths and lengths, and multiple lining options - for superior custom-fit results and bonus energy-efficiency benefits.<br />
<strong>FROM $110 // SHIPS IN 15 DAYS!</strong>";
			name = "DRAPERY";
			code = "robert-allen-drapery";
		}
			if(my_id == 5230278)
		{
			description = "<strong><font color=\"#E86D1F\">FREE SHIPPING<br/>FREE SAMPLES</font></strong><br />
<img src=\"/template/images/robert-allen_hdr.jpg\" alt=\"ROBERT ALLEN\" /> <br />
A modern classic. For ages hand-made Cornices have graced the windows of the world's finest interiors. The perfect compliment to your custom window treatments, our clean-lined, tailored Cornices are the perfect finishing touch.<br />
<strong>FROM $177 // SHIPS IN 15 DAYS!</strong>";
			name = "CORNICES";
			code = "robert-allen-cornices";
		}
			if(my_id == 5230281)
		{
			description = "<strong><font color=\"#E86D1F\">FREE SHIPPING<br/>FREE SAMPLES</font></strong><br />
<img src=\"/template/images/robert-allen_hdr.jpg\" alt=\"ROBERT ALLEN\" /> <br />
Create your own custom Pillows using our wide range of exclusive fabrics. You choose the welting and border options. Poly and feather/down inserts are available.<br />
<strong>FROM $45 // SHIPS IN&nbsp;10 DAYS!</strong>";
			name = "PILLOWS";
			code = "robert-allen-pillows";
		}
				product_div.style.height = '240';
		product_div.innerHTML= "<span class='boldgrayheader'>" + name + "</span><span class='normalgraytext'>" + "<br>" + description + "<br><br><a href='http://www.theshadestore.com/category/robert-allen/" + code + "' alt='Pillows'><img src='http://www.theshadestore.com/template/images/select.gif' border='0' onmouseover=\"this.src='http://www.theshadestore.com/template/images/select_green.gif'\" onmouseout=\"this.src='http://www.theshadestore.com/template/images/select.gif'\"></a></span>";

}