1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<title>CGView map</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<style type="text/css">
body {background-color: #FFFFFF; font-family: arial, sans-serif; color: #000000}
span.note {font-size: small; font-style: italic}
span.validInfo {font-size: x-small}
span.fileSize {font-size: x-small}
span.warning {font-size: x-small; color: red}
div.heading {color: #FFFFFF; background-color: #6666FF; font-size: large; padding: 0.1cm}
div.title {font-size: x-large; text-align: center}
table.noBorder {border-style: none}
table.border {border-style: solid}
td.center {text-align: center; font-size: small}
td.left {text-align: left; font-size: small}
td.right {text-align: right; font-size: small}
a:link {color: #000099; text-decoration: none}
a:visited {color: #000099; text-decoration: none}
a:active {color: #FF0000; text-decoration: underline}
a:hover {color: #FF0000; text-decoration: underline}
</style>
<script type="text/javascript" src="includes/overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
</head>
<body>
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<table class="noBorder" width="3000" cellspacing="0" cellpadding="1" align="left">
<tbody>
<tr>
<td>
<table class="border" width="3000" border="1" cellspacing="0" cellpadding="1" align="left">
<tbody>
<tr>
<td>
<img style="border:0" src="medium.png" width="3000" height="3000" alt="map" />
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>
|