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');
}

function openmap(studio_id)
{
	window.open('../map.php?studio='+studio_id,'map_view','height=500,width=650, AUTO');
}

