function viewintro() {
	if (bFlashInstalled && iFlashVersion > 5)
	document.location.replace('/us/ltm/intro.asp');
	else
		var wIntro = window.open('/us/ltm/getflash.asp', 'ltmintro', 'screenX=225, screenY=178, left=225, top=178, width=320, height=243, scrollbars=no');
}
