function callGoogleConversionKontakt()
{
		var iframe = document.createElement('iframe');
		iframe.style.width = '0px';
		iframe.style.height = '0px';
		document.body.appendChild(iframe);
		iframe.src = 'http://www.pi-power-compact.com/googleConversionKontakt.html';
};

function callGoogleConversionProbe()
{
		var iframe = document.createElement('iframe');
		iframe.style.width = '0px';
		iframe.style.height = '0px';
		document.body.appendChild(iframe);
		iframe.src = 'http://www.pi-power-compact.com/googleConversionProbe.html';
};
