<? xml version=1.0" encoding=UTF-8" ?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<!-- begin content -->
	
        <title>Error 404</title>
        <!-- Published: now() -->
        <link href="/css/styles.css" rel="stylesheet" type="text/css" />
        <!-- <link href="/css/styles_temp_to_be_included_by_hico.css" rel="stylesheet" type="text/css" />-->
		<link href="/Images/vasco.png"  rel="icon" type="image/png" />
		<link rel="SHORTCUT ICON" href="/Images/vasco.ico"/>
        <script type="text/javascript" src="/js/jquery.js"></script>
        <script type="text/javascript" src="/js/jquery.validate.js"></script>
        <script type="text/javascript" src="/js/jquery.getUrlParam.js"></script>
        <script type="text/javascript" src="/js/SWFObject.js"></script>
        <script type="text/javascript" src="/js/Common.js"></script>
        <meta name="description" content="VASCO is the leading supplier of strong authentication and e-signature solutions and services specializing in Internet Security applications and transactions. " />
<meta name="keywords" content="VASCO, Vasco Data, digipass token, Vasco Data Security, strong authentication, strong user authentication,  token security, token authentication, authenticator,  two-factor authentication, password token, DIGIPASS, Identikey, axguard, VACMAN, Secure, smart card readers, EMV readers, EMV-CAP,  banking security, Pki readers, remote banking security,securid, HBCI, securecode, Verified by Visa, Phishing,  market leader, authentication" />
		<!-- a button that triggers overlay. rel- attribute is a jQuery selector to the overlay --> 
		<!-- end content -->
		<a href="" rel="#overlay"></a>
		
		<!-- overlayed element, which is styled with external stylesheet --> 
		<div class="overlay" id="overlay">  
		 
			<!-- here is the content for overlay, can be anything --> 							 
				
			<p>
				<img src="/Images/Logo_Feedbackform.png" ><br>
				<br>
				<br>
				Dear VASCO.COM visitor,<br>
				<br>						
				We would like to invite you to take a short survey regarding our website.<br>
				<br>
				As a thank you for your participation in this survey, we offer you a free web training in Online Security.<br>
				<br>	
				Your feedback is important to us. <br><br>
				<b><a href="#" onClick="ClickedYesSurvey();">&gt;&gt;YES, I would like to participate.</a></b><br>
				<br>
				<b><a href="#" onClick="ClickedNoSurvey();">&gt;&gt;No, thank you, I don't want to participate.</a></b><br>
				<br>
				The VASCO.COM Team<br>
				<br>
			</p> 
			 
		</div>
		
		<script>
		$(function() {         

			// initialize overlay trigger 
			$("a[rel]").overlay({ 
					 
				// start exposing when overlay starts to load 
				onBeforeLoad: function() { 
					 
					// this line does the magic. it makes the background image sit on top of the mask 
					this.getBackgroundImage().expose({color: '#fff'}); 
				},  
				 
				// when overlay is closed take the expose instance and close it as well 
				onClose: function() { 
					$.expose.close(); 
				} 
				 
			});             
		});
		
		function ClickedYesSurvey() {
			var dteCookLifeTime = new Date();
			// Set lifetime to thirty days.
			dteCookLifeTime = new Date(dteCookLifeTime.getTime() +1000*60*60*24*30);
			document.cookie = 'survcounter=6; expires='+dteCookLifeTime.toGMTString()+'; path=/';
			window.location.href = '/company/survey.aspx';
		}

		function ClickedNoSurvey() {
			var dteCookLifeTime = new Date();
			// Set lifetime to thirty days.
			dteCookLifeTime = new Date(dteCookLifeTime.getTime() +1000*60*60*24*30);
			document.cookie = 'survcounter=6; expires='+dteCookLifeTime.toGMTString()+'; path=/';
			var api = $("a[rel]").overlay();
			// call it's open() method		
			api.close();	
		}
		</script>
		<!-- begin content -->

	<!-- end content -->
</head>
<body>
	<form name="aspnetForm" method="post" action="error_404.aspx?404%3bhttp%3a%2f%2fwww.vasco.com%3a80%2frss%2fvasco_press_feed.xml" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTI5NTkzOTY0NA9kFgJmD2QWAgIED2QWAgIBD2QWAgIHD2QWAmYPD2QWAh4Jb25rZXlkb3duBboBamF2YXNjcmlwdDppZigoZXZlbnQud2hpY2ggJiYgZXZlbnQud2hpY2ggPT0gMTMpIHx8IChldmVudC5rZXlDb2RlICYmIGV2ZW50LmtleUNvZGUgPT0gMTMpKXtkb2N1bWVudC5hc3BuZXRGb3JtLmN0bDAwX0hlYWRlcl9fc2VhcmNoQm94X19idG5TZWFyY2guY2xpY2soKTtyZXR1cm4gZmFsc2U7fWVsc2UgcmV0dXJuIHRydWU7ZGTOxHPqcWEQpozTWgzM46jX87V/zQ==" />

		<div class="page">
			<div class="header">
				
