
function ContactMe(){
myleft=(screen.width)?(screen.width-480)/2:100;mytop=(screen.height)?(screen.height-460)/2:100;
settings='top=' + mytop + ',left=' + myleft + ',width=480,height=460,location=no,directories=no,menubar=no,toolbar=yes,status=no,scrollbars=yes,resizable=no,fullscreen=no'
PopupWin=window.open('http://www.haleycoastalrealestate.com/forms/contact/index.html','PopupWin', settings);
PopupWin.focus();}


function Privacy(){
myleft=(screen.width)?(screen.width-750)/2:100;mytop=(screen.height)?(screen.height-350)/2:100;
settings='top=' + mytop + ',left=' + myleft + ',width=750,height=350,location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no,fullscreen=no'
PopupWin=window.open('http://www.haleycoastalrealestate.com/privacy.html','PopupWin', settings);
PopupWin.focus();}


function Agents(){
myleft=(screen.width)?(screen.width-480)/2:100;mytop=(screen.height)?(screen.height-460)/2:100;
settings='top=' + mytop + ',left=' + myleft + ',width=480,height=460,location=no,directories=no,menubar=no,toolbar=yes,status=no,scrollbars=yes,resizable=no,fullscreen=no'
PopupWin=window.open('http://www.haleycoastalrealestate.com/forms/agent/index.html','PopupWin', settings);
PopupWin.focus();}

