﻿function maillink(thename,theURL,linkText){
	document.write("<a href=mailto:" + thename + "@" + theURL + ">" + linkText + "@" + theURL + "</a>");
}

function gototheurl(theURL){
	document.location.href = theURL;
}


function replace_morethan() {
	document.body.innerHTML = document.body.innerHTML.replace(RegExp('More Than','g'), 'MORE TH>N');
	document.body.innerHTML = document.body.innerHTML.replace(RegExp('More Th&gt;n','g'), 'MORE TH>N');
	document.title = document.title.replace(RegExp('More Than','g'), 'MORE TH>N');
}

function selecturl(s){
	var gourl = s.options[s.selectedIndex].value;
	if ((gourl != null) && (gourl != "")){
	    window.top.location.href = gourl;
	}
}


function gocar(url) 
{ 
var loc = (url);
myeducation=window.open(loc, 'GoEd','width=775,height=555,top=2, left=2,resizable=yes,scrollbars=yes,menubar=no,status=yes,toolbar=no,location=no ');

}

function popitup(url) {
    newwindow = window.open(url, 'name', 'height=400,width=450,scrollbars=1');
    if (window.focus) { newwindow.focus() }
    return false;
}




