function PopWin(mypage,myname,w,h,scroll){
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	TopPosition = TopPosition-30
	settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',status=no,resizable=1';
	win = window.open(mypage,myname,settings);
}

function profilbillede(id, b, h){
	PopWin('/profiler/profil/vis_billede.php?id=' + id + '','billede',b,h,'no');
}

function egetprofilbillede(id, b, h){
	PopWin('/profil/vis_billede.php?id=' + id + '','billede',b,h,'no');
}

function fotoalbumbillede(id, b, h){
	PopWin('/profiler/profil/vis_foto.php?id=' + id + '','billede',b,h,'no');
}

function egetfotoalbumbillede(id, b, h){
	PopWin('/profil/vis_foto.php?id=' + id + '','billede',b,h,'no');
}

function privatalbumbillede(id, b, h){
	PopWin('/profiler/profil/vis_privat.php?id=' + id + '','billede',b,h,'no');
}

function egetprivatalbumbillede(id, b, h){
	PopWin('/profil/vis_privat.php?id=' + id + '','billede',b,h,'no');
}

function hotornotbillede(id, b, h){
	PopWin('/hot/vis_hot.php?id=' + id + '','billede',b,h,'no');
}

function egethotornotbillede(id, b, h){
	PopWin('/profil/vis_hot.php?id=' + id + '','billede',b,h,'no');
}

function egetkommentar(id, b, h){
	PopWin('/profil/comments.php?pid=' + id + '','comment',b,h,'yes');
}

function kommentar(id, b, h){
	PopWin('/profiler/profil/comments.php?pid=' + id + '','comment',b,h,'yes');
}