function writeJS() {

var str='';

str+='				<div class="subMenu">	';

str+='					<div id="active"><a href="company_intro.html">About Vivid<\/a><\/div>	';
str+='					<div><a href="offices.html">Our offices<\/a><\/div>	';
str+='					<div><a href="company_distributors.html">Our distributors<\/a><\/div>	';
str+='					<div><a href="jobs.html">Jobs<\/a><\/div>	';

str+='				<\/div>	';


document.write(str);

}
writeJS();








function writeJS2() {

var str='';

str+='				<\/br>	';
str+='				<\/br><center>	';

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></center>';


document.write(str);

}
writeJS2();


function writeJS3() {

var str='';

str+='				<br><br><br><center>';
str+='				<a target=\"_blank\" href=\"http://www.r2rc.eu\">';
str+='				<img border="0" src=\"..\/images\/rtr\/R2RC-Support-234x60-UK_000.jpg" alt=\"Right to repair\" \/>';
str+='				<\/a><\/center>	';

document.write(str);

}
writeJS3();