// JavaScript Document

function changeBanner(template,img) {
	var image = document.getElementById('top_banner'); 
	image.src = '/templates/'+template+'/images/photos/photo'+img+'.gif';
}


function geta(lhost,lil,lact){
	if (lact=='')lact = lil + "@" + lhost;
	document.write("<a href=" + "mail" + "to:" + lil + "@" + lhost+ ">" + lact + "</a>");
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
}