<!--//--><![CDATA[//><!--
// Snapperfish Menu
sfHover = function() {
var sfEls = document.getElementById("hNav").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);
} else {
// for IE mac
if (document.all && document.getElementById("hNav")) window.onload=sfHover;
}
// Popup Window
var win=null;
function popUp(url,name,w,h,scroll,pos) {
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=0}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
win=window.open(url,name,settings);
}
// Mail script
function mailto(domain, user) { 
document.location.href = "mailto:" + user + "@" + domain; 
}
// Copy script
function copyit(theField) {
var tempval=eval("document."+theField);
tempval.focus();
tempval.select();
therange=tempval.createTextRange();
therange.execCommand("Copy");
}
// 	DOMcollapse
if (document.images){
	status_open = new Image();status_close = new Image();
	status_open.src = "http://www.GoldenTwine.com/btn/btnOpen.gif";status_close.src = "http://www.GoldenTwine.com/btn/btnClose.gif";}
function togSB(item){
	if(document.images [item+"_img"])	document.images [item+"_img"].src = (document.images [item+"_img"].src == status_open.src) ? status_close.src:status_open.src;
	if(document.getElementById(item+'_div')) document.getElementById(item+'_div').style.display = (document.getElementById(item+'_div').style.display=="none") ? "":"none";
}
// 	DOMcollapse2
if (document.images){
	status_open = new Image();status_close = new Image();
	status_open.src = "http://www.GoldenTwine.com/btn/btnOpen.gif";status_close.src = "http://www.GoldenTwine.com/btn/btnClose.gif";}
function togOC(item){
	if(document.images [item+"_img"])	document.images [item+"_img"].src = (document.images [item+"_img"].src == status_open.src) ? status_close.src:status_open.src;
	if(document.getElementById(item+'_span')) document.getElementById(item+'_span').style.display = (document.getElementById(item+'_span').style.display=="none") ? "":"none";
}
// Google Analytics
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-17311225-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
  

//--><!]]>
