Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
File size: 7,038 Bytes
a01128b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
<html xmlns="">
 <head>
  <style>
   @charset "utf-8";

body 
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 			/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 			/* this centres the container in IE 5. Text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EEEEEE;
}


.microvectorclass #container 
{
	width: 80%;
	text-align: left; 			/* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin solid #000000;
}


.microvectorclass #container a:link{color: #CC0000; text-decoration: none; font-weight: bold;}
.microvectorclass #container a:visited{color: #CC0000;text-decoration: none; font-weight: bold;}
.microvectorclass #container a:hover{color: blue; text-decoration: underline; font-weight: bold;}


.microvectorclass #header 
{
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	text-align: center;
}

.microvectorclass #titlebar 
{
	background-color: #DDDDDD;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	text-align: center;
}

.microvectorclass #titlebar h1 
{
	margin: 0; 			/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; 			/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: large;
}



.microvectorclass #mainContent 
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify;
}



.microvectorclass #mainContent h2
{
	margin: 0; 			/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; 			/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: medium;
}



.microvectorclass #navbar 
{
	color: #000000;
	background-color: #DDDDDD;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: small;
	text-decoration: none;
	text-align: center;
} 


.microvectorclass #navbar p {
	margin: 0; 			/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; 			/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}


.microvectorclass #footer 
{
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: x-small;
} 


.microvectorclass #footer p {
	margin: 0; 			/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; 			/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
  </style>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  <meta content="finance sector computer services, information technology, computers, computing, communications, project finance, London, Microvector" name="keywords">
  <meta content name="description">
  <title>
   Microsoft Licensing Advisory and Software Search Service from Microvector
  </title>
 </head>
 <body class="microvectorclass">
  <div id="container">
   <div id="header">
    <noscript>
    </noscript>
   </div>
   <!-- end #header -->
   <div id="titlebar">
    <h1>
     Microsoft Licensing Advisory and Software Search Service
    </h1>
   </div>
   <!-- end #titlebar -->
   <div id="mainContent">
    <p>
     Do you find Microsoft's  licensing structure confusing?
    </p>
    <p>
     As a Microsoft partner we will guide you through the complexities of  Microsoft's licensing model, including End User Licence Agreements (EULA), Product Use Rights (PUR), Software Assurance, Client Access Licence (CAL), Volume Licensing and Volume Licence Keys (VLK), Medialess Licence Kit (MLK), Open Subscription Licence Agreements, Open  Licence Agreements, Terminal Service, Premier Support and upgrade path availability for Windows XP Professional, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Microsoft Office  2003, Microsoft Office 2007, Windows Server 2003 Standard Edition, Windows Server 2003 Enterprise Edition, Windows Server 2003 Datacenter Edition, Windows Server 2003 Web Edition, Windows Storage Server 2003, Windows Storage Server 2003 R2, Windows Compute Cluster Server 2003 (CCS), Small Business Server 2000, Small Business Server 2003, Small  Business Server 2003 R2, Small Business Server 2008, Exchange Server 2003, Exchange Server 2007, SQL Server 2005 and SQL Server 2008 in  Workgroup, Standard, Enterprise and Developer Editions, SharePoint Server and Microsoft Terminal Server.
    </p>
    <p>
     We will advise you on the licence structure and upgrade path which best suits your needs.
    </p>
    <p>
     Unsure about which software package is right for you or unable to find software to fulfill your needs?
    </p>
    <p>
     Through our extensive software listings, we are able to offer a comprehensive  and independent software research service for determining what software is the most appropriate for your needs and for your budget.
    </p>
    <p>
     If you would like to use our software research service please feel free to contact us.
    </p>
   </div>
   <!-- end #mainContent -->
   <div id="navbar">
    <p>
     <a>
      Home
     </a>
     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <a>
      About
     </a>
     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <a>
      Finance Clients
     </a>
     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <a>
      Project Finance
     </a>
     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <a>
      Charges
     </a>
     &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <a>
      Contact
     </a>
    </p>
   </div>
   <!-- end #navbar -->
   <div id="footer">
    <p>
     Copyright &copy; Microvector Limited 2003-2008
    </p>
   </div>
   <!-- end #footer -->
  </div>
  <!-- end #container -->
 </body>
</html>