<!--//
var dteNow = new Date();
var intYear = dteNow.getFullYear();
var nxtYear = dteNow.getFullYear() + 1;
var lstYear = dteNow.getFullYear() - 1;
//alert(nxtYear);

function currYearFest() {
	getFest = window.location.href="/fest_search.php?search=yes&fest_start_year=" + intYear + "#results";
}






//document.write(intYear);
// menu_items.js file

// comments block here

// replace IP with http://www.reggaefestivalguide.com

var MENU_ITEMS =[
		["HOME", "/index.php",
			["Home: Featured Festivals", "/index.php"] ],
		
		["SEARCH FESTIVALS", "/fest_search.php"],
		
	
		["FESTIVALS BY YEAR", "/fest_search.php",
			[intYear, "/fest_search.php?search=yes&fest_start_year=" + intYear + "#results"],
			[nxtYear, "/fest_search.php?search=yes&fest_start_year=" + nxtYear + "#results"],
			["Archives", "/fest_search.php?search=yes&fest_archived=Yes" + "#results"] ],
			
		["FESTIVALS BY MONTH", "/fest_search.php",
			["January", "/fest_search.php?search=yes&fest_start_month=01" + "#results"],
		  	["February", "/fest_search.php?search=yes&fest_start_month=02" + "#results"],
		  	["March", "/fest_search.php?search=yes&fest_start_month=03" + "#results"],
		  	["April", "/fest_search.php?search=yes&fest_start_month=04" + "#results"],
		  	["May", "/fest_search.php?search=yes&fest_start_month=05" + "#results"],
		  	["June", "/fest_search.php?search=yes&fest_start_month=06" + "#results"],
		  	["July", "/fest_search.php?search=yes&fest_start_month=07" + "#results"],
			["August", "/fest_search.php?search=yes&fest_start_month=08" + "#results"],
			["September", "/fest_search.php?search=yes&fest_start_month=09" + "#results"],
			["October", "/fest_search.php?search=yes&fest_start_month=10" + "#results"],
			["November", "/fest_search.php?search=yes&fest_start_month=11" + "#results"],
		  	["December", "/fest_search.php?search=yes&fest_start_month=12" + "#results"] 
		  ], 
		  

		["SUBMIT FESTIVAL", "/post_festival.php"],
		["SUBMIT BUSINESS/BAND LINK", "/post_link.php"],
		["LISTING CORRECTIONS FORM", "/post_correction.php"],
		
		
		["E-GUIDE E-NEWSLETTER", "http://www.reggaefestivaleguide.com"],
	
		["REGGAE GOLD PAGES DIRECTORY", "/directory.php",
			["Agents-Promoters", "/directory.php?link_cat=Agents-Promoters"],
["Art-Photography", "/directory.php?link_cat=Art-Photography"],
["Band/Artist Site", "/directory.php?link_cat=Band/Artist Site"],
["Caribbean-Jamaican Travel", "/directory.php?link_cat=Caribbean-Jamaican%20Travel"],
["DeeJays-Sound Systems", "/directory.php?link_cat=DeeJays-Sound%20Systems"],
["Fan Club-Message Board-Chat", "/directory.php?link_cat=Fan%20Club-Message%20Board-Chat"],
["Food-Shelter-Spirituality", "/directory.php?link_cat=Food-Shelter-Spirituality"],
["Internet Streaming  Radio", "/directory.php?link_cat=Internet%20Streaming%20Radio"],
["Marketing-PR-Design-Duplication", "/directory.php?link_cat=Marketing-PR-Design-Duplication"],
["Merchandise Shop", "/directory.php?link_cat=Merchandise%20Shop"],
["On-Air Radio Station", "/directory.php?link_cat=On-Air%20Radio%20Station"],
["On Television, TV Shows", "/directory.php?link_cat=On%20Television,%20TV%20Shows"],
["Record Label-Agency", "/directory.php?link_cat=Record%20Label-Agency"],
["Schools-Education-Scholarships", "/directory.php?link_cat=Schools-Education-Scholarships"],
["Support Services", "/directory.php?link_cat=Support%20Services"],
["Uplifting Non-Profit Organization", "/directory.php?link_cat=Uplifting%20Non-Profit%20Organization"],
["Venue-Promoter-Calendar", "/directory.php?link_cat=Venue-Promoter-Calendar"],
["Webzines-Articles-Magazines-Books", "/directory.php?link_cat=Webzines-Articles-Magazines-Books"],
["Everything No Niche Un-Focused ", "/directory.php?link_cat=Everything%20No%20Niche Un-Focused"]
	],

	
	
		
		
		["Advertising Options", "/advertising_options.php",
			["Media Kit", "/docs/RFG_Media_Kit_2012.pdf"],
			["Print Magazine", "/docs/RFG_Print_Magazine_ratecard2012.pdf"],
			["Website", "/docs/RFG_Website_ratecard2012.pdf"],
			["e-Guide", "/docs/RFG_eGuide_ratecard2012.pdf"],
			["iPhone app", "/docs/RFG_iPhone_ratecard2012.pdf"]
	],

["About Magazine", "/magazine.php",
 			["Attention Advertisers", "/attention_advertisers.php"],
			["Order magazine", "/magazine/order.php"],
			["Magazine History", "/magazine/history.php"]

	],

["About", "/about/about_us.php",
			["About", "/about/about_us.php"],
			["Team", "/about/team.php"],
			["Shout Outs", "/about/shout_outs.php"],
			["Link Us Up", "/link_us.php"]
	],

	["Contact Us", "/contact.php"]


	/*
	["SUBMIT LINK", "/post_options.shtml",
			["Submit Festival", "/post_festival.php"],
			["Submit Business/Band Link", "/post_link.php"],
			["Corrections Form", "/post_correction.php"]
	],
	*/

	
					
  ];

var MENU_POS = new Array();

	MENU_POS['height']     = [16, 16];

	MENU_POS['width']      = [206, 235];

	MENU_POS['block_top']  = [269, 0];

	MENU_POS['block_left'] = [0, 208];

	MENU_POS['top']        = [21, 19];

	MENU_POS['left']       = [0, 0];

	MENU_POS['hide_delay'] = [0, 0];
	
	var MENU_STYLES = new Array();

	// default item state when it is visible but doesn't have mouse over
	MENU_STYLES['onmouseout'] = [
		'background', ['#660000', '#FFCC00'],
		'color', ['#FFCC00', '#660000'],
	];

	// state when item has mouse over it
	MENU_STYLES['onmouseover'] = [
		'background', ['#990000', '#FFFF33'],
		'color', ['#FFCC00', '#990000'],
	];

	// state when mouse button has been pressed on the item
	MENU_STYLES['onmousedown'] = [
		'background', ['#CC0000', '#CC9900'],
		'color', ['#FFCC00', '#FFFF33'],
	];
	
new menu (MENU_ITEMS, MENU_POS, MENU_STYLES);

window.focus();

//-->
