document.htmlbox_styles=function(){
return [
	['Product Layout',
	'<table style="table-layout:fixed;padding:0px;border-collapse:collapse;width:300px;height:64px;"><tr><td style="width:236px;height:64px;vertical-align:top;">',
	'<h2>Product Title</h2><p>Product Description</p></td><td style="vertical-align:top;height:64px;width:64px;"></td></tr></table>'
	],['Product Details',
	'<table style="table-layout:fixed;padding:0px;border-collapse:collapse;width:300px;height:64px;"><tr><td style="width:236px;height:64px;vertical-align:top;">',
	'<h2>Product Title</h2><p>Product Description</p></td><td style="vertical-align:top;height:64px;width:64px;"></td></tr></table>'
	],['Multicolumn',
	'<table style="table-layout:fixed;padding:0px; width:100%;"><tr><td style="width:50%;vertical-align:top;"><p>Column 1</p></td>',
	'<td style="vertical-align:top;"><p>Column 2</p></td></tr></table>'
	]
];
};

