﻿// JScript-Datei Kombiverkehr
function pop(url) {
	opener = open(url, "Popup","width=500, height=600, top=15");
	opener.focus();	
	}

