
NS6 = (document.getElementById&&!document.all);
IE = (document.all);
NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4");
IE = IE || !NS;
userAgent = navigator.userAgent;
if(userAgent.indexOf('Firefox')>0)
{
	IE =true;
	//alert('firefox');
}
var helptextlayer='';
var menulayers;
var templayer;
innhostname='www.internetnewsnetwork.com';
slmhostname='www.sedonalivemall.com';
// copied functions %b
var collapsed;
collapsed=new Array();
dropped=new Array();
collapsed['MainMenu']=true;
//collapsed['MainMenu']=false;
ready=true;
 
   hostname=new String(document.location.hostname);
    hostname=hostname.toUpperCase();
    realhost=false;
    
    GetFSPERoot();
    
    if(hostname.indexOf('.COM')>=0)
    {
        realhost=true;
    } 
function checkmenulink(link)
{
    temp=new String(link);
    if(realhost)
    {
        // add http://
        if(temp.indexOf('www.')>=0)
        {
            temp=temp.replace(/www\./,'http://www.');
        }
    }
    else
    {
        // www.sedonalivemall.com -> ../SedonaLiveMall
        temp=temp.replace(/www\.sedonalivemall\.com/,'../SedonaLiveMall');
        // www.internetnewsnetwork.com --> ..
        temp=temp.replace(/www\.internetnewsnetwork\.com/,'..');
    }
    return temp;
}
function converturl(url)
{
	cururl = new String(location);
	if (cururl.indexOf('cgi-bin')>=0)
	{
		dest_url = 'http://'+location.hostname+'/FreedomSolarPowerElectric/'+url;
	}
	else
	{
		dest_url = url;
	}
	return dest_url;
}

function GetFSPERoot()
{
	hostname = location.hostname;
	curdomain = 'http://' + hostname + '/';
	domainroot = 'http://' + hostname + '/';
	fsperoot = domainroot + 'FreedomSolarPowerElectric/';
	forevergtroot = fsperoot;
	if (hostname.toUpperCase().indexOf('FREEDOMSOLARPOWERELECTRIC') >=0)
	{
		fsperoot = domainroot;
		forevergtroot = 'http://www.4evergreen13.com/';	
	}
	else
	{
		if(hostname.toUpperCase().indexOf('4EVER') >= 0)
		{
			domainroot = 'http://www.internetnewsnetwork.com/';
			fsperoot = 'http://www.internetnewsnetwork.com/FreedomSolarPowerElectric/';
			forevergtroot = curdomain;
		}
		else 
		{
			if(hostname.toUpperCase().indexOf('INTERNETNEWS') >= 0)
			{
				fsperoot = domainroot + 'FreedomSolarPowerElectric/';
				forevergtroot = 'http://www.4evergreen13.com/';	
			}
		}
	}
	return fsperoot;
}

function GetDomainRoot()
{
	hostname = location.hostname;
	domainroot = 'http://' + hostname + '/';
	return domainroot;
}


function selectmenu(item)
{
    itemname=item.name;
            //location='mailto:a@a.com';
    //alert(itemname);
    //return;
    s='';
	sectionnum = 0;
    switch(itemname)
    {
        case 'INN_Btn': // Executive summary
            if(!realhost)
            {
                //return;
            }
            s=checkmenulink(innhostname);
			sectionnum = 1;
            
            break;
        case 'SedonaLiveMall_Btn': // 1. Project Scope and Approach
            s=checkmenulink(slmhostname+'/index.html');
			sectionnum = 2;
            break;
        case 'SedonaConciergeAdministration_Btn': // 2. Policies and best practices
            s=checkmenulink(innhostname+'/SedonaConciergeAdministration/index.html');
			sectionnum = 3;
            break;
        case 'SedonaGiftCertificates_Btn': // 3. Solar technology and deployment issue
            s=checkmenulink(innhostname+'/SedonaGiftCertificates/index.html');
			sectionnum = 4;
            break;
        case 'WorldWideConciergeAdministration_Btn': //  4. Opportunities
            s=checkmenulink(innhostname+'/WorldWideConciergeAdministration/index.html');
			sectionnum = 5;
            break;
        case 'WorldWideGiftCertificateTrading_Btn': // 5. Barriers and risks
            s=checkmenulink(innhostname+'/GiftCertificateTrading/index.html');
			sectionnum = 6;
            break;
		case 'SolarRoadmap_Btn': // 6. Solar roadmap
			sectionnum = 7;
			break;
        case 'Appendix_Btn': // Appendix
			sectionnum = 8;
            break;
			

        // AddMenu                 
        case 'Sub1_Btn': // 1. Introduction to FSP&E
            s='go_f.htm?r=intro.htm';
            break;
        case 'Sub2_Btn': // 2. Post Comments To Solar Energy Report  Page by Page
            s= domainroot + 'cgi-bin/fspe/showcommententry.pl';
            break;
        case 'Sub3_Btn': // 3. Post QUESTIONS To: ALTERNATIVE ENERGY     Message Board by     CITY and STATE
            s= domainroot + 'cgi-bin/fspe/viewmessages.pl?board=2';
            break;
        case 'Sub4_Btn': //4. Post CONSTRUCTION     REFERRALS To:   Hammer And Nail    Referral Network (HNRN)   Message Board by       CITY and STATE
            //s= domainroot + 'cgi-bin/fspe/showcommententry.pl?board=3';
            s = forevergtroot + '2600_City_Green_Neighborhoods';
            break;
        case 'Chat_Btn': // 5. LIVE CHAT With FSP&E:   10 ROOMS CHAT BOX     1 ROOM FOR EACH     SECTION OF FSP&E
            openChat();
            break;
        case 'Sub6_Btn': // 6.  SEND E-MAIL      DIRECTLY TO:     Freedom Solar Power    & Electric Company

            s='mailto:Telecommuter@Cableone.net';
            break;
        case 'Sub7_Btn': //7. GREENBUILD QUESTIONAIRE
            s= fsperoot + 'newquestform.htm';
            break;
        case 'Sub8_Btn': //7. GREENBUILD DIRECTORY
			s = domainroot + 'HAND/Green_Products_Directory';
			s = forevergtroot + 'Green_Products_Directory';
            
            break;
        case '20Questions_Btn':
            s=checkmenulink(slmhostname+'/go_f.htm?r=../SedonaWeddingVowReNewal/third.htm');
            break;
        case 'VendorsListing_Btn':
            s=checkmenulink(innhostname+'/SedonaConciergeAdministration/vlisting.htm');
            break;
            
        case 'Video_Btn':
            openVideo();
            break;
        case 'Contact_Btn':
            //s=checkmenulink(slmhostname+'/go_f.htm?r=../SedonaConciergeAdministration/vlisting.htm');
            s='mailto:Emotion@InternetNEWSNETwork.com?subject=SEND%20ADVERTISING%20INFORMATION';
            break;
        
        // Help
		case 'WhatEEMHelp_Btn':
			s = 'energymortgage.htm';
            break;
		case 'ElectricUtilityHelp_Btn':
			s = 'go_f.htm?r=help-electricutility.htm';
			break;		
		case 'PowerLinesHelp_Btn':
			s = 'go_f.htm?r=help-powerlines.htm';
			break;		
		case 'RVHelp_Btn':
			s = 'go_f.htm?r=help-rv.htm';
			break;		
		case 'ReduceLoadHelp_Btn':
			s = 'go_f.htm?r=help-reduceload.htm';
			break;		
		case 'AZIncentivesHelp_Btn':
			s = 'go_f.htm?r=help-azincentives.htm';
			break;		
		case 'NetmeteringHelp_Btn':
			s = 'go_f.htm?r=help-netmetering.htm';
			break;		
		
		case 'SystemSizingHelp_Btn':
			s = 'go_f.htm?r=help-systemsizing.htm';
			break;		
		case 'ConserveHelp_Btn':
			s = 'go_f.htm?r=help-conserve.htm';
			break;		
		case 'EvaluationWoksheetHelp_Btn':
			s = 'go_f.htm?r=help-evaluationworksheet.htm';
			break;		
		case 'BatterySizingHelp_Btn':
			s = 'go_f.htm?r=help-batterysizing.htm';
			break;		
		case 'SolarPanelsHelp_Btn':
			s = 'go_f.htm?r=help-solarpanels.htm';
			break;		
		case 'CompareInvertersHelp_Btn':
			s = 'go_f.htm?r=help-invertercompare.htm';
			break;				
        case 'IntroHelp_Btn':
            help('Intro');

            break;
        case 'SitemapHelp_Btn':
            help('SiteMap');
            break;
        case 'VendorsHelp_Btn':
            help('Contact');
            break;
        case 'ConciergesHelp_Btn':
            help('Contact');
            break;
        case 'MakeReservationHelp_Btn':
            help('Contact');
            break;
        case '20QuestionsHelp_Btn':
            help('Quest');
            break;
        case 'VendorsListingHelp_Btn':
            help('Contact');
            break;
        case 'ChatHelp_Btn':
            help('Contact');
            break;
        case 'VideoHelp_Btn':
            help('Contact');
            break;
        case 'ContactHelp_Btn':
            help('Contact');
            break;
                
    }
	if (sectionnum > 0)
	{
		s = 'go_f.htm?r=/cgi-bin/fspe/viewcomments.pl?s='+sectionnum;
		//alert(s);
	}
	
    if(s!='')
    {
//        top.location=s;
		if (s.indexOf(':')<0) // http:// mailto:
		{
			s = converturl(s);
		}
		top.location=s;
		//top.go(s);
    }
}

