var openwin;
function popupwin(url,myname,w,h,s)
{ 
settings='height='+h+',width='+w+',scrollbars='+s+',toolbar=no,location=no,status=no,menubar=no,resizable=yes,dependent=no'
openwin=window.open(url,myname,settings);
}

function show_popup1a()
{
var p1a=window.createPopup()
var pbody1a=p1a.document.body
pbody1a.style.backgroundColor="#e1e7f5"
pbody1a.style.border="solid blue 3px"
pbody1a.style.padding=" 3px"
pbody1a.innerHTML="<ul class='bulletlist'><li> Organize your thoughts and ideas.  </li><li>Identify the content or information you want displayed on your website.</li><li> Identify the graphics and pictures you want to place on your website. </li> <li>Identify links (such as contact-us, about-us, directions).   </li><li> Identify color scheme for text and background. &nbsp;&nbsp;Refer to the color chart under the web development link above.</li><li>Identify font style and size. </li></ul>"
p1a.show(775,141,330,270,document.body)
}


function show_popup1()
{
var p=window.createPopup()
var pbody=p.document.body
pbody.style.color="#eee8aa"
pbody.style.backgroundColor="#000"
pbody.style.border="solid #eee8aa 3px"
pbody.style.padding=" 3px"
pbody.innerHTML="<center><img src='images/momchild.jpg' align='left' /><h1>Maternal Affection </h1><p><b>A mother is the bearer of life, a miracle that I hold most sacred,</b></p><p> As she stares down, a newborn lays in her arms naked.</p><p> I can't remember my first breath, but I can still feel her strength,</p><p> Nine months as one, forever we'll be attached.</p><p>I might not have my mother's eyes, but it's her eyes that guide me.</p><p>The pursuit of my dreams that she placed deep inside me.</p><p>I wonder how it feels as a mother watches her child grow.</p><p> I believe no words can describe it, I guess I'll never know. </p><p>A mother works so diligent her work is never done,</p><p>The last one to sleep and rises before the sun.</p><p>I've gained compassion and confidence, pride and respect.</p><p>The power to overcome, I thank her for every step.</p><p><strong><u>Maternal affection</u> </strong>lasts forever I can sense it in your soul.</p><p> When God designed a mother, its you who shaped the mold.</p> <p>I thank you for preparing me for what this life has hurled.</p><p>  <em>May God bless every mother in this whole wide world.</em>&hellip;.</p><p> Written by:&nbsp;&nbsp; Just T. Goode</p></center>"
p.show(575,10,575,700,document.body)
}






function show_popup2()
{
var p2=window.createPopup()
var pbody2=p2.document.body
pbody2.style.backgroundColor="#e1e7f5"
pbody2.style.border="solid black 3px"
pbody2.style.padding=" 3px"
pbody2.innerHTML="<p>It's one year since I started developing websites.  It all began at a barbeque in town where I mentioned I was creating a website for Frank.  By the way that local barbeque had 400+ people there.</p><p>   Since, I learned how to do a calendar, a message board, and database for more interactive websites.   My skills continue to grow.</p> <p>My past experience which includes a computer science degree, working in the industry for many years, and teaching pre k thru 8 grade computers for several years has led me to developing websites.  I found my niche. </p><p> I want to thank everyone that has helped me and inspired me, especially Debbie.  And a special thanks to the Conti's for having the barbeque where it all began. </p><p> Thank you,</p><p> Mary</p>"
p2.show(775,141,430,370,document.body)
}

function show_popups1()
{
var ps1=window.createPopup()
var pbodys1=ps1.document.body
pbodys1.style.backgroundColor="#e1e7f5"
pbodys1.style.border="solid black 3px"
pbodys1.style.padding=" 3px"
pbodys1.innerHTML="<img src='images/glassofwater.jpg' align='left' /><h1>Stress Management</h1><p>How heavy is a glass of water?  The absolute weight doesn't matter.  It depends on how long you hold it.  If you hold it for a minute, that's not a problem. If you hold it for an hour your arm will start to ache.  If you hold it for a day, you'll have to see a doctor.  The longer you hold the glass the heavier it becomes.</p><p>If you carry your burdens all the time, sooner or later, the burden becomes increasingly heavy, you won't be able to carry on.  As with the glass of water, you have to put it down for a while and rest before holding it again.  When refreshed, you can carry on with the burden. </p><p>So, before you return home tonight, put the burden of work down.  Don't carry it home.  You can pick it up tomorrow.  Whatever burdens you're carrying now, put them down for a moment if you can.  Don't pick it up again until after you've rested a while.</p><p> Here are some great ways of dealing with the burdens of life:</p><ul><li>Accept that some days you're the pigeon, And some days you're the statue.</li><li>Always keep your words soft and sweet, just in case you have to eat them.</li><li>Drive carefully.  It's not only cars that can be recalled by their maker.</li><li>If you can't be kind, at least have the decency to be vague.</li><li>If you lend someone $20 and never see that person again, it was probably worth it.</li><li>It may be that your sole purpose in life is simply being kind to others.</li><li>Never put both feet in your mouth at the same time, because then you won't have a leg to stand on.</li><li>Nobody cares if you can't dance well.  Just get up and dance. </li><li>When everything's coming your way, your're in the wrong lane.</li><li>You may be only one person in the world, but you may also be the world to one person.</li><li>A truly happy person is one who can enjoy the scenery on a detour.</li><li>We could learn a lot from crayons... Some are sharp, some are pretty, and some are dull.  Some have weird names, and all are different colors, but they all live in the same box.</li><li> Have an awesome day and know that someone has thought about you today...I did.</li>  "
ps1.show(675,101,600,650,document.body)
}
