function gallery(type, uid){
	newWindow = window.open('http://www.jeroenbours.com/gallery.php?type='+type+'&uid='+uid,'gallery','height=600,width=800,scrollbars=no,resizable=no,menubar=no,status=no,toolbar=no,left='+(screen.width-810));
	newWindow.focus();
}
