var footer_CName  = "©2011 World Wide Wireless";
var footer_address  = "Dlouha 38 - 110 00 Prague 1 - Czech Republic";
var footer_phone  = "phone: +420-606-803-789";
var footer_email = "email: <a href='mailto:info@worldwidewireless.biz'>info@worldwidewireless.biz</a>"
var footer_menu = "<a href='../index.php'>Home</a>|<a href='company.htm'>Company</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)}