function Stopped()
{
    ready=true;
    
    for(v in dropped)
    {
        //alert(v);
        if(dropped[v])
        {
            MM1_showHideLayers('OutOfMenu','','show');
            
        }
    }
    //alert('stopped');
}

function PlayIntroHelp()
{
	played = false;
	busy = false;
    if(parent.frames.length!=0)
    {
    	if((document.jsettings != null) && (document.jsettings['newintro'] != null) && (document.jsettings['newintro'] == 1))
    	{
    		//alert('new');
    		ResetIntroHelp();
    		PlayNewIntroHelp();
			played = true;
    	}
    	else if (document.MM_Time !=null)
    	{
    		//if(document.rolloverinfo)
    		if(document.rolloverinfo != null)
    		{
	    		if(document.rolloverinfo)
	    		{
					MM_timelineGoto('Timeline1','1');
					MM_timelinePlay('Timeline1');	
					played = true;
				}
				else
				{
					busy = true;
					//alert('busy');
				}
			}
		}
		else // template #3
		{
			//alert('ShowIntroHelp');
			PlayHelp('ShowIntroHelp');
			played = true;
		}
	}
	if (!played && !busy)
	{
		PlayHelp('ShowIntroHelp');
	}
	return false;
}

function help(topic)
{
    //alert(topic);
    if(helptextlayer!='')
    {
        MM1_showHideLayers(helptextlayer,'','hide');
    }
    helptextlayer=topic+'HelpText';
    if(parent.frames.length==0)
    {
        MM1_timelineGoto('SlideOnOff','1');
        MM1_timelinePlay('SlideOnOff');
    }
    else
    {
        
    MM1_timelineGoto('ShowHelpBubble','1');
    MM1_timelinePlay('ShowHelpBubble');
    }
    //return false;
}
function collapse(menuname)
{
    if(dropped[menuname] && ready)
    {
        ready=false;
        standardmenu = true;
        if((menuname.indexOf('MainMenu')>=0) && (document.jsettings != null) && document.jsettings['mmnum'] == 3)
        {
        	standardmenu = false;
	        MM3_timelineGoto('MainMenuCollapse','1');
	        MM3_timelinePlay('MainMenuCollapse');
    	}
    	else
    	{
	        if(menuname == 'EEMMainMenu')
	        {
	        	standardmenu = false;
		        MM2_timelineGoto(menuname+'Collapse','1');
		        MM2_timelinePlay(menuname+'Collapse');
	        }
        }
        
        if(standardmenu)
        {
	        MM1_timelineGoto(menuname+'Collapse','1');
	        MM1_timelinePlay(menuname+'Collapse');
        }
        //collapsed[menuname]=true;
        dropped[menuname]=false;
    }
}
function collapseallmenus()
{
	if(document.jsettings['nodropdown'] != null)
	{
		return;
	}
    MM1_showHideLayers('OutOfMenu','','hide');
    for(v in dropped)
    {
        //alert(v);
        if(dropped[v])
        {
            collapse(v);
        }
    }
    
    // Show flash after collapse
	if(document.jsettings['overridenplay'] != null)
	{
		OnPlayOverridenFinished();
	}
}
function dropdown(menuname)
{
	if(document.jsettings['nodropdown'] != null)
	{
		return;
	}
    //alert(menuname);
    if(!dropped[menuname] && ready)
    {
        ready=false;
        //alert(menuname);
        standardmenu = true;
    	// Forms main menu
    	if ((menuname.indexOf('MainMenu')>=0) && (document.jsettings!= null) && (document.jsettings['mmnum']==3))
    	//if (menuname == 'FormsMainMenu')
    	{
    		standardmenu = false;
    	    MM3_timelineGoto('MainMenuDropDown','1');
	        MM3_timelinePlay('MainMenuDropDown');
    	}
		else
		{        
	        if(menuname == 'EEMMainMenu')
	        {
	        	standardmenu = false;
	    	    MM2_timelineGoto(menuname+'DropDown','1');
		        MM2_timelinePlay(menuname+'DropDown');
	    	}
    	}
    	
    	if (standardmenu)
    	{
	        MM1_timelineGoto(menuname+'DropDown','1');
	        MM1_timelinePlay(menuname+'DropDown');
        }
        //collapsed[menuname]=false;
        dropped[menuname]=true;

		if(document.jsettings['overridenplay'] != null)
		{
			OnPlayOverridenStarted();
		}
        
    }
    if (ownerflags==1)
    {
    MM1_showHideLayers('Content', '', 'hide');
	}
}

function move()
{
    movecnt++;
    if(IE)
    {
    ssm.pixelLeft+=20;
    }
    //if (NS) {bssm.clip.right+=num;bssm2.clip.right+=num;}
    if(NS)
    {
        //ssm.clip.right+=20;
        ssm.left+=20;
    }
    if(movecnt<10)
    {
        setTimeout('move()',100);
    }
}
function movemenu()
{
    
}
// copied functions %e

//alert(parent.frames.length);
function AddLayerParams()
{
if(IE)
{
     
templayer ='<div id="'+layername+'" style="position:absolute; width:'+width+'; height:'+height+'px; z-index:'+zindex+'; left: '+left+'px; top: '+ltop+'px; visibility: hidden"> ' + templayer + '</div>';
}
else
{
templayer ='<LAYER name="'+layername+'"  width='+width+'; height='+height+'; z-index='+zindex+'; left='+left+'; top='+ltop+'; visibility=hidden> '+templayer+'</layer>';
//menulayers='<LAYER name="MainMenu" Z-Index : 5;width=173;height=628; left=0; top=-635>';    
}   
}

// main menu
width=173;
height=250;
zindex=100;

mainmenulayer = '';
if (document.jsettings != null)
{
	// main menu was overrided at topnav_eem
	if((document.jsettings['mainmenu'] != null) && (document.jsettings['mainmenu'] != ''))
	{
		
		mainmenulayer = document.jsettings['mainmenu'];
	}
}
//else
//{
	
//	alert('jsettings is null');
//}

