function videoclip()
{
window.open("/video/videoclip.asp", "", "fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,width=320,height=327,left=200,top=200")
}

var MENU_ITEMS = [
	[wrap('courses'),'/courses/',{'sw':62, 'bw': 185},
		['Home Inspection Courses','/courses/'],
		['Continuing Education Courses','/courses/specialtycourses.asp'],
		['Online Courses','/courses/online/'],
		['Home Study Courses','/courses/cehomestudy.asp'],
		['School Locations','/campuses/']
	],
	
	[wrap('reportforms'),'/forms/',{'sw':100, 'bw':180},
		['Matrix Advantage Forms','/forms/matrixadvantage.asp'],
		['Matrix Deluxe Forms','/forms/matrixdeluxe.asp'],
		['MATRIX (Legal Size) Forms','/forms/matrix.asp'],
		['Horizon Software','/horizon/']
	],
	[wrap('productstools'),'http://store.homeinspection.com/script/merchant/merchant.mv?Screen=SFNT&Store_Code=ITA',{'sw':122, 'bw':130},
		['Books','http://store.homeinspection.com/mm5/merchant.mvc?Screen=CTGY&Store_Code=ITA&Category_Code=books'],
		['Courses','/courses/'],
		['Forms','/forms/'],
		['Software','/inspectnow/'],
		['Exam Prep','http://store.homeinspection.com/mm5/merchant.mvc?Screen=CTGY&Store_Code=ITA&Category_Code=examprep'],
		['Insurance','/payperinspection/'],
		['New Products','http://store.homeinspection.com/mm5/merchant.mvc?Screen=CTGY&Store_Code=ITA&Category_Code=new'],
		['Find a Product','http://store.homeinspection.com/mm5/merchant.mvc?Screen=SRCH&Store_Code=ITA']
	],
	[wrap('resources'),'/resources.asp',{'sw':81, 'bw':180},
		['About Home Inspection','/aboutinspections.asp'],
		['Home Inspection Legislation','/legislation.asp'],
		['Kaplan Graduate Benefits','/itabenefits.asp'],
		['Inspector Technical Support','/support/'],
		['Articles &amp; Press Releases','/articles/'],	
		['E&amp;O Insurance Providers','/insurance.asp'],
		['Useful Links','/resources.asp'],
		['Associations','/associations.asp'],
		['RE Agent Resources','/kaplanreschools-com.asp']
	],
	[wrap('aboutita'),'/aboutita.asp',{'sw':80, 'bw':190},
		['About Us','/aboutita.asp'],
		['Mission Statement','/mission.asp'],
		['The Kaplan Difference','/compare.asp'],
		['Video Introduction','javascript:videoclip();'],
		['Course Approvals','/courseapprovals.asp'],
		['Customer Testimonials','/testimonials.asp'],
		['Kaplan Professional Schools','/kaplan.asp']
	],
	[wrap('freecatalog'),'/catalog.asp',{'sw':90, 'bw':170},
	],
	[wrap('Tuition Assistance'),'/financialassistance.asp',{'sw':90, 'bw':170},
	]
];

function wrap (image) {
	return [
		'<img src="/images/' + image + '_off.gif" border="0">',
		'<img src="/images/' + image + '_on.gif" border="0">',
		'<img src="/images/' + image + '_on.gif" border="0">'
	];
}
