var footer_CName  = "©2004 World Wide Wireless";
var footer_address  = "Dlouhá 38 - 110 00 Prague 1 - Czech Republic";
var footer_phone  = "phone: +420-606-803-789";
var footer_email = "email: <a href='mailto:info@www-bv.com'>info@www-bv.com</a>"
var footer_menu = "<a href='../index.htm'>Home</a>|<a href='company.htm'>Company</a>|<a href='products/products.htm'>Products</a>|<a href='services.htm'>Services</a>|<a href='news.htm'>News</a>|<a href='job.htm'>Jobs</a><br><a href='contact.htm'>Contact us</a>|<a href='site.htm'>Site Map</a>"

function writeCName(){document.write(footer_CName)}
function writeAddress(){document.write(footer_address)}
function writePhone(){document.write(footer_phone)}
function writeEmail(){document.write(footer_email)}
function writeFooterMenu(){document.write(footer_menu)}