<a id="logo-zone" href="http://www.vasco.com" alt="Home"></a>
<script>
$(document).ready(function() {

	//Pop Function
	// Check, if counter cookie is existing
	cookieset = false;
	if(document.cookie){
		cooCounter = document.cookie;
		//alert('Cookie: '+cooCounter);
		//alert(cooCounter.search('survcounter='));
		if (cooCounter.search('survcounter=') != -1) {
			cooCounName = 'survcounter';
			cooCounValue = parseInt(cooCounter.substr(cooCounter.search('survcounter=')+12,1));
			if(cooCounValue == '')
				{cooCounValue = cooCounter.substr(cooCounter.search('=')+12,1);}
			// check, if counter is below 3, then add 1, save cookie, do nothing else
			//alert(cooCounName+' = '+cooCounValue);
			if(cooCounValue < 4 && cooCounName == 'survcounter'){
				//alert('Value smaller 3');
				cooCounValue = cooCounValue + 1;
				var dteCookLifeTime = new Date();
				// Set lifetime to two days.
				dteCookLifeTime = new Date(dteCookLifeTime.getTime() +1000*60*60*24*2);
				document.cookie = 'survcounter='+cooCounValue+'; expires='+dteCookLifeTime.toGMTString()+'; path=/';
				//alert('Added one, new value ='+cooCounValue);
				cookieset=true;
			// Check, if counter is equal to 3. If yes, reset counter, show popup
			}else{
				if(cooCounValue == '4' && cooCounName == 'survcounter'){
					//alert('Value equals 3');
					var dteCookLifeTime = new Date();
					// Set lifetime to two days.
					dteCookLifeTime = new Date(dteCookLifeTime.getTime() +1000*60*60*24*2);
					document.cookie = 'survcounter=1; expires='+dteCookLifeTime.toGMTString()+'; path=/';
					cookieset=true;
					// show popup!!!
					var api = $("a[rel]").overlay();
					// call it's open() method		
					api.load();	
				}else
				{
					cookieset = true;
				}
			}
		// Already answered survey cookie (counter>3), do nothing.
		//alert('Nothing applied');
		}
	}
	if (cookieset == false){
		// Create cookie, lifetime 2 days, counter=1
		var dteCookLifeTime = new Date();
		// Set lifetime to two days.
		dteCookLifeTime = new Date(dteCookLifeTime.getTime() +1000*60*60*24*2);
		document.cookie = 'survcounter=1; expires='+dteCookLifeTime.toGMTString()+'; path=/';
		//alert('New cookie set');
	}
//alert(cooCounValue);



  $('a#other-website-link').mouseover(function() {
    $('#other-website-container').show(0);
    //$('#searchbox').show(0);
     return false;
  });
  //$('div#other-website-container').mouseout(function() {
  //  $('#other-website-container').hide(0);
  // //$('#searchbox').hide(0);
  //   return false;
  //});
  //$('#content').click(function() {
  $(document).click(function() {
    $('#other-website-container').hide(0);
    //$('#searchbox').hide(0);
     return true;
  });
  
	//$('div#other-website-container').mouseout(function() { 
    // setTimeout('$('#other-website-container').hide(0);', 500); 
	//});


});
</script>

                        	<div id="metanav">
	    <a href="/startpage.aspx" >Home</a>| <a href="/company/sitemap.aspx" >Sitemap</a> | <a href="/company/contactus.aspx" >Contact VASCO</a> | 
		<a href="" id="other-website-link">Other VASCO Sites</a>

				<div style="float: right;">					
	                <div style="position:relative">
							<div id="other-website-container" style="display:none; position:absolute; margin-left:-140px; background-color:blue; text-align:left; white-space:nowrap;">
								<a href="http://www.vascotrust.com" target="_blank"><img src="/Images/partner_portal_logo_small.png"  border="0" />&nbsp;Trustclub</a><br />
								<a href="http://extranet.vasco.com" target="_blank"><img src="/Images/partner_portal_logo_small.png"  border="0" />&nbsp;Partners Portal</a><br />
								<a href="http://www.digipassforeid.be/" target="_blank"><img src="/Images/partner_portal_logo_small.png"  border="0" />&nbsp;DIGIPASS for eID</a><br />
							</div>
	                </div>   
                </div>   
							
		<br />
		<label for="search">Search:</label><input name="ctl00$Header$_searchBox$_tbxSearch" type="text" id="ctl00_Header__searchBox__tbxSearch" onkeydown="javascript:if((event.which &amp;&amp; event.which == 13) || (event.keyCode &amp;&amp; event.keyCode == 13)){document.aspnetForm.ctl00_Header__searchBox__btnSearch.click();return false;}else return true;" />
