function getDownload()
	{
		document.frmBase.action = '/german/consumer/commcenter/startdl.asp';
		document.frmBase.submit();
	}


	function popWin(url)
		{
			if (document.all)
				{
					var win = window.open(url,'ValuePack','width=250,height=350');
				}
			else
				{
					var win = window.open(url,'ValuePack','width=250,height=350');
				}

		}


		function popIAM(url)
		{
			if (document.all)
				{
					var win = window.open(url,'ValuePack','width=275,height=525 ,scrollbars=yes');
				}
			else
				{
					var win = window.open(url,'ValuePack','width=275,height=525,scrollbars=yes');
				}

		}


			function popCALLWAVE(url)
		{
			if (document.all)
				{
					var win = window.open(url,'CallwaveTerms','width=450,height=300,scrollbars=1,resizeable=1,location=0,toolbars=0');
				}
			else
				{
					var win = window.open(url,'CallwaveTerms','width=450,height=300,scrollbars=1,resizeable=1,location=0,toolbars=0');
				}

		}