/*
-----------------------------------------
  design, animation, html, cgi, datenbank
-----------------------------------------
  lemonjuice digital creations
  joachim karl - nina metz - patrick roye
  hornschuchpromenade 5
  90762 fuerth
  ++49 911 7879477
  www.lemonjuice.de
  info@lemonjuice.de
  copyright 2002-2006

-----------------------------------------
*/

 function email_view (xs,ys,xpos,ypos,css, x1,x2,x3)
   {
	if(xs<100)
	{
			xs=100;
	}
	if(ys<100)
	{
			ys=100;
	}
	var m=new Array(109,97,105,108,116,111,58);
	// alert( getStr(x1)+"\n"+ getStr(x2)+"\n"+ getStr(x3)+"\n"+ getStr(m)+"\n" );
	window.resizeTo(xs,ys);
	window.moveTo(xpos,ypos);
	window.focus();
	var x=getStr(x3) +'&'+'#'+64 +getStr(x2) +'.' +getStr(x1);
	var c = '<'+'a'+' class="' +css +'" href="'+getStr(m) +x +'">' +x +'</' + 'a' +'>';

	document.write(c);
   }

 function getStr (a)
   {
	return '&'+'#'+a.join('&'+'#');
   }

