/*
	sbiframe.js
	Einbinden des Vaillant Systemfinders in Websites als IFrame.
	(c) 2007 Vaillant Deutschland GmbH & Co. KG, Remscheid, Germany
	Made by mai-multimedia.de
*/

var SB2GOURL = 'http://www.vaillant-tools.de/sf2go/index.php';
document.writeln('<div style="width:790px; border:none">');
document.writeln('<iframe src="'+SB2GOURL+'" width="790" height="870" name="SF2go" scrolling="auto" marginheight="0" marginwidth="0" frameborder="0"></iframe>');
document.writeln('</div>');


