﻿// popup window script generated at http://javascript.about.com for the Hill Country Chamber of Commerce/

// Feature Business /

function goWin() {
var mh = 475;
var mw = 400;
TheWin = window.open('','image','height=' + mh + ',width=' + mw + ',toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes');
TheWin.resizeTo(mw+100,mh+000);
TheWin.document.write('<!DOCTYPE html PUBLIC "-\/\/W3C\/\/DTD XHTML 1.0Transitional\/\/EN" "http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd"><html xmlns="http:\/\/www.w3.org\/1999\/xhtml">');
TheWin.document.write('<head><title>Have your Business Featured on our Home Page<\/title><\/head><body style="overflow:hidden" bgcolor="white">');
TheWin.document.write('<h3 align=center><strong>Have your Business Featured on our Home Page</strong></h3>');
TheWin.document.write('<p align=justify>');
TheWin.document.write('Sign up to sponsor the Hill Country Chamber of Commerce and become our Featured Business of the Month!   As a featured business you will receive the following benefits:');
TheWin.document.write('</p><p align=left>');
TheWin.document.write('•	Your business logo appears on the front page of the Hill Country Website with a direct link to ');
TheWin.document.write('<strong>your website ');
TheWin.document.write('</strong>for the entire month.');
TheWin.document.write('</p><p align=left>');
TheWin.document.write('•	We will talk about ');
TheWin.document.write('<strong>your business ');
TheWin.document.write('</strong>on our weekly Chamber Chat, “What’s Going on in Hill County” Monday through Friday on 104.9 radio,  inviting potential buyers to check you out in person or via the Hill Country Website.');
TheWin.document.write('</p><p align=left>');
TheWin.document.write('<strong>•	Your information ');
TheWin.document.write('</strong>will be emailed in a weekly “What’s Going on in Hill Country” e-newsletter, to all Hill Country Chamber members giving you the opportunity to showcase special events or highlights.');
TheWin.document.write('</p><p align=justify>');
TheWin.document.write(' Cost for this special feature is $100.00 which by sponsoring pays for our Chamber office rent.  This is quite a valuable promotional tool for a small amount of money, especially these days.  For more information call the Chamber office at 608-462-2245, or email sue@hillcountrychamberwi.org.');
TheWin.document.write('</p></small><\/body><\/html>');
TheWin.moveTo(50,50);
TheWin.focus();
}
 


