var browser=navigator.appName;
if(browser=="Netscape"){
var width=self.window.innerWidth;
var nWidth=(width*20)/100;
var uWidth=(width - nWidth);
var dWidth=(uWidth*.25);
var nHeight=(dWidth*1.3);
var zWidth=(dWidth-5);
var zHeight=(nHeight-5);
var rWidth=(uWidth*.60);
var rHeight="auto";
 var  div = '<div style="float: left; width: 35%; height: auto; margin-right: 1px; padding-top: 5%; margin-left: 3%">'
   div += '<img src="./images/ina.png" width="'+ zWidth +'" height="'+ zHeight +'" valign="top" border="0" vspace="5"  alt="photo of Ina B Chadwick">'
   div += '<\/div>'
	 div += '<div id="maintext" style="float: left; width: 60%;height: auto; text-align: justify; vertical-align: top; padding-top: 5%; margin-right: 1%">'
   div += '<span class="name">		Ina B. Chadwick</span>'
   div += '<br><span class="name1">Chadwick &amp; Company - <\/span><span class="name3">"We Make Your Bright Ideas Brilliant..." <\/span>'	
   div += '<br><span class="name2">Writing &amp; Creative Design <\/span><br>'	 
   div += '<br><span class="c13">Ina '
   div += 'B. Chadwick, founder of Watermark, is the president of Chadwick &amp; '
	 div += 'Company, specializing in written communications for capabilities '
	 div += 'brochures, fundraising materials, annual reports and ghost written '
	 div += 'articles. &#8220;We are committed to putting vitality into your image and we '
	 div += 'pride ourselves on our ability to present complex material clearly. In '
	 div += 'fact, the more complex the subject, the simpler the writing must '
	 div += 'appear. From telecommuncation companies to hospitals to social services '
	 div += 'agencies, arts and cultural organizations, Chadwick &amp; Company '
	 div += 'delivers copy that always a step above the competition. <\/span> '
	 div += '<br>'   
	 div += '<img src="./images/bc_new.gif" width="28" height="28" border="0" align="left" hspace="5" style="margin-left:24%"><a href="mailto:ina@brimhallassociates.com"><span class="c13" style="color: #3336aa;font-weight: 600;">Contact Ina B. Chadwick<\/span><\/a><br>'   	
   div += '<br>'    	
   div += '<\/div>' 
	 div += '<\/div>' 
}
else {
var width=self.document.body.clientWidth;
var nWidth=(width*20)/100;
var uWidth=(width - nWidth);
var dWidth=(uWidth*.25);
var nHeight=(dWidth*1.3);
var zWidth=(dWidth-5);
var zHeight=(nHeight-5);
var rWidth=(uWidth*.60);
var rHeight="auto";

 var  div = '<div style="float: left; width: 35%; height: auto; margin-right: 1px;">'
   div += '<img src="./images/ina.png" width="'+ zWidth +'" height="'+ zHeight +'" valign="top" border="0" vspace="5"  alt="photo of Ina B Chadwick">'
   div += '<\/div>'
	 div += '<div id="maintext" style="float: left; width: 60%;height: auto; text-align: justify; vertical-align: top; padding-top: 2%; margin-right: 1%">'
   div += '<span class="name">		Ina B. Chadwick<\/span>'
   div += '<br><span class="name1">Chadwick &amp; Company - <\/span><span class="name3">"We Make Your Bright Ideas Brilliant..." <\/span>'	
   div += '<br><span class="name2">Writing &amp; Creative Design <\/span><BR>'	 
   div += '<br><span class="c13">&nbsp;&nbsp;Ina '
   div += 'B. Chadwick, founder of Watermark, is the president of Chadwick &amp; '
	 div += 'Company, specializing in written communications for capabilities '
	 div += 'brochures, fundraising materials, annual reports and ghost written '
	 div += 'articles. &#8220;We are committed to putting vitality into your image and we '
	 div += 'pride ourselves on our ability to present complex material clearly. In '
	 div += 'fact, the more complex the subject, the simpler the writing must '
	 div += 'appear. From telecommuncation companies to hospitals to social services '
	 div += 'agencies, arts and cultural organizations, Chadwick &amp; Company '
	 div += 'delivers copy that always a step above the competition. <\/span> '
	 div += '<br>'   
	 div += '<img src="./images/bc_new.gif" width="28" height="28" border="0" align="left" hspace="5" style="margin-left:24%"><a href="mailto:ina@brimhallassociates.com"><span class="c13" style="color: #3336aa;font-weight: 600;">Contact Ina B. Chadwick<\/span><\/a><br>'   	
   div += '<br>'       	
   div += '<\/div>' 
	 div += '<\/div>' 
	 }
document.write(div);