<!-- Begin
if ((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4)) {

var url="http://www.cabling-design.com/";
var title="Free helpdesk and other online cabling resources";

document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("'Add Cabling-Design.com to your favorites!'; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('"><img src="/images/favorites.gif" border ="0" alt="Click here to add Cabling-Design.com to your favorites! "></a>');
}
else {
var msg = "<img src=\"/images/bookmarks1.gif\" border =\"0\" alt=\"With Netscape Navigator type Ctrl-D to add this page to your bookmarks!\"></a>";

document.write(msg);
}

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


function GoTo(url){
	location.href=(url);
}

// End -->

