var linknav = '<table align="right" style="border-collapse:collapse;" cellpadding="0" cellspacing="0">' + 
                '<tr>' + 
                    '<td class="subnav" id="r1c1"><a href="expo.php">Home</a></td>' + 
                    '<td class="subnav" id="r1c1"><a href="expo_birthdays.php">Birthdays</a></td>' + 
                    '<td class="subnav" id="r1c1"><a href="expo_prices.php">Prices</a></td>' + 
                    '<td class="subnav" id="r1c1"><a href="http://bokning.meriq.se/loader.asp?alley=127" target="_blank">Reservations</a></td>' + 
                    '<td class="subnav" id="r1c1"><a href="expo_contactus.php">Contact Us</a></td>' + 
                    '<td class="subnav" id="r1c1"><a href="expo_LaserStorm.php">Laser Storm</a></td>' + 
                '</tr>' + 
            '</table>';
document.write(linknav);
