

/*****************************************************************************
	Copyright © 2006 SonarClub.nl, All rights reserved.

	20060210,0010	Frank Heijkamp
*****************************************************************************/








/*****************************************************************************
	global
*****************************************************************************/

function csshover(obj, bAction) {
	obj.className = (bAction?"hover":"");
}

var a_t = "@";


function processLink() {

	var arr = arguments[0].split("|");
	var tempadrformat = "";
	tempadrformat += (arr[0].substring(1,arr[0].length) + ":ot" + "l" + "iam").split("").reverse().join("");
	tempadrformat += a_t;
	for ( var i = 1; i < arr.length; i++ ) {
		if ( i > 1 ) tempadrformat += ".";
		tempadrformat += arr[i].substring(0,arr[i].length-1);
	}
	window.location = tempadrformat;

}