if(mainmenulayer != '')
{
	menulayers = mainmenulayer;
	//alert(menulayers);
}
else
{
	left=0;
	ltop=-285;
	if(IE)
	{
		menulayers='<div id="MainMenu" style="position:absolute; width:'+width+'px; height:'+height+'px; z-index:'+zindex+'; left: '+left+'px; top: '+ltop+'"> ';
	}
	else
	{
		menulayers='<LAYER name="MainMenu" Z-Index ='+zindex+';width='+width+';height='+height+'; left='+left+'; top='+ltop+'>';    
	}
	
	menulayers += '<form>\n' + 
' <table border=0>\n' + 
'    <tr>\n' + 
'      <td> \n' + 
'\n' + 
'        <table border="0" cellpadding="0" cellspacing="0" width="170">\n' + 
'          <tr> \n' + 
'            <td><img src="img/mainmenu/spacer.gif" width="170" height="1" border="0" alt=""></td>\n' + 
'            <td><img src="img/mainmenu/spacer.gif" width="1" height="1" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="MainMenuHeader_Btn" type="button" class="mainmenubutton" style="height: 20px;" id="MainMenuHeader_Btn" value="Report Sections:   Read or Download" \n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'mainmenuhighlight\'" onmouseout="this.className=\'mainmenubutton\'"></td>\n' + 
'            <td><img src="img/mainmenu/spacer.gif" width="1" height="15" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="INN_Btn" type="button" class="mainmenubutton"  style="height: 34px;" id="INN_Btn" value="1. EXECUTIVE             x          x\n' + 
'SUMMARY" \n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'mainmenuhighlight\'" onmouseout="this.className=\'mainmenubutton\'"></td>\n' + 
'            <td><img src="img/mainmenu/spacer.gif" width="1" height="15" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="SedonaLiveMall_Btn" type="button" class="mainmenubutton"  style="height: 34px;" id="SedonaLiveMall_Btn" value="2. PROJECT SCOPE    x          x\n' + 
'AND APPROACH" \n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'mainmenuhighlight\'" onmouseout="this.className=\'mainmenubutton\'"></td>\n' + 
'            <td><img src="img/mainmenu/spacer.gif" width="1" height="15" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="SedonaConciergeAdministration_Btn" type="button" class="mainmenubutton"  style="height: 34px;" id="SedonaConciergeAdministration_Btn" value="3. POLICIES AND       x          x\n' + 
'BEST PRACTICES" \n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'mainmenuhighlight\'" onmouseout="this.className=\'mainmenubutton\'"></td>\n' + 
'            <td><img src="img/mainmenu/spacer.gif" width="1" height="15" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="SedonaGiftCertificates_Btn" type="button" class="mainmenubutton"  style="height: 63px;" id="SedonaGiftCertificates_Btn" value="4. SOLAR                    x          x\n' + 
'TECHNOLOGY \n' + 
'AND DEPLOYMENT \n' + 
'ISSUES" \n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'mainmenuhighlight\'" onmouseout="this.className=\'mainmenubutton\'"></td>\n' + 
'            <td><img src="img/mainmenu/spacer.gif" width="1" height="17" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="WorldWideConciergeAdministration_Btn" type="button" class="mainmenubutton"  style="height: 20px;" id="WorldWideConciergeAdministration_Btn" value="5. OPPORTUNITIES   x          x" \n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'mainmenuhighlight\'" onmouseout="this.className=\'mainmenubutton\'"></td>\n' + 
'            <td><img src="img/mainmenu/spacer.gif" width="1" height="18" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="WorldWideGiftCertificateTrading_Btn" type="button" class="mainmenubutton"  style="height: 34px;" id="WorldWideGiftCertificateTrading_Btn" value="6. BARRIERS AND      x          x\n' + 
'RISKS" \n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'mainmenuhighlight\'" onmouseout="this.className=\'mainmenubutton\'"></td>\n' + 
'            <td><img src="img/mainmenu/spacer.gif" width="1" height="18" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="SolarRoadmap_Btn" type="button" class="mainmenubutton"  style="height: 20px;" id="SolarRoadmap_Btn" value="7. SOLAR ROADMAP  x          x" \n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'mainmenuhighlight\'" onmouseout="this.className=\'mainmenubutton\'"></td>\n' + 
'            <td><img src="img/mainmenu/spacer.gif" width="1" height="17" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="Appendix_Btn" type="button" class="mainmenubutton"  style="height: 20px;" id="Appendix_Btn" value="8. APPENDIX              x          x" \n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'mainmenuhighlight\'" onmouseout="this.className=\'mainmenubutton\'"></td>\n' + 
'            <td><img src="img/mainmenu/spacer.gif" width="1" height="17" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          \n' + 
'          <tr> \n' + 
'            <td> <a href="#" onMouseOut="MM1_swapImgRestore()" onMouseOver="MM1_swapImage(\'Image85\',\'\',\'img/mainmenu/mainmenu_p.gif\',1);dropdown(\'MainMenu\');"><img src="img/mainmenu/mainmenu_p.gif" alt="MAIN MENU" name="Image85" width="250" height="43" border="0"></a></td>\n' + 
'            <td><img src="img/mainmenu/spacer.gif" width="1" height="43" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'        </table>\n' + 
'      </td>\n' + 
'      <td><a href="#" onMouseOver="collapse(\'MainMenu\');"><img src="img/mainmenu/spacer.gif" width="15" height="220" border="0" alt=""></a> \n' + 
'      </td>\n' + 
'    </tr>\n' + 
'  </table>\n' + 
'</form>\n' ; 
	if(IE)
	{
		menulayers += '</div>';
	}
	else
	{
		menulayers += '</layer>';    
	}
}
// nav (additional)

width=323;
height=210;
zindex=100;
left=281;
ltop=-394;

