function tbhack()
{
  jQuery(document).ready(function(){
	tb_show('', 'splash.html?&inlineId=displayWarning&height=300&width=580', null)
});

}

function initMenu()
{
//init html menu
//InitializePage();
var so = new SWFObject('/flash/menu.swf','menu','185','650','6');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode', 'opaque');
so.addParam("bgcolor","#f5f5f5");
so.write('menu');
}

function initSlideshows()
{
new Slideshow('headerfoto1', 4000, 0);
new Slideshow('headerfoto2', 7000, 4000);
new Slideshow('headerfoto3', 10000, 8000);
new Slideshow('headerfoto4', 13000, 12000);
//new Slideshow('headerfoto5', 15000, 16000);
$('headerfoto1').show();
$('headerfoto2').show();
$('headerfoto3').show();
$('headerfoto4').show();
$('headerfoto5').show();
}
