
// NEW ZEALAND:

function go_background()
	{
	window.location = 'http://www.neita.com.au/index.asp?menu1=nz2&menu2=0&content1=introduction.htm' ;
	}

function get_article(index)
	{
	var cur_article = "http://www.neita.com.au/content/newzealand/na" + "" + index + "" + ".htm" ;
	window.open(cur_article,'','scrollbars=yes,width=690,height=650,top=0,left=0')
	}

// ------------------------------------------------------------------------------------------------------------------------
// 2001 CODE
// ------------------------------------------------------------------------------------------------------------------------
 
function get_2001image(index)
	{
	var cur_image = "http://www.neita.com.au/ftp/newzealand/pictures/national/2001/2001image" + "" + index + "" + ".jpg" ; 
	window.location = cur_image ;
	}

function get_2001text(index)
	{
	var cur_text = "http://www.neita.com.au/ftp/newzealand/text/national/2001/2001text" + "" + index + "" + ".pdf" ; 
	window.location = cur_text ;
	}

function get_2001natlist()
	{
	window.location = 'http://www.neita.com.au/ftp/newzealand/lists/national/2001/2001national.pdf' ;
	}


// ------------------------------------------------------------------------------------------------------------------------
// 2004 CODE
// ------------------------------------------------------------------------------------------------------------------------

function get_2004image(index)
	{
	var cur_image = "http://www.neita.com.au/ftp/newzealand/pictures/national/2004/2004image" + "" + index + "" + ".jpg" ; 
	window.location = cur_image ;
	}

function get_2004text(index)
	{
	var cur_text = "http://www.neita.com.au/ftp/newzealand/text/national/2004/2004text" + "" + index + "" + ".pdf" ; 
	window.location = cur_text ;
	}

function get_2004natlist()
	{
	window.location = 'http://www.neita.com.au/ftp/newzealand/lists/national/2004/2004national.pdf' ;
	}


// ------------------------------------------------------------------------------------------------------------------------
// REGIONAL 2004 CODE
// ------------------------------------------------------------------------------------------------------------------------

function get_regtext(index)
	{
	var cur_text = "http://www.neita.com.au/content/newzealand/regtext04/regtext" + "" + index + "" + ".htm" ;
	window.open(cur_text,'','scrollbars=yes,width=600,height=450,top=0,left=0')
	}

