
document.write('<STYLE TYPE="text/css"><!--');
document.write('A { text-decoration: underlined; }');
document.write('A:link { color: maroon; }');
document.write('A:visited { color: #7777cc; }');
document.write('A:active { color: #aaaaaa; }');
document.write('A:hover { color: red; }');
document.write('--></STYLE>');

function Link(url, alt)
{
this.url=url;
this.alt=alt;
return this;
}

var li=0;
var link=new Array();

link[li++]=new Link('http://www.usamls.net/baldwinlistings/default.asp?content=search&menu_id=36006" target="_TOP','I want to do my own Search');
link[li++]=new Link('http://www.gulfcondos.com/meetsteve.htm','Meet Steve & His Team');
link[li++]=new Link('http://www.gulfcondos.com/financing.htm','Financing');
link[li++]=new Link('http://www.gulfcondos.com/agentlinks.asp','Steve`s Preferred Agent List');
//link[li++]=new Link('http://www.gulfcondos.com/condos/condolist.asp','View Selected Condo List');
link[li++]=new Link('http://www.gulfcondos.com/forms.htm','View/Print Forms');
link[li++]=new Link('http://www.gulfcondos.com/remaxform.htm','General Info Request');
//link[li++]=new Link('http://www.sandysurf.com/default.htm','Residential');
//link[li++]=new Link('mailto:listings@gulfcondos.com?subject=List of Condos','Email List of Condos');
//link[li++]=new Link('mailto:listings@baldwinhomes.com?subject=List of Homes','Email List of Homes');
link[li++]=new Link('http://www.gulfcondos.com/defaultgc.asp','Main Page');

var half=Math.floor(link.length/2)-1;
document.write('<br><font size=2 face=arial>|');

li=0;
while (li < link.length)
  {
  var url=link[li].url, alt=link[li].alt;
  var lstring=' <a href="' + url + '" '
  lstring += 'onmouseover="window.status=\'' + alt + '\'; return true" ';
  lstring += 'onmouseout="window.status=\'\'; return true"';
  lstring += '>' + alt + '</a> |';
  if (li==half) lstring+= '<br>|';
  document.write(lstring);
  li++;
  }

document.write('</font><br><br>');
/*
document.write('<br><hr width="80%">');
document.write('<table border="0" width="600"><tr><td align=center><font size=1 face="Arial">Steve Warren * RE/MAX of Gulf Shores * Gulf Shores, AL USA * State of Alabama * (800) 686-4005<br>');

document.write('<b>&copy;2004 Steve Warren</b> All Rights Reserved.<br>No material from this website may be copied, reproduced, republished, or distributed in any way without the express written permission of Steve Warren. Modification of the materials or use of the materials without written permission is a violation of copyright and other proprietary rights.</font></td></tr></table><br>');
*/

var reqwin, width=450, height=320;
var winheight=120;
winwidth= winheight + (width-height);
var x = 15, y = x;

function catrequest()
{
gocat();

var winstring = '<html><title>Newsletter Signup</title>';
winstring += '<body background="http://www.gulfcondos.com/images/spacer.gif" text="#000000" link="#0000ff" vlink="#551a8b" alink="#ff0000" bgcolor="#ffffff">';
winstring += '<link rel="stylesheet" href="!styles.css" type="text/css">';
winstring += '<center>';
winstring += '<table border="0" cellspacing="0" cellpadding="5"><tr>';
winstring += '  <td><img src="images/logo-remaxgulf.gif" alt="RE/MAX of Gulf Shores"></td>';
winstring += '  <td class="arial18 bold">MLS based info from Gulf Shores, Orange Beach, Baldwin County including<br>Foreclosures and Short Sales from RE/MAX Gulf Shores, updated 24/7</td>';
winstring += '</tr></table>';
winstring += '<br><br><h1 align="center">Newsletter Signup Form</h1>';
winstring += '<form method="POST" action="http://www.gulfcondos.com/gulfcondosnewsform.asp">';
winstring += '<input type=hidden name="toaddr" value="steve@gulfshoresmls.com">';
//winstring += '<input type=hidden name="ccaddr" value="jennifer@gulfcondos.com">';
winstring += '<input type=hidden name="sort" value="alphabetic">';
winstring += '<input type=hidden name="subject" value="Newsletter Signup Form">';
winstring += '<input type=hidden name="fmaddr" value="MailForm@Solarstop.net">';
winstring += '<input type=hidden name="env_report" value="REMOTE_HOST,REMOTE_ADDR,REMOTE_USER,HTTP_USER_AGENT">';
winstring += '<input type=hidden name="bgcolor" value="#FFFFFF">';
winstring += '<input type=hidden name="title" value="Newsletter Signup Form">';
winstring += '<table border="0"><tr><td align="right">';
winstring += 'Name: <input type="text" name="name" size="35" maxlength="60"><br>';
winstring += 'E-mail Address: <input type="text" name="email" size="35" maxlength="60"><br><br>';
winstring += '<center><b>Optional Information:</b></center>';
winstring += 'Street Address: <input type="text" name="street" size="35" maxlength="60"><br>';
winstring += 'City/State/Zip: <input type="text" name="city" size="35" maxlength="60"><br>';
winstring += 'Telephone: <input type="text" name="telephone" size="35" maxlength="60"><br>';
winstring += '</td></tr></table>';
winstring += '<br><table>';
winstring += '<tr><td align=center><input type="submit" value="Send">';
winstring += '&nbsp;&nbsp;&nbsp;&nbsp;<input type="reset" value="Clear">';
winstring += '&nbsp;&nbsp;&nbsp;&nbsp;<input type="button" value="Close" onclick="window.close(); return true">';
winstring += '</td></tr></table></form>';
winstring += '<span class="comic13 black bold">This website is owned and operated by Steve Warren, RE/MAX of Gulf Shores, 645 Gulf Shores, AL  36532</span><br><br>';
winstring += '<span class="arial11"><i>Each RE/MAX Office Independently Owned and Operated</i></span><br><br>';
winstring += '</center></body></html>';

reqwin.document.write(winstring);
reqwin.document.close();
}

function gocat()
{
if (reqwin != null) {if (!reqwin.closed) reqwin.close();}

reqwin = window.open("","reqwin","height=" + winheight + ",width=" + winwidth + ",scrollbars,resizable");

if (!document.layers && !document.all) {return;}

expandcat();
}

function expandcat()
{
reqwin.resizeBy(x, y);
if (winheight >= height) {return;}
winheight += y;
winwidth += x;
expandcat();
}

function switchpic(imgname, imgsrc)
{
document.images[imgname].src=imgsrc;
}
