//
// include.js
//

// Funktion oeffnet kleines Fenster mit Link zum Service-Center

function openWindow() { 
	//alert("Unser DSL Angebot startet am 04. Mai!");
	win = window.open("https://billing.basis-audionet.de/servlet/Cif1?template=109","servicecenter","status=yes,width=700,height=900,left=7,top=7,resizable=1,scrollbars");
	win.focus();
}

// include.js - Ende

