

var tableHeight;
var frameHeight=350;
	
border_color=border_color.replace("#","");

tableHeight=frameHeight-20;
wid_frame_id="widgetFrame";
widgetsrc="http://a816-healthpsi.nyc.gov/DispensingSiteLocator/showGenWidget.do?bcolor="+border_color+"&width="+widget_width+"&height="+tableHeight;
document.write("<iframe id='"+wid_frame_id+"' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' hspace='0' vspace='0' src='"+widgetsrc+"' width='"+widget_width+"' height='"+frameHeight+"'></iframe>");
