
function showBigPic(pic,userid) {
	hideit('foto_popup',0);
	document.getElementById('foto_popup_content').innerHTML = "";
	getBigPic(['action__userprofil_getbigpic','lang__'+lang,'sid__'+sid,'user__'+user,'password__'+password,'pic__'+pic,'userid__'+userid,'NO_CACHE'],['foto_popup_content']);
}
