function popup_profil(profil) {
	myWindow = window.open('', 'profilWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=400,height=250');
	myWindow.document.write('<link href="gomore_std.css" rel="stylesheet" type="text/css">');
	myWindow.document.write('<span class="gomore_std">');
	myWindow.document.write(profil);
	myWindow.document.write('</span>');
	myWindow.document.close();
}
