function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function openwindow()
{
	window.open('empfehlung/index.php','tell a friend','height=360,width=550 scrollbars');
}

