// Make sures as we's gots our linkies straight, so they 
// accurately reflect the state of the system.
var lastSearch = getCookie("ojslastsearch");
if(lastSearch) lastSearch = "./Search.php?" + lastSearch;
else 				lastSearch = "./Search.php";

var signup = '';
var login = 'Login';
var loginurl = "http://www.workotagonz.co.nz/workotagonz/?pageid=send_cv";
var myaccount = null;
if(getCookie("ojsuser")) 
{	
	signup = 'MyDetails';
	login = 'Logout';
	loginurl = loginurl + "?logout=";
	myaccount = ['MyAccount', './MyJobs.php', null,
		['MyCollection', './Mycollection.php'],
		['MyProfiles', './MyProfEdit1.php'],
		['MyCVs', './MyProfEdit3.php'],
		['MyOpportunity', './MyOpportunity.php'],
		['MySettings', './MySignup.php'] 
	];
}
else 
{
	//myaccount = ['Sign Up', './mysignup.php', null];
	myaccount = ['Sign Up', 'http://www.workotagonz.co.nz/workotagonz/?pageid=send_cv', {'tw' : '_blank'}];
}

// This is our site map, running down the right hand side. To re-enable MyAccount, uncomment out the below lines
var SITE_ITEMS = [
	['Quick Links', null, 'heading'],
	['HOME', './welcome.php', null],
	['<img src="./images/menu_bullet.gif" alt="" border=0> Agriculture', './search.php?occupation%5B%5D=20', null],
	['<img src="./images/menu_bullet.gif" alt="" border=0> Business', './search.php?occupation%5B%5D=2&occupation%5B%5D=4&occupation%5B%5D=10&occupation%5B%5D=12&occupation%5B%5D=14&occupation%5B%5D=13', null],
	['<img src="./images/menu_bullet.gif" alt="" border=0> Education', './search.php?occupation%5B%5D=6', null],
	['<img src="./images/menu_bullet.gif" alt="" border=0> Engineering', './search.php?occupation%5B%5D=7', null],
	['<img src="./images/menu_bullet.gif" alt="" border=0> Trades', './Search.php?occupation%5B%5D=22&occupation%5B%5D=5&occupation%5B%5D=9&occupation%5B%5D=17&occupation%5B%5D=18', null],
	['<img src="./images/menu_bullet.gif" alt="" border=0> Government', './Search.php?occupation%5B%5D=23', null],
	['<img src="./images/menu_bullet.gif" alt="" border=0> Health', './Search.php?occupation%5B%5D=8', null],
	['<img src="./images/menu_bullet.gif" alt="" border=0> Management', './search.php?occupation%5B%5D=14', null],
	['<img src="./images/menu_bullet.gif" alt="" border=0> Miscellaneous', './Search.php?occupation%5B%5D=1&occupation%5B%5D=5&occupation%5B%5D=11&occupation%5B%5D=21&occupation%5B%5D=12&occupation%5B%5D=24&occupation%5B%5D=25', null],
	['<img src="./images/menu_bullet.gif" alt="" border=0> Retail', './Search.php?occupation%5B%5D=3&occupation%5B%5D=16&occupation%5B%5D=15', null],
	['<img src="./images/menu_bullet.gif" alt="" border=0> Tourism', './search.php?occupation%5B%5D=9', null],
	
//	['SEARCH', './Search.php', null,
//		['New Search', './Search.php'],
//		['Last Search', lastSearch],
//		['Shortlist', './shortlist.php']
//	],
//	['SHORTLIST', './shortlist.php', null],
	['LAST SEARCH', lastSearch, null],
	['SITE HELP', './Help.html', {'tw' : 'Jobsite Help'}],
]

var ACCOUNT_ITEMS = [
	['CV Services', null, 'heading'],
	["Submit CV", "./DCCPage.php?pageid=send_cv&f=1", null],
	["Employers", "./DCCPage.php?pageid=employers_odt&f=1", null],
	["Disclaimer", "./DCCPage.php?pageid=disclaimer&f=1", null]
]
var EXTERN_ITEMS = [
	["Links", null, 'heading'],
	['<IMG SRC="./images/DCC-logo-sq.gif" ALT="DCC" BORDER=0>', 'http://www.cityofdunedin.com', {'tw' : '_blank'}],
	[''],
	[''],
	[''],
	[''],
	[''],
	['Online Edition', 'http://www.odt.co.nz/', null],
	['Digital Products', 'http://digital.odt.co.nz/', null],
	['Allied Press Ltd', 'http://www.alliedpress.co.nz/', {'tw' : '_blank'}],
	['Contact Us', 'http://www.alliedpress.co.nz/contacts.php', {'tw' : '_blank'}]
];

//                                     Top Menu... menu's						//

var SEARCH_DATE_MENU = [
	['', '', null,
		['Last 2 days', './search.php?ageVal=2&ageMult=1', null],
		['Last 7 days', './Search.php?ageVal=7&ageMult=1', null],
		['Closing Soon', './Search.php?occupation=-1&extra=dateClosing', null],
		['New Additions', './Search.php?occupation=-1&extra=datePosted&extraDesc', null]
	]
];

var MYACCOUNT_MENU = [myaccount];

var DCC_MENU = [
	['', '', null,
		['The Big OE', './DCCPage.php?pageid=newsletter_odt&f=1', null],
		['Request Information', './DCCPage.php?pageid=request_information&f=1', null],
		['Move to New Zealand', './DCCPage.php?pageid=moving_here', null],
		['Local Links', './DCCPage.php?pageid=local_links', null],
		['Living Here', './DCCPage.php?pageid=living_odt', null],
		['Business Here', './DCCPage.php?pageid=business_odt', null],
		['Playing Here', './DCCPage.php?pageid=playing_odt', null],
	]
];


var LOGIN_MENU = [
	myaccount
	['MyAccount', './MyJobs.php', null],
];
