function openWindow (earl,name,widgets) {
	host = location.hostname;
        var url = earl;
	popupWin = window.open (url,name,widgets);
	popupWin.opener.top.name="opener";
	popupWin.focus();
	}

function closeWindow () {
	parent.close ();
	}

function goTW(){
    var URL = document.pathfinder.site.options[document.pathfinder.site.selectedIndex].value;
    window.location.href = URL;
}


//tg

