sfHover = function() {
	var sfEls = document.getElementById("vertnav").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 transact(t){
	var attribs = "location=no, scrollbars=yes, menubars=no, toolbars=no, titlebar=no, resizable=yes, left=50, top=50, width=700, height=500"
	email = window.open("http://www.transformtangalle/transact.php?t="+t, null, attribs)
}
