// JavaScript Document
// Bedrijf popupwindow
function popupwindow(url)
{	newwindow=window.open(url, '', 'height=160, width=255, scrollbars=yes');
	if (window.focus) {newwindow.focus()}}
	
<!--
function googlemap_popup(url)
{	newwindow=window.open(url, '', 'height=575, width=720, scrollbars=no');
	if (window.focus) {newwindow.focus()}}
//-->
