dots = new Array();

dots[1] = new Array();
dots[1][0] = new Array("Information");
dots[1][1] = new Array("Background info");
dots[1][2] = new Array("Delegate info");
dots[1][3] = new Array("Film/Press & Poster info",0,0,"General information","Fees & deadlines");
dots[1][4] = new Array("Cyber info",0,0,0,"General information","Fees & deadline");
dots[1][5] = new Array("Media info",0,0,0,0,"General information","Fees & deadline");
dots[1][6] = new Array("Festival Representatives");
dots[1][7] = new Array("Travel/Hotel info",0,0,0,0,0,0,"Getting to cannes","Hotel map","Hotel daily rates");
dots[1][8] = new Array("Young creatives competition");

dots[2] = new Array();
dots[2][0] = new Array("Agenda");

dots[3] = new Array();
dots[3][0] = new Array("Press");
dots[3][2] = new Array("Photo Library");
dots[3][3] = new Array("Press Releases");
dots[3][4] = new Array("Press Registration");

dots[4] = new Array();
dots[4][0] = new Array("Register Delegates and Enter Awards");

dots[5] = new Array();
dots[5][0] = new Array("Critique");
dots[5][5] = new Array("Film judges");
dots[5][6] = new Array("Press & poster judges");
dots[5][7] = new Array("Cyber judges");
dots[5][8] = new Array("Media judges");

dots[6] = new Array();
dots[6][0] = new Array("Contact Cannes Lions");

urls = new Array();

urls[1] = new Array();
urls[1][0] = new Array("information/bg.html");
urls[1][1] = new Array("information/backgroundinfo.html");
urls[1][2] = new Array("information/delegateinfo.html");
urls[1][3] = new Array("information/bg.html",0,0,"information/pressposterfilm/generalinformation.html","information/pressposterfilm/fees&deadlines.html");
urls[1][4] = new Array("information/bg.html",0,0,0,"information/cyber/generalinformation.html","information/cyber/fees&deadlines.html");
urls[1][5] = new Array("information/bg.html",0,0,0,0,"information/media/generalinformation.html","information/media/fees&deadlines.html");
urls[1][6] = new Array("information/festivalrepresentatives.html");
urls[1][7] = new Array("information/bg.html",0,0,0,0,0,0,"information/travelhotelinfo/gettingtocannes.html","information/travelhotelinfo/hotelmap.html","information/travelhotelinfo/hoteldailyrates.html");
urls[1][8] = new Array("information/youngcreativecompetition.html");

urls[2] = new Array();
urls[2][0] = new Array("agenda/index.html");

urls[3] = new Array();
urls[3][0] = new Array("news/bg.html");
urls[3][2] = new Array("news/photo_library.html");
urls[3][3] = new Array("news/press_release.html");
urls[3][4] = new Array("news/press_registration.html");

urls[4] = new Array();
urls[4][0] = new Array("registration/company_previous.asp");

urls[5] = new Array();
urls[5][0] = new Array("information/bg.html");
urls[5][5] = new Array("news/critique/judges_film.html");
urls[5][6] = new Array("news/critique/judges_pressposter.html");
urls[5][7] = new Array("news/critique/judges_cyber.html");
urls[5][8] = new Array("news/critique/judges_media.html");

urls[6] = new Array();
urls[6][0] = new Array("contact/default.asp");

// Determine path variable for Netscape and Explorer.
var zPath = window.location.href.substring(0,window.location.href.lastIndexOf("/")+1);
var zPathIE = window.location.href.substring(0,window.location.href.lastIndexOf("\\")+1);
if (zPathIE.length > zPath.length) { zPath = zPathIE; 1};

function go(curA,curB,curC)
{
thisUrl = urls[curA][curB][curC];
//alert(thisUrl);
if ( thisUrl && thisUrl != "0" )
	{
	parent.LionsSceneF.location.href = zPath + thisUrl;
	}
else
	{
	thisHTML=''
	+ '<HTML><HEAD><TITLE>0</TITLE>'
	+ '<LINK REL=STYLESHEET TYPE="text/css" HREF="' + zPath + '_styles.html" TITLE="styles">'
	+ '</HEAD>'
	+ '<BODY BACKGROUND="' + zPath + 'images/bg' + curA + '.jpg" BGPROPERTIES="fixed" BGCOLOR="#ff6600" TEXT="#000000" LINK="#ffffff" VLINK="#333333" ALINK="#ffffff" MARGINWIDTH=0 MARGINHEIGHT=0 LEFTMARGIN=0 RIGHTMARGIN=0 TOPMARGIN=0 BOTTOMMARGIN=0>'
	+ '<TABLE WIDTH=620 BORDER=0 CELLPADDING=0 CELLSPACING=0>'
	+ '<TR><TD BACKGROUND="' + zPath + 'images/semitran000000.gif">&nbsp;</TD><TD></TD>'
	+ '<TD ALIGN="left" VALIGN="top" CLASS="blurb"><SPAN ID="title">'
	+ dots[curA][curB][curC]
	+ '<BR></SPAN></TD></TR>'
	+ '<TR><TD COLSPAN=3 HEIGHT=1><IMG SRC="' + zPath + 'images/horline.gif" WIDTH=620 HEIGHT=1></TD></TR>'
	+ '<TR><TD WIDTH=140 VALIGN="bottom">'
	+ '<IMG SRC="' + zPath + 'images/transpa.gif" WIDTH=140 HEIGHT=1>'
	+ '</TD><TD WIDTH=10 VALIGN="bottom">'
	+ '<IMG SRC="' + zPath + 'images/transpa.gif" WIDTH=10 HEIGHT=50></TD>'
	+ '<TD WIDTH=470 ALIGN="left" VALIGN="top" CLASS="blurb"><BR>'
	+ '[no data]'
	+ '<BR><BR>'
	+ curA + '/' + curB + '/' + curC
	+ '<BR><BR><BR><BR>'
	+ '</TD></TR></TABLE>'
	+ '</BODY></HTML>'

	parent.LionsSceneF.document.open();
	parent.LionsSceneF.document.write(thisHTML);
	parent.LionsSceneF.document.close();
	};
};
