<!--
function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FF5555";
elem.style.cursor = 'hand'}

function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";}

function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FF5555";}

function LmUp(path)
{location.href = path;}

function highlightButton(s) {
    if ("INPUT"==event.srcElement.tagName)
      event.srcElement.className=s
  }

/*
Add Bookmark or Favorites Script
Created by Laare Rowan
Web Design Guide - www.dreamink.com 

This script may be distributed freely with comments included. 

Place this portion of the script within the <head> tag:
*/

// change the siteurl and sitetitle variables to match your website info
var pageurl=(location.href)
var pagetitle=(document.title)
var siteurl="http://www.gain4you.net"
var sitetitle="Gain4You.Net - Internet Expertise for Your Small Businesses"

function addpagebookmark(){
if (document.all)
window.external.AddFavorite(pageurl,pagetitle)
}
function addsitebookmark(){
if (document.all)
window.external.AddFavorite(siteurl,sitetitle)
}
//-->
