I've been messing with this for a while and can't figure it out...pasted the code below in a text widget in the side bar...it works in another non Atahualpa site but on this site is opening a window but not the size indicated in the script....would appreciate any help..
BTW Love the theme!
<script type="text/javascript" charset="Shift_JIS" language="javascript">
function popitup(url) {
newwindow=window.open(url,'name','height=900,width =500,top=200,left=400,menubar=no,toolbar=no,locati on=no,');
if (window.focus) {newwindow.focus()}
return false; }
</script>
<center>
<div style="width: 200px;">
<div style="outline: outset; outline-color: #00F; margin-left: auto; margin-right: auto; outline-width: medium; padding: 2px; color: #00f; width: 200;">
<h4>Stay on top of the St. Louis Real Estate Market!</h4>
<p>Sign up for our <span>FREE</span> Weekly St. Louis Real Estate Market updates for your area!</p>
<a onclick="return popitup('http://realestateinfoforyou.com/altos-sign-up-form.html')" href="http://realestateinfoforyou.com/altos-sign-up-form.html"> <img src="http://realestateinfoforyou.com/sign-up-here-button.png" alt="" align="middle" style="text-align: center; text-decoration: none; margin-left: auto; margin-right: auto; border: none; outline: none;"></a>
<p style="font-size: .8em; text-decoration: none; border: none;"><a style="text-decoration: none;" onclick="return popitup('http://realestateinfoforyou.com/MORE Realtors Market Update [SF]_MO_CLAYTON.pdf')" href="http://realestateinfoforyou.com/MORE Realtors Market Update [SF]_MO_CLAYTON.pdf">Click Here to View Sample Report</a></p>
</div>
</div>
</center>