var params =  	
{	
   BorderColor : '#977D48', 
   BorderWidth : 0, 
   CloseBoxHeight : 13, 
   CloseBoxSrc : 'images/clsboxgray.gif', 
   CloseBoxWidth : 13, 
   ContentHTML : '<p align="center"><img src=\"images/mural-popup.jpg\"></td></p> ', 
   ContentPadding : 6, 
   InnerBorderColor : '#977D48', 
   OuterBorderWidth : 0, 
   Shadow : true, 
   StatusBarHeight : 0, 
   StatusBarAlign : 'left', 
   StatusColor : 'white', 
   TitleBarHeight : 18, 
   TitleBarText : 'Maternal and Child Health Access Mural', 
   TitleBarAlign : 'center', 
   TitleColor : '#977D48', 
   Width : 760, 
	 Height: 434,
   TitleFontFamily : 'arial, helvetica, sans-serif', 
   TitleFontColor : '#FFFFFF',
   ContentFontSize : 11, 
   ContentFontFamily : 'arial, helvetica, sans-serif', 
   ContentFontColor : '#977D48', 
   Id  : 'mural'
} 
var mural = new FerantDHTMLWindow(params); 

