﻿var NEW_EQUIPMENT={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
NEW_EQUIPMENT.items=[
	["New Agricultural Equipment","show_selection.php?val=new&op=ag"],
	["New Agricultural Utility Equipment","show_selection.php?val=new&op=ag-utility"],
	["New Agricultural Attachments","show_selection.php?val=new&op=ag-attach"],
	["New Construction Equipment","show_selection.php?val=new&op=con"],
	["New Construction Attachments","show_selection.php?val=new&op=con-attach"]
]

var USED_EQUIPMENT={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
USED_EQUIPMENT.items=[
	["Used Agricultural Equipment","show_selection.php?val=used&op=ag"],
	["Used Agricultural Utility Equipment","show_selection.php?val=used&op=ag-utility"],
	["Used Agricultural Attachments","show_selection.php?val=used&op=ag-attach"],
	["Used Construction Equipment","show_selection.php?val=used&op=con"],
	["Used Construction Attachments","show_selection.php?val=used&op=con-attach"]	
]


