function popUp(strProduct) 
{
  var strFileName
  var strHeight
  var strWidth
  var strTop
  strHeight='520'
  strWidth = '670'  
  strTop = '70'
  switch (strProduct) {
    case 'TAAdmin2010':
      strFileName = '/MicrosoftAccess/Monitor/tour/'
      strHeight='640'
  	  strWidth = '750'  
      strTop = '20'
		  break
		case 'VisualAgent':
      strFileName = '/MicrosoftAccess/scheduler/tour/'
      strWidth = '730'  
		  break  
    case 'TAAnalyzer':
      strFileName = '/MicrosoftAccess/Documentation/tour/'
		  break	  
    case 'VisualCodeTools':	  
      strFileName = '/MicrosoftAccess/Module-Coding-Tools/tour/'
      strHeight='660'
      strWidth = '750'
      strTop = '20'
		  break
    case 'TADetective':
      strFileName = '/MicrosoftAccess/difference/tour/'
      strHeight='640'
  	  strWidth = '750'  
      strTop = '20'
		  break
    case 'TAEmailer':
      strFileName = '/MicrosoftAccess/Email/tour/'
      strHeight='640'
  	  strWidth = '750'  
      strTop = '20'
		  break
		case "VSSourceBook":
      strFileName = '/MicrosoftAccess/modules/tour/'
      strHeight='640'
      strWidth = '750'
      strTop = '20'
		  break	
    case 'TAStatistics':    
      strFileName = '/MicrosoftAccess/Statistics/tour/'
      strHeight='640'
  	  strWidth = '750'  
      strTop = '20'
		  break
    case 'TASpeller':    
      strFileName = '/MicrosoftAccess/SpellChecking/tour/'
      strHeight='500'
		  break
    case 'TAStartup': 
      strFileName = '/MicrosoftAccess/Startup/tour/'
      strHeight='660'
      strWidth = '750'
      strTop = '20'
		  break
      /*   
      strFileName = '/Products/Startup/tour/TourHome.htm'
      strHeight='580'
  	  strWidth = '700'  
		  */
    case 'ZipCode':    
      strFileName = '/MicrosoftAccess/zip-code/tour/'
      strHeight='640'
  	  strWidth = '750'  
		  break
		case 'NetSourceBook':
      strFileName = '/dotnet/SourceBook/tour/'
      strHeight='470'
  	  strWidth = '690'  
		  break	  
		default:
		  strFileName = ''
  } 	
  // left=150, dependent=1, alwaysRaised=1, 
	  props=window.open(strFileName, 'poppage', 
	  	'toolbar=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width='+strWidth+',height='+strHeight+',top='+strTop);
}
