1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <meta HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
|
---|
5 | <meta name="keywords" content="Virtual Screen, Open Source, Software" />
|
---|
6 | <meta name="description" content="Mouse and Keyboard Sharing" />
|
---|
7 | <link rel="stylesheet" type="text/css" href="synergy.css" media="screen" />
|
---|
8 | <title>Synergy</title>
|
---|
9 | </head>
|
---|
10 | <script language="JavaScript">
|
---|
11 | <!--
|
---|
12 | pageName = (location.search ? location.search.substring(1) + location.hash : "home.html");
|
---|
13 | document.write('<frameset rows="77,2,*" frameborder="no" framespacing="0" border="0">');
|
---|
14 | document.write('<frame name="banner" noresize="yes" marginwidth="0" marginheight="0" scrolling="no" src="banner.html">');
|
---|
15 | document.write('<frame name="border" noresize="yes" marginwidth="0" marginheight="0" scrolling="no" src="border.html">');
|
---|
16 | document.write('<frameset cols="120,*">');
|
---|
17 | document.write('<frame name="toc" noresize="yes" marginwidth="0" marginheight="0" scrolling="no" src="toc.html">');
|
---|
18 | document.write('<frame name="page" noresize="yes" marginwidth="0" marginheight="0" scrolling="yes" src="' + pageName + '">');
|
---|
19 | document.write('</frameset>');
|
---|
20 | document.write('</frameset>');
|
---|
21 | //-->
|
---|
22 | </script>
|
---|
23 | <noscript>
|
---|
24 | <frameset rows="77,2,*" frameborder="no" framespacing="0" border="0">
|
---|
25 | <frame name="banner" noresize="yes" marginwidth="0" marginheight="0" scrolling="no" src="banner.html">
|
---|
26 | <frame name="border" noresize="yes" marginwidth="0" marginheight="0" scrolling="no" src="border.html">
|
---|
27 | <frameset cols="120,*">
|
---|
28 | <frame name="toc" noresize="yes" marginwidth="0" marginheight="0" scrolling="no" src="toc.html">
|
---|
29 | <frame name="page" noresize="yes" marginwidth="0" marginheight="0" scrolling="yes" src="home.html">
|
---|
30 | </frameset>
|
---|
31 | </frameset>
|
---|
32 | </noscript>
|
---|
33 | </html>
|
---|