
// Open the chatbox
function openChat()
{
	var winsettings = 'height=360, width=640, channelmode=no, directories=no, menubar=yes, toolbar=yes, resizable=yes, location=no, scrollbars=yes, titlebar=no, status=no';
	window.open('http://www.fotovinder.nl/shoutbox.php', 'FotoVinderChatbox', winsettings);
}