		<!--
		function startTM(){
			createLink();
			timer = setTimeout("startTM()",500);
		}
		//-->
		
		<!--
		function stopTM(){
			clearTimeout(timer);
		}	
		//-->
		
		<!--
        function createLink() 
        {
			if(!razr) return;
			
			var curQty = 1;
			var ind1 = 0;
			var ind2 = 0;
			var linkHref = '';
			var cur_ser = '2';
			var cur_ver = '';
			var cur_price_str = '';
			
			curQty = parseInt(element['qty'].value);
			if(!curQty){
				clearTimeout(timer);
				element['buy_link'].href = '#';
				priceEl.innerHTML='$0';
				discountEl.innerHTML = '<strong style="color:#CC0000; font-size:12px">'+errString+'</strong>';
				priceEl.style.display = 'none';
				return false;
			}else{
				priceEl.style.display = 'inline';
			}
			
			cur_ser = '2';
			if(element['version1'].checked){
				cur_price_str = 'basic';
				cur_ver = linkBuy['id_basic_serv2'];
			}else{
				cur_price_str = 'lite';
				cur_ver = linkBuy['id_lite_serv2'];
			}

			ind1 = linkBuy['services'+cur_ser].indexOf('{qty}');
			linkHref = linkBuy['services'+cur_ser].substr(0,ind1)+curQty+linkBuy['services'+cur_ser].substr(ind1+5);
			ind2 = linkHref.indexOf('{prod}');
			element['buy_link'].href = linkHref.substr(0,ind2)+cur_ver+linkHref.substr(ind2+6);
			if(curQty>1){
				priceEl.innerHTML = 'Preis <strong>$'+Math.round(price[cur_price_str+'2']*curQty*100)/100+'</strong>';
				discountEl.innerHTML = 'Rabatt <strong style="color:#CC0000">$'+Math.round((price[cur_price_str+'1']-price[cur_price_str+'2'])*curQty*100)/100+'</strong>'
			}else{
				priceEl.innerHTML = 'Preis <strong>$'+price[cur_price_str+'1']+'</strong>';
				discountEl.innerHTML = 'Rabatt <strong style="color:#CC0000">$0</strong>';
			}
        }
        //-->
		
        <!--
        function webcam_screenshot(url, title) 
        {
         wwWin = window.open(url,'gg', 'width=691,height=482');
         wwWin.opener.status=title;
         wwWin.focus();
        }
        //-->

        <!--
        function ww_web_cam(url, title) 
        {
         wwWin = window.open('http://www.willingsoftware.com/' +url,'dd', 'width=280,height=200');
         wwWin.opener.status='Willing Webcam';
         wwWin.focus();
        }
        //-->

        <!--
        function ww_webcam(username) 
        {
           at="@";
           domainname="willingsoftware.com";
           window.location="mailto:"+username+""+at+""+domainname;
        }
       //-->

        <!--
        function de_webcam(username) 
        {
           at="@";
           domainname="t-online.de";
           window.open("mailto:"+username+""+at+""+domainname);
        }
       //-->

        <!--
        function ww_page(username) 
        {
           at="@";
           domainname="willingsoftware.com";
           window.location="mailto:"+username+""+at+""+domainname;
        }
       //-->

       <!--
       function setCookie(name, value, expires, path, domain, secure) {
         var curCookie = name + "=" + escape(value) +
                 ((expires) ? "; expires=" + expires.toGMTString() : "") +
                 ((path) ? "; path=" + path : "") +
                 ((domain) ? "; domain=" + domain : "") +
                 ((secure) ? "; secure" : "");
         if (!caution || (name + "=" + escape(value)).length <= 4000)
                 document.cookie = curCookie;
         else
                 if (confirm("Cookie exceeds 4KB and will be cut!"))
                   document.cookie = curCookie;
       }
       //-->

      var caution = false

       <!--
       function getCookie(name) {
         var prefix = name + "=";
         var cookieStartIndex = document.cookie.indexOf(prefix);
         if (cookieStartIndex == -1)
           return null;
         var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length);
         if (cookieEndIndex == -1)
           cookieEndIndex = document.cookie.length;
         return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex));
       }
       //-->

       <!--
       function deleteCookie(name, path, domain) {
         if (getCookie(name)) {
                 document.cookie = name + "=" + 
                 ((path) ? "; path=" + path : "") +
                 ((domain) ? "; domain=" + domain : "") +
                 "; expires=Thu, 01-Jan-70 00:00:01 GMT";
         }
       }
       //-->

       <!--
       function fixDate(date) {
         var base = new Date(0);
         var skew = base.getTime();
         if (skew > 0)
          date.setTime(date.getTime() - skew);
       }
       //-->

       <!--
       function set() {
        var now = new Date();
        var expires = new Date();
        fixDate(expires);
        expires.setTime(expires.getTime() + 365 * 24 * 60 * 60 * 1000);
        var visits = getCookie("counter");
        if (!visits)
          visits = 1;
        else
          visits = parseInt(visits) + 1;
        setCookie("counter", visits, expires);
        var time = getCookie("time");
        if (!time)
         setCookie("time", now.toGMTString(), expires);
       }
       // -->











