<!--
//var noPlugWin

function navigateToNoFlashPage(message,browser,aSection,plug)  {
alert ('navigate')
		theMessage = message
		theBrowser = browser
		section = aSection
		pluginApp = plug
		noPlugwin = window.open("../noflash.html","pluginWin","toobar=no,status=no,height=260,width=300,scrollbars=no,menubar=no,location=0,resizable=no,directories=no")
		noPlugwin.section = section
		noPlugwin.message = theMessage
    noPlugwin.browser = theBrowser
		noPlugwin.theURL = theURL
		noPlugwin.pluginApp = pluginApp
		noPlugwin.focus()
}
//-->
