var box="";
		var box_heading = " Merchandising "
		var box_heading_style = "'font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 7pt;font-weight: bold;	color: #ffffff;'"
		var head_bgcolor = "#ff6600"
		var border_color = "#ff6600"
		var left_corner_img = "<img src='images/left_orange.gif' width='13' height='13'>"		
		var right_corner_img = "<img src='images/right_orange.gif' width='13' height='13'>"
		var control_link = '<div id="Carousel" style="position:absolute;top:150;left:620;"><img src="images/placeholder.gif" width="77" height="75"></div>';	
		
		box += "<table width='90%' align='center' border='0' cellpadding='0' cellspacing='0'>"  
		box += "<tr>"  
		box += "<td><table width='100%' border='0' cellspacing='0' cellpadding='0'>"  
		box += "<tr>"  
		box += "<td width='13' valign='bottom'>"+left_corner_img+"</td>"
	//	box += "<td bgcolor="+head_bgcolor+"><img src='images/spacer3.gif' width='1' height='1'></td>"  
		box += "<td align='center' style="+box_heading_style+" bgcolor="+head_bgcolor+"><img src='images/spacer3.gif' width='1' height='10'>"+box_heading+"</td>"
		box += "<td width='13' valign='bottom'>"+right_corner_img+"</td>"  
		box += "</tr>" 		
//		box += "<tr>"  
//		box += "<td bgcolor="+head_bgcolor+">&nbsp;</td>"  
//		box += "<td align='center' style="+box_heading_style+" bgcolor="+head_bgcolor+"><img src='images/spacer3.gif' width='1' height='10'>"+box_heading+"</td>"
//		box += "<td bgcolor="+head_bgcolor+">&nbsp;</td>"  
//		box += "</tr>"  
		box += "</table></td>"
		box += "</tr>"  
		box += "<tr>" 
		box += "<td><table width='100%' border='1' cellpadding='0' cellspacing='0' bordercolor="+border_color+">"
		box += "<tr>" 
		box += "<td><table width='100%' height='115' border='0' bgcolor='#ffcc00' cellspacing='2' cellpadding='2'>"
		box += "<tr>" 
		box += "<td>"+control_link+"</td>"  
		box += "</tr>"
		box += "</table></td>"
		box += "</tr>"  
		box += "</table></td>"
		box += "</tr>"  
		box += "</table>"
		document.write(box);
