var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["14th street lofts", "index2.php?id=fourteen"],
	["brooklyn lofts", "index2.php?id=brooklyn"],
    ["coat factory", "index2.php?id=coatfactory"],
    ["grand lofts", "index2.php?id=grand"],
    ["greektown lofts", "index2.php?id=greektown"],
	["the hudson", "index2.php?id=hudson"],
    ["john r. apartments", "index2.php?id=johnr"],
    ["lafayette lofts", "index2.php?id=lafayette"],
    ["milwaukee park lofts", "index2.php?id=milwaukee"],
    ["river park lofts", "index2.php?id=riverpark"],
    ["universal lofts", "index2.php?id=universal"] //no comma following last entry!
]