// MM_ to MM1_
if(IE)
{
menulayers +='<div id="AdditionalMenu" style="position:absolute; width:'+width+'; height:'+height+'px; z-index:'+zindex+'; left: '+left+'px; top: '+ltop+'px"> ';
}
else
{
menulayers +='<LAYER name="AdditionalMenu" Z-Index='+zindex+'; width='+width+'; height='+height+';  left='+left+'; top='+ltop+'> ';

//menulayers='<LAYER name="MainMenu" Z-Index : 5;width=173;height=628; left=0; top=-635>';    
}
menulayers +='  <table border=0>\n' + 
'    <tr> \n' + 
'      <td><a href="#" onMouseOver="collapse(\'AddMenu\')"><img src="img/navmenu/spacer.gif" width="8" height="110" border="0" alt=""></a></td>\n' + 
'      <td> \n' + 
'        <table border="0" cellpadding="0" cellspacing="0" width="260">\n' + 
'          <tr> \n' + 
'            <td><input name="Sub1_Btn" id="Sub1_Btn" type="button" class="addmenubutton" style="height: 21px;" value="1. Introduction to FSP&amp;E" \n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'addmenuhighlight\'" onmouseout="this.className=\'addmenubutton\'"></td>\n' + 
'            <td><img src="img/navmenu/spacer.gif" width="1" height="16" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="Sub2_Btn" id="Sub2_Btn" type="button" class="addmenubutton" style="height: 49px;"  value="2. Post Comments To\n' + 
'Solar Energy Report\n' + 
'Page by Page" \n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'addmenuhighlight\'" onmouseout="this.className=\'addmenubutton\'"></td>\n' + 
'            <td><img src="img/navmenu/spacer.gif" width="1" height="16" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          \n' + 
'          <tr> \n' + 
'            <td><input name="Sub3_Btn" id="Sub3_Btn" type="button" class="addmenubutton" style="height: 63px;"  value="3. Post QUESTIONS To:\n' + 
'ALTERNATIVE ENERGY\n' + 
'Message Board by\n' + 
'CITY and STATE" \n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'addmenuhighlight\'" onmouseout="this.className=\'addmenubutton\'"></td>\n' + 
'            <td><img src="img/navmenu/spacer.gif" width="1" height="22" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="Sub4_Btn" id="Sub4_Btn" type="button" class="addmenubutton" style="height: 91px;"  value="4. Post CONSTRUCTION\n' + 
'REFERRALS To:\n' + 
'Hammer And Nail\n' + 
'Referral Network (HNRN)\n' + 
'Message Board by \n' + 
'CITY and STATE"\n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'addmenuhighlight\'" onmouseout="this.className=\'addmenubutton\'"></td>\n' + 
'            <td><img src="img/navmenu/spacer.gif" width="1" height="22" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="Chat_Btn" id="Chat_Btn" type="button" class="addmenubutton" style="height: 63px;"  value="5. LIVE CHAT With FSP&E:\n' + 
'10 ROOMS CHAT BOX\n' + 
'1 ROOM FOR EACH\n' + 
'SECTION OF FSP&E"\n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'addmenuhighlight\'" onmouseout="this.className=\'addmenubutton\'"></td>\n' + 
'            <td><img src="img/navmenu/spacer.gif" width="1" height="22" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="Sub6_Btn" id="Sub6_Btn" type="button" class="addmenubutton" style="height: 63px;"  value="6. SEND E-MAIL\n' + 
'DIRECTLY TO:\n' + 
'Freedom Solar Power\n' + 
'&amp; Electric Company"\n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'addmenuhighlight\'" onmouseout="this.className=\'addmenubutton\'"></td>\n' + 
'            <td><img src="img/navmenu/spacer.gif" width="1" height="22" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="Sub7_Btn" id="Sub7_Btn" type="button" class="addmenubutton" style="height: 21px;"  value="7. GREENBUILD QUESTIONAIRE"\n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'addmenuhighlight\'" onmouseout="this.className=\'addmenubutton\'"></td>\n' + 
'            <td><img src="img/navmenu/spacer.gif" width="1" height="20" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'            <td><input name="Sub8_Btn" id="Sub8_Btn" type="button" class="addmenubutton" style="height: 21px;"  value="8. GREENBUILD DIRECTORY"\n' + 
'            onclick="selectmenu(this)" onmouseover="this.className=\'addmenuhighlight\'" onmouseout="this.className=\'addmenubutton\'"></td>\n' + 
'            <td><img src="img/navmenu/spacer.gif" width="1" height="20" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'          <tr> \n' + 
'              <!--<a href="#" onMouseOut="MM1_swapImgRestore()" onMouseOver="MM1_swapImage(\'NavCaption\',\'\',\'img/navmenu/caption_h.gif\',1);dropdown(\'AddMenu\'); "><img src="img/navmenu/caption_p.gif" alt="SEDONALIVEMALL" name="NavCaption" width="256" height="27" border="0"></a>-->\n' + 
'            <td><input name="AddNavCaption_Btn" id="AddNavCaption_Btn" type="button" class="menucaption" style="height: 56px;" onmouseover="this.classname=\'captionhiglight\';dropdown(\'AddMenu\')" onmouseout="this.classname=\'menucaption\'" value="COMMUNICATE WITH\n' + 
'FREEDOM SOLAR POWER \n' + 
'&amp; ELECTRIC COMPANY"></td>\n' + 
'            <td><img src="img/navmenu/spacer.gif" width="1" height="27" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'        </table>\n' + 
'      </td>\n' + 
'      <td><a href="#"  onMouseOver="collapse(\'AddMenu\')"><img src="img/navmenu/spacer.gif" width="8" height="110" border="0" alt=""></a></td>\n' + 
'    </tr>\n' + 
'    <tr> \n' + 
'      <td colspan="3"><a href="#" onMouseOver="collapse(\'AddMenu\')"><img src="img/navmenu/spacer.gif" width="336" height="8" border="0" alt=""></a></td>\n' + 
'    </tr>\n' + 
'  </table>\n';
if(IE)
{
menulayers+='</div>';
}
else
{
menulayers+='</layer>';
}

// helpmenu
width=323;
height=50; //210
zindex=100;
left=601;
ltop=0; //-475;

if(IE)
{
menulayers +='<div id="HelpMenu" style="position:absolute; width:'+width+'; height:'+height+'px; z-index:'+zindex+'; left: '+left+'px; top: '+ltop+'px"> ';
}
else
{
menulayers +='<LAYER name="HelpMenu"  width='+width+'; height='+height+'; z-index='+zindex+'; left='+left+'; top='+ltop+'> ';

//menulayers='<LAYER name="MainMenu" Z-Index : 5;width=173;height=628; left=0; top=-635>';    
}
menulayers +='  <table border="0">\n' + 
'    <tr> \n' + 
'      <td><a href="#"><img src="img/helpmenu/spacer.gif" width="8" height="10" border="0" alt=""></a></td>\n' + 
'      <td> \n' + 
'        <table border="0" bordercolor="#FF0000" cellpadding="0" cellspacing="0" width="250">\n' + 
'          <tr> \n' + 
'            <td><a href="#" onclick="return PlayIntroHelp();" onMouseOut="MM1_swapImgRestore()" onMouseOver="MM1_swapImage(\'Image20\',\'\',\'img/helpmenu/caption_h.gif\',1);"><img src="img/helpmenu/caption_p.gif" alt="HELP" name="Image20" width="256" height="27" border="0"></a></td>\n' + 
'            <td><img src="img/helpmenu/spacer.gif" width="1" height="27" border="0" alt=""></td>\n' + 
'          </tr>\n' + 
'        </table>\n' + 
'      </td>\n' + 
'      <td><a href="#"  onMouseOver="collapse(\'HelpMenu\')"><img src="img/helpmenu/spacer.gif" width="8" height="10" border="0" alt=""></a></td>\n' + 
'    </tr>\n' + 
'    <tr> \n' + 
'      <td colspan="3"><a href="#" onMouseOver="collapse(\'HelpMenu\')"><img src="img/helpmenu/spacer.gif" width="336" height="8" border="0" alt=""></a></td>\n' + 
'    </tr>\n' + 
'  </table>\n';

if(IE)
{
menulayers+='</div>';
}
else
{
menulayers+='</layer>';
}

menulayers=menulayers.replace(/MM1_/g,'MM1_');

