var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["ADSL Broadband", "http://www.ozisp.com.au/broadband/index.php?module=adsl"],
	["ADSL2+ Broadband", "http://www.ozisp.com.au/broadband/index.php?module=adsl2plus"],
	["Standalone ADSL2+", "http://www.ozisp.com.au/broadband/index.php?module=standaloneadsl"],
	["Naked ADSL2+", "http://www.ozisp.com.au/broadband/index.php?module=ndsl"],
	["3G Wireless", "http://www.ozisp.com.au/broadband/index.php?module=3gwifi"],
	["Dial-Up", "http://www.ozisp.com.au/broadband/index.php?module=dial-up"]
//	["Commercial Internet", ""]//no comma following last entry!
]

var hosting={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
hosting.items=[
	["Web Hosting", "http://www.ozisp.com.au/products/?module=hosting"],
	["Web Design", "http://www.ozisp.com.au/products/?module=web_design"],
	["Domain Name Services", "http://www.ozisp.com.au/products/?module=domain_services"],
	["Spam Filter", "http://www.ozisp.com.au/products/?module=spam_filter"]
//	["Affiliate Program", ""]
]


var aboutus={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
aboutus.items=[
	["Profile", "http://www.ozisp.com.au/content.php?module=profile"],
	["News", "http://www.ozisp.com.au/content.php?module=news"],
	["Our Network", "http://www.ozisp.com.au/content.php?module=our_network"]
]



var helpmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
helpmenu.items=[
	["FAQs", "http://www.ozisp.com.au/content.php?module=faq"],
	["Dial-Up Settings", "http://www.ozisp.com.au/content.php?module=dial-up-settings"]
	 //no comma following last entry!
]

/*

var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"],
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk", "efc"],
	["News.com", "http://www.news.com/"],
	["SlashDot", "http://www.slashdot.com/"],
	["Digg", "http://www.digg.com/"],
	["Tech Crunch", "http://techcrunch.com"] //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!
]   */