var page_set = [{'caption': '', 'url': 'http://www.tenniscanada.com/daviscup/gallery/comingSoon.jpg'}];

function gallery()
{
	GB_showImageSet(page_set, 1);
}
function webcast()
{
	window.location = 'http://www.tenniscanada.com/LMN';
}
function goto(pageName)
{
	window.location = pageName+'.asp';
}
function home()
{
	goto('default');
}
function news()
{
	goto('news');
}
function tickets()
{
	goto('tickets');
}
function sar()
{
	goto('scheduleAndResults');
}
function tap()
{
	goto('teamAndPlayer');
}
function pg()
{
	gallery();
}
function htgh()
{
	goto('howToGetHere');
}
	