imgsrc = 'src="'+fsperoot+'img';
menulayers=menulayers.replace(/src=\"img/g, imgsrc);
imgsrcover = "'"+fsperoot+'img/';
menulayers=menulayers.replace(/'img\//g,imgsrcover);
//'img/navmenu/

//var helplayers='<div id="IntroHelpText" style="position:absolute; width:200px; height:115px; z-index:3; left: 348px; top: 575px; visibility: hidden"> ' + 
layername='IntroHelpText';
if(parent.frames.length==0)
{
width=200;
height=115;
zindex=3;
left=348;
ltop=565;
}
else
{
width=307;
height=74;
zindex=3;
left=380;
ltop=403;
}
// border-style: solid;border-color:#FF0000;
helplayers='<div id="OutOfMenu" style="position:absolute; width:800; height:500px; z-index:3; left: 0px; top: 0px; visibility: hidden">\n' + 
'<a href="#" class=noborder onmouseover="collapseallmenus()"><img class=noborder src="img/mainmenu/spacer.gif" width=800 height=500></a>\n' + 
'</div>\n';
/* 
templayer='  <p align="center"><b><font size="4">' + 
'    <font color="#FFFFFF">SedonaLiveMall.com is a<br>' + 
'\'super-mall\' of 7 domains ' +
'that puts YOU, the TOURIST ' +
'in touch with a ' +
'PROFESSIONAL CONCIERGE ' +
'UNLIKE any other ' +
'Sedona Directory.' +
'</font>' + 
'    </font></b></p>' + 
'   <p>&nbsp;</p>    ';
AddLayerParams();
helplayers+=templayer;

layername='SiteMapHelpText';
templayer='  <p align="center"><b><font size="4">' + 
'    <font color="#FFFFFF">Click through all 7 domains.<br> ' +

'SEE how EACH domain ' +
'puts YOU, The Tourist ' +
'in touch with a ' +
'PROFESSIONAL CONCIERGE ' +
'UNLIKE any other Directory. ' +
'</font>' + 
'    </font></b></p>' + 
'   <p>&nbsp;</p>    ';
AddLayerParams();
helplayers+=templayer;

layername='QuestHelpText';
templayer='  <p align="center"><b><font size="4">' + 
'    <font color="#FFFFFF">' +
'Every TOURIST can<br>' +
'PRECISELY REVEAL their ' +
'EXACT PREFERNECES and get a ' +
'COLOR CODED ITINERARY ' +
'so a PROFESSIONAL CONCIERGE ' +
'can HELP YOU !!! ' +

'</font>' + 
'    </font></b></p>' + 
'   <p>&nbsp;</p>    ';
AddLayerParams();
helplayers+=templayer;

layername='ContactHelpText';
templayer='  <p align="center"><b><font size="4">' + 
'    <font color="#FFFFFF">' +
'Contacting SedonaLiveMall\'s ' + 
'Professioal Concierge Network ' + 
'       THREE WAYS: ' + 
'Real-Time Chat Box ' + 
'E-Mail (click contact) ' + 
'   1-866-ESEDONA ' + 
'ONE CALL - THAT\'S ALL !!! ' + 

'</font>' + 
'    </font></b></p>' + 
'   <p>&nbsp;</p>    ';
AddLayerParams();
helplayers+=templayer;
*/

helplayers=helplayers.replace(/src=\"img/g, imgsrc);
//alert(helplayers);

document.write(menulayers);
document.write(helplayers);

var menuname;
menuname='MainMenu';

//alert('test');
if(document.rolloverinfo!=null)
{
	//alert('has rollover');
	rolloverlayers = '';
	
	width=174;
	height=179;
	zindex=1;
	left=705;
	ltop=99;
	// Intro
	layername = 'RightRolloverIntro';
	templayer = '<div class="LeftRolloverText"> <span style="color:#0099FF">EEM = Energy Efficient </span><div align="center" style="color:#0099FF">Mortgage.</div>\n' + 
'  <div style="padding: 10px 0px 0px 0px;">\n' + 
'OR For Newly Built <div align="center">Homes</div></div>\n' + 
'\n' + 
'  <div style="padding: 10px 0px 0px 0px; color: #FFFF00;">\n' + 
'EIM = Energy Improvement Mortgage<br><br>\n' + 
'\n' + 
'* Fully Tax Deductible <div align="center">Interest</div>\n' + 
'* U.S. Government <div align="center">Backed</div>\n' + 
'* Trade a $200.00 Ever Increasing\n' + 
'Utility bill <div align="center">FOREVER</div>\n' + 
'<div align="right">For a $50.00 Fixed Mortgage</div></div></div>\n';
	AddLayerParams();
	rolloverlayers += templayer;
	
	// LEFT
 	width=184;
 	height=179;
 	zindex=1; 
 	left=107; 
 	ltop=107;
	layername="LeftRolloverIntro";
 	templayer = '<div class="LeftRolloverText">  A <span class="LeftRolloverZEHText" style="text-decoration: underline;">ZEH</span><span class="LeftRolloverPlusText" style="text-decoration: underline;">(+)</span><span class="LeftRolloverKITText" style="text-decoration: underline;">KIT</span> home is a:<br>\n' + 
'\n' + 
'  <div class="LeftRolloverZEHText" style="padding: 5px 0pt 0pt 0pt;">\n' + 
'<span style="text-decoration: underline;">ZEH</span> = 21st Century <span style="text-decoration: underline;">Z</span>ero <span style="text-decoration: underline;">E</span>nergy <span style="text-decoration: underline;">H</span>ome</div>\n' + 
'\n' + 
'<div class="LeftRolloverPlusText" style="padding: 10px 0pt 0pt 0pt">\n' + 
'(+) = Produces <span style="text-decoration: underline;">MORE Energy</span> than the\n' + 
'Home consumes FOR SALE \n' + 
'back to the Utility Company <br>\n' + 
'<span style="text-decoration: underline;">AT PEAK PRICES !!!</span></div>\n' + 
'\n' + 
'<div class="LeftRolloverKITText" style="padding: 10px 0pt 0pt 0pt">\n' + 
'KIT = A \'KIT\' home is <span style="text-decoration: underline;">pre-cut</span> to \n' + 
'exact specifications and ease \n' + 
'of assembly ON SITE.</div></div>\n';
	AddLayerParams();
	rolloverlayers += templayer;
	
	layername="LeftRolloverWhoCanPost";
templayer = '<div class="LeftRolloverText">\n' + 
'Whether you are an:<br>\n' + 
'Expert, User or Newbie<br>\n' + 
'About Alternative Energy, <br>\n' + 
'You can READ and POST your COMMENTS to the <br>\n' + 
'21st Century Solar Energy Report.<br>\n' + 
'ALSO POST TO \n' + 
'your STATE and CITY\n' + 
'MESSAGE BOARD\n' + 
'To FIND OTHERS LIKE YOU !</div> \n';
	AddLayerParams();
	rolloverlayers += templayer;
	
	layername="LeftRolloverFinGovtForms";
	templayer = '<img src="img/rollover/GovtIncentiveGraphicI.jpg">';
	AddLayerParams();
	rolloverlayers += templayer;
	
	//Solar_btn
	layername="LeftRolloverSolar";
	templayer = '<img src="img/rollover/SolarRoadMapGraphicVI.jpg">';
	AddLayerParams();
	rolloverlayers += templayer;
	
	// ZEH_Btn
	layername="LeftRolloverZEH";
	templayer = '<img src="img/rollover/SolarRoadMapGraphicX.jpg">';
	AddLayerParams();
	rolloverlayers += templayer;
	
	document.write(	rolloverlayers);
}
else
{
	//alert('no rollover');
}
/*
EndY=100;
if (IE) {ssm=document.all(menuname).style;}
if (NS6){ssm=document.getElementById(menuname).style;}
if (NS) {
    
    //bssm=document.layers["basessm1"];
//bssm2=bssm.document.layers["basessm2"];ssm=bssm2.document.layers["thessm"];
//bssm2.clip.left=0;ssm.visibility = "show";
ssm=document.layers[menuname];
}

var movecnt;
movecnt=0;
*/

/*
//move();
var collapsed;
collapsed=new Array();
dropped=new Array();
collapsed['MainMenu']=true;
//collapsed['MainMenu']=false;
ready=true;

function help(topic)
{
    //alert(topic);
    if(helptextlayer!='')
    {
        MM1_showHideLayers(helptextlayer,'','hide');
    }
    helptextlayer=topic+'HelpText';
    if(parent.frames.length==0)
    {
        MM1_timelineGoto('SlideOnOff','1');
        MM1_timelinePlay('SlideOnOff');
    }
    else
    {
        
    MM1_timelineGoto('ShowHelpBubble','1');
    MM1_timelinePlay('ShowHelpBubble');
    }
    return false;
}
function collapse(menuname)
{
    if(dropped[menuname] && ready)
    {
        ready=false;
        MM1_timelineGoto(menuname+'Collapse','1');
        MM1_timelinePlay(menuname+'Collapse');
        //collapsed[menuname]=true;
        dropped[menuname]=false;
    }
}
function dropdown(menuname)
{
    if(!dropped[menuname] && ready)
    {
        ready=false;
        //alert(menuname);
        MM1_timelineGoto(menuname+'DropDown','1');
        MM1_timelinePlay(menuname+'DropDown');
        //collapsed[menuname]=false;
        dropped[menuname]=true;
    }
}

function move()
{
    movecnt++;
    if(IE)
    {
    ssm.pixelLeft+=20;
    }
    //if (NS) {bssm.clip.right+=num;bssm2.clip.right+=num;}
    if(NS)
    {
        //ssm.clip.right+=20;
        ssm.left+=20;
    }
    if(movecnt<10)
    {
        setTimeout('move()',100);
    }
}
*/
var ownerflags = 0;
function afterPlay(tmLnName)
{
	if (ownerflags == 1)
	{
		if (tmLnName.indexOf('Collapse')>0)
		{
			MM1_showHideLayers('Content', '', 'show');
		}
	}
	//alert(ownerflags);
}

// Dropdown StartY, EndY, time
// MM functions
function MM1_timelinePlay(tmLnName, myID) { //v1.2
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  if (document.MM1_Time == null) MM1_initTimelines(); //if *very* 1st time
  tmLn = document.MM1_Time[tmLnName];
  if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  if (myID == tmLn.ID) { //if Im newest
    setTimeout('MM1_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
    fNew = ++tmLn.curFrame;
    for (i=0; i<tmLn.length; i++) {
      sprite = tmLn[i];
      if (sprite.charAt(0) == 's') {
        if (sprite.obj) {
          numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
          if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
            keyFrm=1;
            for (j=0; j<sprite.values.length; j++) {
              props = sprite.values[j]; 
              if (numKeyFr != props.length) {
                if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
                else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
              } else {
                while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
                if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
                  if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
                  else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
        } } } } }
      } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
      //if (fNew > tmLn.lastFrame) tmLn.ID = 0;
      if (fNew > tmLn.lastFrame)
      {
      	//alert(tmLnName);
		afterPlay(tmLnName);
      	 tmLn.ID = 0;
      }
  } }
}

function MM1_timelineStop(tmLnName) { //v1.2
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  if (document.MM1_Time == null) MM1_initTimelines(); //if *very* 1st time
  if (tmLnName == null)  //stop all
    for (var i=0; i<document.MM1_Time.length; i++) document.MM1_Time[i].ID = null;
  else document.MM1_Time[tmLnName].ID = null; //stop one
}


function MM1_swapImage() { //v3.0
  var i,j=0,x,a=MM1_swapImage.arguments; document.MM1_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM1_findObj(a[i]))!=null){document.MM1_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM1_swapImgRestore() { //v3.0
  var i,x,a=document.MM1_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM1_goToURL() { //v3.0
  var i, args=MM1_goToURL.arguments; document.MM1_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function MM1_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function MM1_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  if (document.MM1_Time == null) MM1_initTimelines(); //if *very* 1st time
  tmLn = document.MM1_Time[tmLnName];
  if (numGotos != null)
    if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
    else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  jmpFwd = (fNew > tmLn.curFrame);
  for (i = 0; i < tmLn.length; i++) {
    sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
    if (sprite.charAt(0) == "s") {
      numKeyFr = sprite.keyFrames.length;
      firstKeyFr = sprite.keyFrames[0];
      lastKeyFr = sprite.keyFrames[numKeyFr - 1];
      if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
      for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
      for (j=0; j<sprite.values.length; j++) {
        props = sprite.values[j];
        if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
        else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
        if (sprite.obj != null) {
          if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
          else        sprite.obj[props.prop2][props.prop] = props[propNum];
      } }
    } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  }
  tmLn.curFrame = fNew;
  if (tmLn.ID == 0) eval('MM1_timelinePlay(tmLnName)');
}

function MM1_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM1_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM1_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM1_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM1_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM1_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM1_p) d.MM1_p=new Array();
    var i,j=d.MM1_p.length,a=MM1_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM1_p[j]=new Image; d.MM1_p[j++].src=a[i];}}
}

