function rtp(i){a='<a ';b='@';c='<\/a>';d='href=';e='rtp.se';f='mailto:';g='>';document.write(a+d+f+i+b+e+g+i+b+e+c);}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  			window.open(theURL,winName,features);
}
function em(dom,us) 
		{

			h='<a ';
			k='href="';
			l='mailto:';
			m='">';
			i='@';
			j='<\/a>';
			
			document.write(h+k+l+us+i+dom+m+us+i+dom+j);
		}
		
function winOpen(URL, windowName, width, height, scrollbars){
	var windowFeatures;
	windowFeatures = '';
	if (width != '' && width != null){
		windowFeatures = windowFeatures+'width='+width+',';
	}
	if (height != '' && height != null){
		windowFeatures = windowFeatures+'height='+height+',';
	}
	if (scrollbars){
		windowFeatures = windowFeatures+'scrollbars,';
	}
	window.open(URL, windowName, windowFeatures);
	
	
	
}