function redsea_home_video_DoFSCommand(command, args) { switch(command) { case '1': location = '/content/hotels-management-introduction'; break; case '2': location = '/content/development-introduction'; break; case '3': location = '/content/real-estate-development'; break; case '4': location = '/content/revenue-generating'; break; case '5': location = '/content/computer-data-centers'; break; case '6': location = '/content/luxury-markets'; break; } } // Hook for Internet Explorer. if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { document.write('<' + 'script language="vbscript"' + '>' + "\n"); document.write('On Error Resume Next' + "\n"); document.write('Sub redsea_home_video_FSCommand(ByVal command, ByVal args)' + "\n"); document.write('Call redsea_home_video_DoFSCommand(command, args)' + "\n"); document.write('End Sub' + "\n"); document.write('<' + '/script' + '>' + "\n"); }