function openWindow(file, naam, width, height, scrollbars, toolbar, location)
{
	window.open(file, naam,'width='+width+',height='+height+',scrollbars='+scrollbars+',toolbar='+toolbar+',location='+location+'');
}

