
function goHere(where){
	document.location = where;
}
function fade_in(){
	new Effect.Opacity('content', {duration:0.5, from:0.0, to:1.0});
}

function showfeature(pos_id, feat_id){

	//hide open feature box
	var f = $$('.fb');
	var s = '';
	for(var i=0; i<f.length; i++){
		f[i].hide();
	}
	
	//position box
	var mydiv = $(feat_id);
	
	var xpos = Position.cumulativeOffset(pos_id)[0];
	var ypos = Position.cumulativeOffset(pos_id)[1];
	mydiv.style.top = ypos + 9;
	mydiv.style.left = xpos + 9;
	mydiv.show();
	
}

//this is for encoding email
var this_one = '&';var sign = ';';var is = '#';var at = '4';var the = '6';var s = '<a h';var a = 'f="ma';var t = 'o:';var r = 'ilt';var m = 're';