function MM1_initTimelines() { //v4.0
    //MM1_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
    var ns = navigator.appName == "Netscape";
    var ns4 = (ns && parseInt(navigator.appVersion) == 4);
    var ns5 = (ns && parseInt(navigator.appVersion) > 4);
    document.MM1_Time = new Array(8);
    document.MM1_Time[0] = new Array(2);
    document.MM1_Time["MainMenuDropDown"] = document.MM1_Time[0];
    document.MM1_Time[0].MM1_Name = "MainMenuDropDown";
    document.MM1_Time[0].fps = 15;
    document.MM1_Time[0][0] = new String("sprite");
    document.MM1_Time[0][0].slot = 1;
    if (ns4)
        document.MM1_Time[0][0].obj = document["MainMenu"];
    else if (ns5)
        document.MM1_Time[0][0].obj = document.getElementById("MainMenu");
    else
        document.MM1_Time[0][0].obj = document.all ? document.all["MainMenu"] : null;
    document.MM1_Time[0][0].keyFrames = new Array(1, 5);
    document.MM1_Time[0][0].values = new Array(3);
    if (ns5)
        document.MM1_Time[0][0].values[0] = new Array("0px", "0px", "0px", "0px", "0px");
    else
        document.MM1_Time[0][0].values[0] = new Array(0,0,0,0,0);
    document.MM1_Time[0][0].values[0].prop = "left";
    if (ns5)
        document.MM1_Time[0][0].values[1] = new Array("-10px", "-10px", "-10px", "-10px", "-10px");
    else
        document.MM1_Time[0][0].values[1] = new Array(-10,-10,-10,-10,-10);
    document.MM1_Time[0][0].values[1].prop = "top";
    if (!ns4) {
        document.MM1_Time[0][0].values[0].prop2 = "style";
        document.MM1_Time[0][0].values[1].prop2 = "style";
    }
    if (ns5)
        document.MM1_Time[0][0].values[2] = new Array("250px", "250px", "250px", "250px", "250px");
    else
        document.MM1_Time[0][0].values[2] = new Array(250,250,250,250,250);
    document.MM1_Time[0][0].values[2].prop = "height";
    if (!ns4)
        document.MM1_Time[0][0].values[2].prop2 = "style";
    document.MM1_Time[0][1] = new String("behavior");
    document.MM1_Time[0][1].frame = 5;
    document.MM1_Time[0][1].value = "MM1_callJS('Stopped()')";
    document.MM1_Time[0].lastFrame = 5;
    document.MM1_Time[1] = new Array(2);
    document.MM1_Time["MainMenuCollapse"] = document.MM1_Time[1];
    document.MM1_Time[1].MM1_Name = "MainMenuCollapse";
    document.MM1_Time[1].fps = 15;
    document.MM1_Time[1][0] = new String("sprite");
    document.MM1_Time[1][0].slot = 1;
    if (ns4)
        document.MM1_Time[1][0].obj = document["MainMenu"];
    else if (ns5)
        document.MM1_Time[1][0].obj = document.getElementById("MainMenu");
    else
        document.MM1_Time[1][0].obj = document.all ? document.all["MainMenu"] : null;
    document.MM1_Time[1][0].keyFrames = new Array(1, 5);
    document.MM1_Time[1][0].values = new Array(3);
    if (ns5)
        document.MM1_Time[1][0].values[0] = new Array("0px", "0px", "0px", "0px", "0px");
    else
        document.MM1_Time[1][0].values[0] = new Array(0,0,0,0,0);
    document.MM1_Time[1][0].values[0].prop = "left";
    if (ns5)
        document.MM1_Time[1][0].values[1] = new Array("-10px", "-79px", "-148px", "-216px", "-285px");
    else
        document.MM1_Time[1][0].values[1] = new Array(-10,-79,-148,-216,-285);
    document.MM1_Time[1][0].values[1].prop = "top";
    if (!ns4) {
        document.MM1_Time[1][0].values[0].prop2 = "style";
        document.MM1_Time[1][0].values[1].prop2 = "style";
    }
    if (ns5)
        document.MM1_Time[1][0].values[2] = new Array("250px", "250px", "250px", "250px", "250px");
    else
        document.MM1_Time[1][0].values[2] = new Array(250,250,250,250,250);
    document.MM1_Time[1][0].values[2].prop = "height";
    if (!ns4)
        document.MM1_Time[1][0].values[2].prop2 = "style";
    document.MM1_Time[1][1] = new String("behavior");
    document.MM1_Time[1][1].frame = 5;
    document.MM1_Time[1][1].value = "MM1_callJS('Stopped()')";
    document.MM1_Time[1].lastFrame = 5;
    document.MM1_Time[2] = new Array(2);
    document.MM1_Time["HelpMenuDropDown"] = document.MM1_Time[2];
    document.MM1_Time[2].MM1_Name = "HelpMenuDropDown";
    document.MM1_Time[2].fps = 15;
    document.MM1_Time[2][0] = new String("sprite");
    document.MM1_Time[2][0].slot = 1;
    if (ns4)
        document.MM1_Time[2][0].obj = document["HelpMenu"];
    else if (ns5)
        document.MM1_Time[2][0].obj = document.getElementById("HelpMenu");
    else
        document.MM1_Time[2][0].obj = document.all ? document.all["HelpMenu"] : null;
    document.MM1_Time[2][0].keyFrames = new Array(1, 5);
    document.MM1_Time[2][0].values = new Array(2);
    if (ns5)
        document.MM1_Time[2][0].values[0] = new Array("601px", "601px", "601px", "601px", "601px");
    else
        document.MM1_Time[2][0].values[0] = new Array(601,601,601,601,601);
    document.MM1_Time[2][0].values[0].prop = "left";
    if (ns5)
        document.MM1_Time[2][0].values[1] = new Array("-475px", "-356px", "-238px", "-119px", "0px");
    else
        document.MM1_Time[2][0].values[1] = new Array(-475,-356,-238,-119,0);
    document.MM1_Time[2][0].values[1].prop = "top";
    if (!ns4) {
        document.MM1_Time[2][0].values[0].prop2 = "style";
        document.MM1_Time[2][0].values[1].prop2 = "style";
    }
    document.MM1_Time[2][1] = new String("behavior");
    document.MM1_Time[2][1].frame = 5;
    document.MM1_Time[2][1].value = "MM1_callJS('Stopped()')";
    document.MM1_Time[2].lastFrame = 5;
    document.MM1_Time[3] = new Array(2);
    document.MM1_Time["HelpMenuCollapse"] = document.MM1_Time[3];
    document.MM1_Time[3].MM1_Name = "HelpMenuCollapse";
    document.MM1_Time[3].fps = 15;
    document.MM1_Time[3][0] = new String("sprite");
    document.MM1_Time[3][0].slot = 1;
    if (ns4)
        document.MM1_Time[3][0].obj = document["HelpMenu"];
    else if (ns5)
        document.MM1_Time[3][0].obj = document.getElementById("HelpMenu");
    else
        document.MM1_Time[3][0].obj = document.all ? document.all["HelpMenu"] : null;
    document.MM1_Time[3][0].keyFrames = new Array(1, 5);
    document.MM1_Time[3][0].values = new Array(2);
    if (ns5)
        document.MM1_Time[3][0].values[0] = new Array("601px", "601px", "601px", "601px", "601px");
    else
        document.MM1_Time[3][0].values[0] = new Array(601,601,601,601,601);
    document.MM1_Time[3][0].values[0].prop = "left";
    if (ns5)
        document.MM1_Time[3][0].values[1] = new Array("0px", "-119px", "-238px", "-356px", "-475px");
    else
        document.MM1_Time[3][0].values[1] = new Array(0,-119,-238,-356,-475);
    document.MM1_Time[3][0].values[1].prop = "top";
    if (!ns4) {
        document.MM1_Time[3][0].values[0].prop2 = "style";
        document.MM1_Time[3][0].values[1].prop2 = "style";
    }
    document.MM1_Time[3][1] = new String("behavior");
    document.MM1_Time[3][1].frame = 5;
    document.MM1_Time[3][1].value = "MM1_callJS('Stopped()')";
    document.MM1_Time[3].lastFrame = 5;
    document.MM1_Time[4] = new Array(2);
    document.MM1_Time["AddMenuDropDown"] = document.MM1_Time[4];
    document.MM1_Time[4].MM1_Name = "AddMenuDropDown";
    document.MM1_Time[4].fps = 15;
    document.MM1_Time[4][0] = new String("sprite");
    document.MM1_Time[4][0].slot = 1;
    if (ns4)
        document.MM1_Time[4][0].obj = document["AdditionalMenu"];
    else if (ns5)
        document.MM1_Time[4][0].obj = document.getElementById("AdditionalMenu");
    else
        document.MM1_Time[4][0].obj = document.all ? document.all["AdditionalMenu"] : null;
    document.MM1_Time[4][0].keyFrames = new Array(1, 5);
    document.MM1_Time[4][0].values = new Array(2);
    if (ns5)
        document.MM1_Time[4][0].values[0] = new Array("281px", "281px", "281px", "281px", "281px");
    else
        document.MM1_Time[4][0].values[0] = new Array(281,281,281,281,281);
    document.MM1_Time[4][0].values[0].prop = "left";
    if (ns5)
        document.MM1_Time[4][0].values[1] = new Array("-392px", "-294px", "-196px", "-98px", "0px");
    else
        document.MM1_Time[4][0].values[1] = new Array(-392,-294,-196,-98,0);
    document.MM1_Time[4][0].values[1].prop = "top";
    if (!ns4) {
        document.MM1_Time[4][0].values[0].prop2 = "style";
        document.MM1_Time[4][0].values[1].prop2 = "style";
    }
    document.MM1_Time[4][1] = new String("behavior");
    document.MM1_Time[4][1].frame = 5;
    document.MM1_Time[4][1].value = "MM1_callJS('Stopped()')";
    document.MM1_Time[4].lastFrame = 5;
    document.MM1_Time[5] = new Array(2);
    document.MM1_Time["AddMenuCollapse"] = document.MM1_Time[5];
    document.MM1_Time[5].MM1_Name = "AddMenuCollapse";
    document.MM1_Time[5].fps = 15;
    document.MM1_Time[5][0] = new String("sprite");
    document.MM1_Time[5][0].slot = 1;
    if (ns4)
        document.MM1_Time[5][0].obj = document["AdditionalMenu"];
    else if (ns5)
        document.MM1_Time[5][0].obj = document.getElementById("AdditionalMenu");
    else
        document.MM1_Time[5][0].obj = document.all ? document.all["AdditionalMenu"] : null;
    document.MM1_Time[5][0].keyFrames = new Array(1, 5);
    document.MM1_Time[5][0].values = new Array(2);
    if (ns5)
        document.MM1_Time[5][0].values[0] = new Array("281px", "281px", "281px", "281px", "281px");
    else
        document.MM1_Time[5][0].values[0] = new Array(281,281,281,281,281);
    document.MM1_Time[5][0].values[0].prop = "left";
    if (ns5)
        document.MM1_Time[5][0].values[1] = new Array("0px", "-99px", "-197px", "-296px", "-394px");
    else
        document.MM1_Time[5][0].values[1] = new Array(0,-99,-197,-296,-394);
    document.MM1_Time[5][0].values[1].prop = "top";
    if (!ns4) {
        document.MM1_Time[5][0].values[0].prop2 = "style";
        document.MM1_Time[5][0].values[1].prop2 = "style";
    }
    document.MM1_Time[5][1] = new String("behavior");
    document.MM1_Time[5][1].frame = 5;
    document.MM1_Time[5][1].value = "MM1_callJS('Stopped()')";
    document.MM1_Time[5].lastFrame = 5;
    document.MM1_Time[6] = new Array(8);
    document.MM1_Time["SlideOnOff"] = document.MM1_Time[6];
    document.MM1_Time[6].MM1_Name = "SlideOnOff";
    document.MM1_Time[6].fps = 30;
    document.MM1_Time[6][0] = new String("sprite");
    document.MM1_Time[6][0].slot = 2;
    if (ns4)
        document.MM1_Time[6][0].obj = document["Lady"];
    else if (ns5)
        document.MM1_Time[6][0].obj = document.getElementById("Lady");
    else
        document.MM1_Time[6][0].obj = document.all ? document.all["Lady"] : null;
    document.MM1_Time[6][0].keyFrames = new Array(66, 76);
    document.MM1_Time[6][0].values = new Array(3);
    if (ns5)
        document.MM1_Time[6][0].values[0] = new Array("710px", "739px", "768px", "797px", "826px", "855px", "884px", "913px", "942px", "971px", "1000px");
    else
        document.MM1_Time[6][0].values[0] = new Array(710,739,768,797,826,855,884,913,942,971,1000);
    document.MM1_Time[6][0].values[0].prop = "left";
    if (ns5)
        document.MM1_Time[6][0].values[1] = new Array("306px", "306px", "307px", "307px", "308px", "308px", "308px", "309px", "309px", "310px", "310px");
    else
        document.MM1_Time[6][0].values[1] = new Array(306,306,307,307,308,308,308,309,309,310,310);
    document.MM1_Time[6][0].values[1].prop = "top";
    if (!ns4) {
        document.MM1_Time[6][0].values[0].prop2 = "style";
        document.MM1_Time[6][0].values[1].prop2 = "style";
    }
    document.MM1_Time[6][0].values[2] = new Array("visible","visible");
    document.MM1_Time[6][0].values[2].prop = "visibility";
    if (!ns4)
        document.MM1_Time[6][0].values[2].prop2 = "style";
    document.MM1_Time[6][1] = new String("sprite");
    document.MM1_Time[6][1].slot = 2;
    if (ns4)
        document.MM1_Time[6][1].obj = document["Lady"];
    else if (ns5)
        document.MM1_Time[6][1].obj = document.getElementById("Lady");
    else
        document.MM1_Time[6][1].obj = document.all ? document.all["Lady"] : null;
    document.MM1_Time[6][1].keyFrames = new Array(1, 5);
    document.MM1_Time[6][1].values = new Array(3);
    if (ns5)
        document.MM1_Time[6][1].values[0] = new Array("0px", "250px", "500px", "750px", "1000px");
    else
        document.MM1_Time[6][1].values[0] = new Array(0,250,500,750,1000);
    document.MM1_Time[6][1].values[0].prop = "left";
    if (ns5)
        document.MM1_Time[6][1].values[1] = new Array("0px", "77px", "153px", "230px", "307px");
    else
        document.MM1_Time[6][1].values[1] = new Array(0,77,153,230,307);
    document.MM1_Time[6][1].values[1].prop = "top";
    if (!ns4) {
        document.MM1_Time[6][1].values[0].prop2 = "style";
        document.MM1_Time[6][1].values[1].prop2 = "style";
    }
    document.MM1_Time[6][1].values[2] = new Array("hidden","hidden");
    document.MM1_Time[6][1].values[2].prop = "visibility";
    if (!ns4)
        document.MM1_Time[6][1].values[2].prop2 = "style";
    document.MM1_Time[6][2] = new String("sprite");
    document.MM1_Time[6][2].slot = 2;
    if (ns4)
        document.MM1_Time[6][2].obj = document["Lady"];
    else if (ns5)
        document.MM1_Time[6][2].obj = document.getElementById("Lady");
    else
        document.MM1_Time[6][2].obj = document.all ? document.all["Lady"] : null;
    document.MM1_Time[6][2].keyFrames = new Array(77, 80);
    document.MM1_Time[6][2].values = new Array(3);
    if (ns5)
        document.MM1_Time[6][2].values[0] = new Array("1000px", "667px", "333px", "0px");
    else
        document.MM1_Time[6][2].values[0] = new Array(1000,667,333,0);
    document.MM1_Time[6][2].values[0].prop = "left";
    if (ns5)
        document.MM1_Time[6][2].values[1] = new Array("307px", "205px", "102px", "0px");
    else
        document.MM1_Time[6][2].values[1] = new Array(307,205,102,0);
    document.MM1_Time[6][2].values[1].prop = "top";
    if (!ns4) {
        document.MM1_Time[6][2].values[0].prop2 = "style";
        document.MM1_Time[6][2].values[1].prop2 = "style";
    }
    document.MM1_Time[6][2].values[2] = new Array("hidden","hidden");
    document.MM1_Time[6][2].values[2].prop = "visibility";
    if (!ns4)
        document.MM1_Time[6][2].values[2].prop2 = "style";
    document.MM1_Time[6][3] = new String("sprite");
    document.MM1_Time[6][3].slot = 2;
    if (ns4)
        document.MM1_Time[6][3].obj = document["Lady"];
    else if (ns5)
        document.MM1_Time[6][3].obj = document.getElementById("Lady");
    else
        document.MM1_Time[6][3].obj = document.all ? document.all["Lady"] : null;
    document.MM1_Time[6][3].keyFrames = new Array(6, 15);
    document.MM1_Time[6][3].values = new Array(3);
    if (ns5)
        document.MM1_Time[6][3].values[0] = new Array("1000px", "968px", "936px", "903px", "871px", "839px", "807px", "774px", "742px", "710px");
    else
        document.MM1_Time[6][3].values[0] = new Array(1000,968,936,903,871,839,807,774,742,710);
    document.MM1_Time[6][3].values[0].prop = "left";
    if (ns5)
        document.MM1_Time[6][3].values[1] = new Array("307px", "307px", "307px", "307px", "307px", "307px", "307px", "307px", "307px", "307px");
    else
        document.MM1_Time[6][3].values[1] = new Array(307,307,307,307,307,307,307,307,307,307);
    document.MM1_Time[6][3].values[1].prop = "top";
    if (!ns4) {
        document.MM1_Time[6][3].values[0].prop2 = "style";
        document.MM1_Time[6][3].values[1].prop2 = "style";
    }
    document.MM1_Time[6][3].values[2] = new Array("visible","visible");
    document.MM1_Time[6][3].values[2].prop = "visibility";
    if (!ns4)
        document.MM1_Time[6][3].values[2].prop2 = "style";
    document.MM1_Time[6][4] = new String("behavior");
    document.MM1_Time[6][4].frame = 15;
    document.MM1_Time[6][4].value = "MM1_swapImage('lips','','img/lipsclip.gif',1);MM1_showHideLayers('EmptyBubble','','show','SampleHelpText','','show')";
    document.MM1_Time[6][5] = new String("behavior");
    document.MM1_Time[6][5].frame = 66;
    document.MM1_Time[6][5].value = "MM1_swapImgRestore();MM1_showHideLayers('EmptyBubble','','hide','SampleHelpText','','hide')";
    document.MM1_Time[6][6] = new String("behavior");
    document.MM1_Time[6][6].frame = 1;
    document.MM1_Time[6][6].value = "MM1_showHideLayers('IntroHelp','','hide','Help1','','hide','Help2','','hide','Help3','','hide','Help4','','hide','Help5','','hide','Ticker','','hide','Lady','','hide')";
    document.MM1_Time[6][7] = new String("behavior");
    document.MM1_Time[6][7].frame = 76;
    document.MM1_Time[6][7].value = "MM1_showHideLayers('Ticker','','show')";
    document.MM1_Time[6].lastFrame = 80;
    document.MM1_Time[7] = new Array(2);
    document.MM1_Time["ShowHelpBubble"] = document.MM1_Time[7];
    document.MM1_Time[7].MM1_Name = "ShowHelpBubble";
    document.MM1_Time[7].fps = 5;
    document.MM1_Time[7][0] = new String("behavior");
    document.MM1_Time[7][0].frame = 1;
    document.MM1_Time[7][0].value = "MM1_showHideLayers('SampleHelpText','','show','llips','','show','LBubbleBase','','show','Mbuble01','','hide')";
    document.MM1_Time[7][1] = new String("behavior");
    document.MM1_Time[7][1].frame = 25;
    document.MM1_Time[7][1].value = "MM1_showHideLayers('SampleHelpText','','hide','LBubbleBase','','hide','llips','','hide')";
    document.MM1_Time[7].lastFrame = 25;
    for (i=0; i<document.MM1_Time.length; i++) {
        document.MM1_Time[i].ID = null;
        document.MM1_Time[i].curFrame = 0;
        document.MM1_Time[i].delay = 1000/document.MM1_Time[i].fps;
    }
}

