<!-- Start


// NOTE: If you use a ' add a slash before it like this \'

document.write(' <a href="contact.htm" class="foot">Contact</a> | ');

document.write(' <a href="despre.htm" class="foot">Despre noi</a> | ');

document.write(' <a href="index.html" class="foot">Acasa</a>');

document.write('<br>');

document.write('&copy;Copyright 2007 ');

document.write('<a href="index.html" target="_top" class="foot">Digital Design</a>');

document.write('<br>');


//  End -->