<input type="submit" name="ctl00$Header$_searchBox$_btnSearch" value="GO" id="ctl00_Header__searchBox__btnSearch" />
	</div>
	<script>
	<!--
	  $(document).ready(function(){
	    $("#aspnetForm").validate();
	  });
	-->
	</script>

			</div>
			<div id="menu">
				
	<ul>
  <li>
    <a href="/company/short_overview/short_overview.aspx">About VASCO</a>
  </li>
  <li>
    <a href="/investor_relations/investors_overview/investors_overview.aspx">Investors</a>
  </li>
  <li>
    <a href="/solutions/solutions_and_solution_partners.aspx">Solutions</a>
  </li>
  <li>
    <a href="/products/product_range.aspx">Products</a>
  </li>
  <li>
    <a href="/buy/where_to_buy/buy.aspx">Where to Buy</a>
  </li>
  <li>
    <a href="/support/support_and_downloads.aspx">Support</a>
  </li>
  <li>
    <a href="/consulting/consulting_services.aspx">Consulting</a>
  </li>
  <li>
    <a href="/training/our_offering/training_overview.aspx">Training</a>
  </li>
</ul>
	<br class="end" />

			</div>
			<div class="content">
				<div id="breadcrumb">
					
	<a href="/startpage.aspx">Home</a> &gt; <a>Error 404</a>

				</div>
				<div class="navigation">
					
	<div id="related">
  <p class="title">
    <a href="/startpage.aspx">Verticals</a>
  </p>
  <ul>
    <li>
      <a href="/verticals/banking/onlinebanking.aspx">Online Banking Security</a>
    </li>
    <li>
      <a href="/verticals/appsecurity/online_application_security_overview.aspx">Online Application Security</a>
    </li>
    <li>
      <a href="/verticals/netsecurity/network_access_security.aspx">Corporate Network Access Security</a>
    </li>
    <li>
      <a href="/verticals/oemsolutions/oem_solutions_overview.aspx">Embedded and OEM Solutions</a>
    </li>
  </ul>
</div>

				</div>
				<!-- begin content -->
				<div id="content">
					
                
                <div class="headerimg" id="headerimg">
      <object data="/Images/720x174.swf?xmlPath=/app_pages/getDCP.aspx?cpuri=6652" type="application/x-shockwave-flash" height="174" width="710" title="Header image">
       <param name="movie" value="/Images/720x174.swf?xmlPath=/app_pages/getDCP.aspx?cpuri=6652" />
       <param name="quality" value="high" />
       <param name="scale" value="exactfit" />
       <param name="bgcolor" value="#ffffff" />
       <param name="wmode" value="opaque" />
       <img src="/Images/404_error_banner_big.jpg"  alt="Headerimage" />
      </object>
</div>                

					<div class="maincontent">
						



<div id="ctl00_Search__search__noresults"></div>

						
                
                
	<!-- <TCMURI:tcm:7-6653> -->

	
		
			<h1>Error 404</h1>
		
	

	
	
	
	
		
	


		
			<div class="textblock tbimages">
				<div class="text">
					
						
					
									
					

					
					<p class="MsoNormal">We are sorry, the page you requested was not found on vasco.com</p><p class="MsoNormal">It is possible that the web address was entered incorrectly or that this page no longer exists.</p><p class="MsoNormal">To see if the page is still available or to find similar information, please try the following:</p><ul><li class="MsoNormal">If you typed the URL yourself, please make sure that the spelling and the letter cases are correct.</li><li class="MsoNormal">Look into our <a href="/company/sitemap.aspx"  title="TX_Sitemap" xmlns:tridion="http://www.tridion.com/ContentManager/5.0">sitemap</a> and see the overall organization of the website</li></ul>	
				</div>
								
								
								
				
			</div>
		
		
		
						













                

					<br class="end" />
					</div>
				</div>
				<div class="sidebar">
					
				</div>
				<!-- end content -->
				<br class="end" />
				<div id="footer">
					
                <p><a href="/company/privacystatement.aspx" >Privacy Statement</a> | <a href="/company/terms-conditions.aspx" >Terms of Use</a> | <a href="/company/sitemap.aspx" >Sitemap</a> | <a href="/company/contactus.aspx" >Contact VASCO</a></p>
                <p>© 2009 VASCO Data Security International, Inc. All rights reserved.</p>

				</div>
			</div>
		</div>
	
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWAwLQmt/KDwKkkbqBBwLW1r+zB4M0nSjDyw14T8KF32aQkCZ9DhqU" /></form>

	
		<!-- GoogleAnalytics for others -->
		<script type="text/javascript">
		var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
		document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
		</script>
		<script type="text/javascript">
		var pageTracker = _gat._getTracker("UA-127407-1");
		pageTracker._initData();
		pageTracker._trackPageview();
		</script>
	
</body>
</html>