
function send(adress,domain)
{
	document.location.href='mai'+'lto:'+adress+'@'+domain;
}

function newsletter()
{
	window.open("http://www.strictlycontent.de/com/mittendrin.php","","width=610,height=600,scrollbars=yes,location=no,resizable=yes");
}

function backtotop()
{
	offset=window.pageYOffset;
	if(document.documentElement.scrollTop) offset=document.documentElement.scrollTop; // MSIE
	one(offset);
}

function one(offset)
{
	new_offset=Math.abs(Math.floor(offset/3*2));
	window.scrollTo(0,new_offset);
	if(new_offset>0) two(new_offset);	
}

function two(offset)
{
	setTimeout("one("+offset+")",10);
}



function view_newsletter(id)
{
	window.open("http://www.strictlycontent.de/com/Archive.Newsletters/Mittendrin."+id+".html","","width=630,height=600,scrollbars=yes,location=no,resizable=yes");
}