
<!--
var allowpop=1;
function popWin(){
//  onUnload="if(allowpop!=0){popWin();}"
var myWin=window.open('http://sepromotiontools.com/clickthru.pl?id=shafferb1','info','width=350,height=350,menubar=0,toolbar=0,location=0,scrollbars=yes,resizable=yes,status=0');
myWin.blur();}
// -->

<!--

if (document.images) {            // Active Images
            img1on = new Image();
            img1on.src = "/images/home_button_over.jpg";
            img1off = new Image();
            img1off.src = "/images/home_button.jpg";        }


			img2on = new Image();
			img2on.src = "/images/win98_button_over.jpg";
			img2off = new Image();
            img2off.src = "/images/win98_button.jpg";

			img3on = new Image();
			img3on.src = "/images/sql_button_over.jpg";
			img3off = new Image();
            img3off.src = "/images/sql_button.jpg";

			img4on = new Image();
			img4on.src = "/images/fonts_button_over.jpg";
			img4off = new Image();
            img4off.src = "/images/fonts_button.jpg";


			img5on = new Image();
			img5on.src = "/images/asp_button_over.jpg";
			img5off = new Image();
            img5off.src = "/images/asp_button.jpg";


			img6on = new Image();
			img6on.src = "/images/templates_button_over.jpg";
			img6off = new Image();
            img6off.src = "/images/templates_button.jpg";

// Function to 'activate' images.
function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}

// Function to 'deactivate' images.
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}

// -->
