﻿function bravo () {
	window.open ("http://www.kuoni.ch","Fenster","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=370,height=600");
	}

function Aktuell (Adresse) {
	MeinFenster = window.open(Adresse, "ZweitFenster", "width=640px,height=520px");
	}