
// www.WAI.co.uk - 16/9/04 - Ed.Davison  - Jetix Global - top nav content including rollovers
/*
if ( !page ) var page = '';

var p1 = '';
var p2 = '';
var p3 = '';
var p4 = '';
var p5 = '';


if ( page == 'contact' ) p1 = '_in';
if ( page == 'register' ) p2 = '_in';
if ( page == 'games' ) p3 = '_in';
if ( page == 'sitemap' ) p4 = '_in';
if ( page == 'report' ) p5 = '_in';


document.write("<a href='/site/sitemap/index.php' onmouseover=swapImage('sitemap','/site/images/sitemap_in.gif') onmouseout=swapImage('sitemap','/site/images/sitemap" + p4 + ".gif')><IMG SRC='/site/images/sitemap" + p4 + ".gif' name='sitemap' border='0'></a>");
document.write("&nbsp;&nbsp;");
document.write("<a href='/site/contact/contact_home.html' onmouseover=swapImage('contact','/site/images/contact_in.gif') onmouseout=swapImage('contact','/site/images/contact" + p1 + ".gif')><IMG SRC='/site/images/contact" + p1 + ".gif' border='0' name='contact'></a>");
document.write("&nbsp;&nbsp;");
document.write("<a href='/site/register/register_home.php' onmouseover=swapImage('register','/site/images/register_in.gif') onmouseout=swapImage('register','/site/images/register" + p2 + ".gif')><IMG SRC='/site/images/register" + p2 + ".gif' name='register' border='0'></a>");
document.write("&nbsp;&nbsp;");
document.write("<a href='/site/investor_relations/annual_report.html' onmouseover=swapImage('annual','/site/images/annual_in.gif') onmouseout=swapImage('annual','/site/images/annual" + p5 + ".gif')><img src='/site/images/annual" + p5 + ".gif' name=annual border=0></a>");
document.write("&nbsp;&nbsp;");
document.write("<a href='/site/games/games_home.html' onmouseover=swapImage('games','/site/images/games_in.gif') onmouseout=swapImage('games','/site/images/games" + p3 + ".gif')><IMG SRC='/site/images/games" + p3 + ".gif' border='0' name='games'></a>");*/
