1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html>
3 <head>
4  <title>Virtual Keyboard</title>
5  <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
6  <link rel="stylesheet" type="text/css" href="keyboard/keyboard.css" />
7  <link rel="stylesheet" type="text/css" href="keyboard/popup.css" />
8  <script type="text/javascript" src="vk_loader.js" ></script>
9 </head>
10 <body onload="(window.dialogArguments||window.opener).PopupVirtualKeyboard.onload();">
11 </body>
12</html>
13