var anylinkmenu1={divclass:'anylinkmenucols', inlinestyle:'bottom: 0', linktarget:'_self'} //Third menu variable. Same precaution.
anylinkmenu1.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu1.items=[
	["<img src='/images/where1.jpg' alt='Img' width='183' height='194' border='0' />", "/international.php", "efc"],
	["<img src='/images/where2.jpg' alt='Img' width='181' height='194' border='0' />", "/european.php"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:160px;', linktarget:'_self'} //First menu variable. Make sure "anylinkmenu1" is unique
anylinkmenu2.items=[
["<img src='/images/service1.jpg' alt='Img' width='150' height='40' border='0' />", "/international.php"],
["<img src='/images/service2.jpg' alt='Img' width='150' height='40' border='0' />", "/european.php"],
["<img src='/images/service3.jpg' alt='Img' width='150' height='40' border='0' />", "/employee.php"],
["<img src='/images/service4.jpg' alt='Img' width='150' height='40' border='0' />", "/pettransport.php"],
["<img src='/images/service5.jpg' alt='Img' width='150' height='40' border='0' />", "/storage.php"],
["<img src='/images/service6.jpg' alt='Img' width='150' height='40' border='0' />", "/transitcover.php"] //no comma following last entry!
]


var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:160px;', linktarget:'_self'} //First menu variable. Make sure "anylinkmenu1" is unique
anylinkmenu3.items=[
["<img src='/images/menu1.jpg' alt='Img' width='150' height='40' border='0' />", "/about.php"],
["<img src='/images/menu2.jpg' alt='Img' width='150' height='40' border='0' />", "/whychooseus.php"],
["<img src='/images/menu3.jpg' alt='Img' width='150' height='40' border='0' />", "/ethics.php"] //no comma following last entry!
]






var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]
