function writeJS() {

var str='';

str+='				<div class="subMenu">	';

str+='					<div><a href="company_intro.html">About Vivid<\/a><\/div>	';
str+='					<div><a href="offices.html">Our offices<\/a><\/div>	';
str+='					<div id="active"><a href="company_distributors.html">Our distributors<\/a><\/div>	';
str+='					<div><a href="jobs.html">Jobs<\/a><\/div>	';

str+='				<\/div>	';


str+='				<div class="leftSideMessage">	';
str+='					<div class="upperCorners">	';
str+='					<div class="bottomCorners">	';

						// This is a "sidebar" message
						// You can specify a special design and image by setting an ID, please consult the "images.css"

str+='						<div class="content" id="distribLogin">	';
str+='							<h4>Distributor login<\/h4>	';
str+='							<p>To visit the distributor page please press the button below.<\/p>	';
str+='							<div><input onclick="window.open(\'distrib\/distributor.html\');" type="button" class="button" value="Login"><\/div>	';
str+='						<\/div>	';

str+='					<\/div>	';
str+='					<\/div>	';
str+='				<\/div>	';

document.write(str);

}
writeJS();