﻿// JAvaScript file for greenhouse menu decoration

var INDEX_PAGE = 'index.php';


function callNoXMainMenu(no)
{
	var contentDivTop = document.getElementById('contentdivtopmenu');
	var anchorList = contentDivTop.getElementsByTagName('a');
	
	var anchor = anchorList[no];
	
	window.location.href = anchor.href;
}



