<!-- 
       //for the page turn arrows and external nav links
        if (document.images) {
            turnnav1_on = new Image();
						turnnav1_on.src = "images/leftnav/mn_lftarrow_on.gif"		// Active Images
						turnnav2_on = new Image();
						turnnav2_on.src = "images/leftnav/mn_rtarrow_on.gif"
						exnav1_on = new Image();
						exnav1_on.src = "images/leftnav/intel.com_on.gif"
						exnav2_on = new Image();
						exnav2_on.src = "images/leftnav/intc.com_on.gif"
						exnav3_on = new Image();
						exnav3_on.src = "images/leftnav/proxy_on.gif"
						exnav4_on = new Image();
						exnav4_on.src = "images/leftnav/feedback_on.gif"
						exnav5_on = new Image();
						exnav5_on.src = "images/leftnav/arsitemap_on.gif"
						exnav6_on = new Image();
						exnav6_on.src = "images/leftnav/arhome_on.gif"
						exnav7_on = new Image();
						exnav7_on.src = "images/leftnav/printer_on.gif"
						exnav8_on = new Image();
						exnav8_on.src = "images/leftnav/glossary_on.gif"
						
						turnnav1_off = new Image();
						turnnav1_off.src = "images/leftnav/mn_lftarrow_of.gif"		// Inactive Images
						turnnav2_off = new Image();
						turnnav2_off.src = "images/leftnav/mn_rtarrow_of.gif"
						exnav1_off = new Image();
						exnav1_off.src = "images/leftnav/intel.com.gif"
						exnav2_off = new Image();
						exnav2_off.src = "images/leftnav/intc.com.gif"
						exnav3_off = new Image();
						exnav3_off.src = "images/leftnav/proxy.gif"
						exnav4_off = new Image();
						exnav4_off.src = "images/leftnav/feedback.gif"
						exnav5_off = new Image();
						exnav5_off.src = "images/leftnav/arsitemap.gif"
						exnav6_off = new Image();
						exnav6_off.src = "images/leftnav/arhome.gif"
						exnav7_off = new Image();
						exnav7_off.src = "images/leftnav/printer.gif"
						exnav8_off = new Image();
						exnav8_off.src = "images/leftnav/glossary.gif"
		}
        
	// Function to 'activate' images.
	function imgOn(imgName) {
	        if (document.images) {
	            document[imgName].src = eval(imgName + "_on.src");
	        }
	}
	
	// Function to 'deactivate' images.
	function imgOff(imgName) {
	        if (document.images) {
	            document[imgName].src = eval(imgName + "_off.src");
	        }
	}


var TimerID, thePath, directory, theBrowserVersion;
//get Browser Version
theBrowserVersion = parseInt(navigator.appVersion);
//get the Path of your current location
thePath = window.location.pathname
if (thePath.indexOf("letter.htm") != -1){
    directory = "letterStockholders";
}
else if (thePath.indexOf("letter2.htm") != -1){
    directory = "interviewCA";
}
else if (thePath.indexOf("facts") != -1){
    directory = "factsFigures";
}
else if (thePath.indexOf("silicon") != -1){
    directory = "siliconInside";
}
else if (thePath.indexOf("f_") != -1){
    directory = "financialInfo";
}
else if (thePath.indexOf("corporate") != -1){
    directory = "corpDirectory";
}
else if (thePath.indexOf("investor") != -1){
    directory = "investorInfo";
}
else if (thePath.indexOf("about") != -1){
    directory = "aboutIntel";
}
else {
    directory = "home";
}

//
//Load Images Into cache for Menu Popout
if (theBrowserVersion >= 4) {            // Active Images    
    img1on = new Image();
    img1on.src = "images/leftnav/letter_on.gif";
            
    img1off = new Image();
    img1off.src = "images/leftnav/letter_off.gif";
            
    img2on = new Image();
    img2on.src = "images/leftnav/factsfigures_on.gif";
            
    img2off = new Image();
    img2off.src = "images/leftnav/factsfigures_off.gif";
            
    img3on = new Image();
    img3on.src = "images/leftnav/siliconinside_on.gif";
            
    img3off = new Image();
    img3off.src = "images/leftnav/siliconinside_off.gif";
            
    img4on = new Image();
    img4on.src = "images/leftnav/financialinfo_on.gif";
            
    img4off = new Image();
    img4off.src = "images/leftnav/financialinfo_off.gif";
            
    img5on = new Image();
    img5on.src = "images/leftnav/corporatedirectory_on.gif";
            
    img5off = new Image();
    img5off.src = "images/leftnav/corporatedirectory_off.gif";
            
    img6on = new Image();
    img6on.src = "images/leftnav/investorinfo_on.gif";
            
    img6off = new Image();
    img6off.src = "images/leftnav/investorinfo_off.gif";       
            
    img7on = new Image();
    img7on.src = "images/leftnav/aboutintel_on.gif";
            
    img7off = new Image();
    img7off.src = "images/leftnav/aboutintel_off.gif";
		
		img8on = new Image();
    img8on.src = "images/leftnav/interview_on.gif";
            
    img8off = new Image();
    img8off.src = "images/leftnav/interview_off.gif";        
}
//Determine What Submenus to write out for 3.0 Browsers and then write them out with the writeLinks function
function nonDhtmlNav(section){
    if (theBrowserVersion < 4){
		/*if (section == letterStockholdersS){
			if (directory == "letterStockholders"){
                writeStaticLinks(section);
            }
        }
		*/
		if (section == siliconInsideS){
			if (directory == "siliconInside"){
                writeStaticLinks(section);
            }
        }
        else if (section == financialInfoS){
			if (directory == "financialInfo"){
                writeStaticLinks(section);
            }
        }
    }
} 

//Determine whether or not to show the home button on the page
function homeButton() {
		if (thePath.indexOf("index.htm") == -1) {
			document.write("<A onMouseOver=\"imgOn('exnav6')\" onMouseOut=\"imgOff('exnav6')\" HREF=\"index.htm\"><IMG NAME=\"exnav6\" SRC=\"images/leftnav/arhome.gif\" WIDTH=168 HEIGHT=12 HSPACE=0 VSPACE=0 BORDER=0 ALT=\"Annual report home\"></A><BR>")
		}
	}
	

// ######################################### 
//use special "tag" to indent the menu entry. this tag will later be removed by JavaScript before adding the menu entries to the page
//indent tag usage (there is no close tag): <indent>menu entry

layersArray = new Array ("financialInfo","aboutIntel","corpDirectory","letterStockholders","interviewCA","factsFigures","siliconInside","investorInfo");
financialInfo = new Array(
	"<A HREF='f_summary.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Financial summary<\/A>",
	"<A HREF='f_income.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Consolidated statements<BR>of income<\/A>",
	"<A HREF='f_balance.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Consolidated<BR>balance sheets<\/A>",
	"<A HREF='f_cashflow.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Consolidated statements<BR>of cash flows<\/A>",
	"<A HREF='f_equity.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Consolidated statements<BR>of stockholders\' equity<\/A>",
	"<A HREF='f_notes.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Notes to consolidated<BR>financial statements<\/A>",
	"<A HREF='f_auditors.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Report of Ernst &amp; Young<BR>LLP, independent auditors<\/A>",
	"<A HREF='f_quarter.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Financial information<BR>by quarter<\/A>",
	"<A HREF='f_mda.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Management\'s discussion<BR>&amp; analysis of financial<BR>condition &amp; results of operations<\/A>"
);
aboutIntel = new Array(
	"<A HREF='about.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Information about our business and products</A>"
);
corpDirectory = new Array(
	"<A HREF='corporate.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Board of directors, corporate and appointed officers, fellows</A>"
);
letterStockholders = new Array(
	"<A HREF='letter.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Dedication to product and operational excellence<\/A>"
);
interviewCA = new Array(
	"<A HREF='letter2.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Chairman Andy Grove and CEO Craig Barrett discuss Intel's vision for growth<\/A>"
);
factsFigures = new Array(
	"<A HREF='facts.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>10-year financial charts</A>"
);
siliconInside = new Array(
	"<A HREF='silicon.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Silicon is in<\/A>",
	"<A HREF='silicon2.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Personal computers<\/A>",
	"<A HREF='silicon3.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Servers<\/A>",
	"<A HREF='silicon4.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Networking and communications<\/A>",
	"<A HREF='silicon5.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>The Internet<\/A>"
	
);
investorInfo = new Array(
	"<A HREF='investor.htm' ONMOUSEOVER='clearTimeout(TimerID);' ONMOUSEOUT='hideMenu();'>Investor materials, resources and other information</A>"
);

// static array for nonDHTMLlinks
// this array was added so that the 3x browser links can be graphic instead of the text links on the yellow background
staticArray = new Array ("financialInfo","siliconInside");
financialInfoS = new Array(
	"<A HREF='f_summary.htm'><IMG SRC='images/nondhtml/fs.gif' WIDTH=168 HEIGHT=20 HSPACE=0 VSPACE=0 BORDER=0 ALT='Financial summary'><\/A>",
	"<A HREF='f_income.htm'><IMG SRC='images/nondhtml/csi.gif' WIDTH=168 HEIGHT=30 HSPACE=0 VSPACE=0 BORDER=0 ALT='Consolidated statements of income'><\/A>",
	"<A HREF='f_balance.htm'><IMG SRC='images/nondhtml/cbs.gif' WIDTH=168 HEIGHT=20 HSPACE=0 VSPACE=0 BORDER=0 ALT='Consolidated balance sheets'><\/A>",
	"<A HREF='f_equity.htm'><IMG SRC='images/nondhtml/csse.gif' WIDTH=168 HEIGHT=30 HSPACE=0 VSPACE=0 BORDER=0 ALT='Consolidated statements of stockholders' equity'><\/A>",
	"<A HREF='f_notes.htm'><IMG SRC='images/nondhtml/ncfs.gif' WIDTH=168 HEIGHT=30 HSPACE=0 VSPACE=0 BORDER=0 ALT='Notes to consolidated financial statements'><\/A>",
	"<A HREF='f_auditors.htm'><IMG SRC='images/nondhtml/LLP.gif' WIDTH=168 HEIGHT=30 HSPACE=0 VSPACE=0 BORDER=0 ALT='Report of Ernst &amp; Young LLP, independent auditors'><\/A>",	
	"<A HREF='f_quarter.htm'><IMG SRC='images/nondhtml/fininfo.gif' WIDTH=168 HEIGHT=30 HSPACE=0 VSPACE=0 BORDER=0 ALT='Financial information by quarter'><\/A>",
	"<A HREF='f_mda.htm'><IMG SRC='images/nondhtml/managment.gif' WIDTH=168 HEIGHT=40 HSPACE=0 VSPACE=0 BORDER=0 ALT='Management\'s Discussion &amp; Analysis of Financial Condition &amp; Results of Operations'><\/A>"
);
siliconInsideS = new Array(
	"<A HREF='silicon2.htm'><IMG SRC='images/nondhtml/personalcom.gif' WIDTH=168 HEIGHT=20 HSPACE=0 VSPACE=0 BORDER=0 ALT='Personal computers'><\/A>",
	"<A HREF='silicon3.htm'><IMG SRC='images/nondhtml/servers.gif' WIDTH=168 HEIGHT=20 HSPACE=0 VSPACE=0 BORDER=0 ALT='Servers'><\/A>",
	"<A HREF='silicon4.htm'><IMG SRC='images/nondhtml/networkingcomm.gif' WIDTH=168 HEIGHT=20 BORDER=0 ALT='Networking and communications'><\/A>",
	"<A HREF='silicon5.htm'><IMG SRC='images/nondhtml/theinternet.gif' WIDTH=168 HEIGHT=20 HSPACE=0 VSPACE=0 BORDER=0 ALT='The Internet'><\/A>"
);


function writeLinks(theArray){
    if (theBrowserVersion >= 4){
     //   document.write("<IMG SRC='/home/pix/ssi_menun.gif' ALT='' WIDTH='159' HEIGHT='8'\>")
    }
    if (theBrowserVersion >= 4){
        document.write("<TABLE WIDTH='159' ");
    }
    else {
        document.write("<TABLE WIDTH='168' ");        
    }
    document.write("CELLPADDING='0' CELLSPACING='0' BORDER='0'><TR>");
    if (theBrowserVersion >= 4){
 //       document.write("<TD WIDTH='3' VALIGN='TOP' BGCOLOR='#FFFFCC'><IMG SRC='/home/pix/spacer-ffffcc.gif' ALT='' WIDTH='3' HEIGHT='9'><\/TD>");
    }
	if (theBrowserVersion >= 4){
        document.write("<TD WIDTH='155' BGCOLOR='#FFFFCC'><TABLE");
    }
    else {
        document.write("<TD WIDTH='155'><TABLE");        
    }
	if (theBrowserVersion >= 4){
        document.write(" CELLPADDING='2' CELLSPACING='0' BORDER='0'>");
    }
    else {
        document.write(" CELLPADDING='1' CELLSPACING='0' BORDER='0'>");        
    }
    for (i = 0; i < theArray.length;i++){
    	//temp state (indent or not)
    	indent = false;
    	//check for special <indent> tag
    	if (theArray[i].substring(0,8).toLowerCase() == "<indent>") {
    		//indent tag detected - remove it and indent line, also keep state
    		indent = true;
    		theArray[i] = theArray[i].substring(8,(theArray[i].length+1));
    		document.write("<TR><TD VALIGN='TOP' WIDTH='11'><\/TD>");
    	} else {
    		//no indent necessary
	//        document.write("<TR><TD VALIGN='TOP' WIDTH='11'><IMG SRC='/home/pix/orange_bullet.gif' ALT='' WIDTH='11' HEIGHT='13' VSPACE='0'><\/TD>");
	    }
	    
	    document.write("<TD><P>");
        
        // if indented, the bullet moves into the main content area and an extra table is added
        if (indent) {
//        	document.write("<TABLE CELLPADDING='0' CELLSPACING='0' BORDER='0'>");
//        	document.write("<TR><TD VALIGN='TOP' WIDTH='11'><IMG SRC='/home/pix/orange_bullet.gif' ALT='' WIDTH='11' HEIGHT='13'><\/TD>");
//        	document.write("<TD>");
			document.write("- ");
        }
        
        if (theBrowserVersion < 4){
            document.write("<FONT FACE='ARIAL, HELVETICA, SAN-SERIF' SIZE='1'>");
        }
		else {
		    document.write("<SPAN CLASS='popupText'>");
		}
        document.write(theArray[i]);
         if (theBrowserVersion < 4){
            document.write("<\/FONT>");
        }
		else {
		    document.write("</SPAN>");
		}

		//close extra table opened for indent
        if (indent) {
//			 document.write("<\/TD><\/TR><\/TABLE>");
		}

        document.write("<\/P><\/TD>");

        document.write("<\/TR>");
    }
    document.write("<\/TABLE><\/TD>"); 
    if (theBrowserVersion >= 4){
        document.write("<TD WIDTH='1' BGCOLOR='#FF9900'><IMG SRC='/sites/corporate/pix/spacer.gif' ALT='' WIDTH='1' HEIGHT='2'><\/TD>");
    }
    document.write("<\/TR><\/TABLE>");
    if (theBrowserVersion >= 4){
        document.write("<IMG SRC='images/leftnav/ssi_menus.gif' ALT='' WIDTH='159' HEIGHT='8'\>")
    }   
}// end writeLinks

// this function was added so that the 3x browser links can be graphic instead of the text links on the yellow background
function writeStaticLinks(theArray){
	document.write("<TABLE CELLPADDING='0' CELLSPACING='0' BORDER='0'>");        
    for (i = 0; i < theArray.length;i++){
    	//temp state (indent or not)
    	indent = false;
    	//check for special <indent> tag
    	if (theArray[i].substring(0,8).toLowerCase() == "<indent>") {
    		//indent tag detected - remove it and indent line, also keep state
    		indent = true;
    		theArray[i] = theArray[i].substring(8,(theArray[i].length+1));
    		document.write("<TR><TD VALIGN='TOP' WIDTH='11'><\/TD>");
    	} else {
    		//no indent necessary
	        document.write("<TR>");
	    }
	    
	    document.write("<TD>");
        
        // if indented, the bullet moves into the main content area and an extra table is added
        if (indent) {
//        	document.write("<TABLE CELLPADDING='0' CELLSPACING='0' BORDER='0'>");
//        	document.write("<TR><TD VALIGN='TOP' WIDTH='11'><IMG SRC='/home/pix/orange_bullet.gif' ALT='' WIDTH='11' HEIGHT='13'><\/TD>");
//        	document.write("<TD>");
			document.write("- ");
        }
        
        //document.write("<FONT FACE='ARIAL, HELVETICA, SAN-SERIF' SIZE='1'>");
        document.write(theArray[i]);
        //document.write("<\/FONT>");
		//close extra table opened for indent
        if (indent) {
//			 document.write("<\/TD><\/TR><\/TABLE>");
		}
		document.write("<\/TD>");
        document.write("<\/TR>");
    }
    document.write("<\/TABLE>"); 
     
}//end writeStaticLinks



// Show/Hide functions for non-pointer layer/objects
ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false
ns6 = false;
//if the DOM is not IE and not NS4, it must be NS6
if (ns4 == ie4) {
	ns6 = true;
	ie4 = ns4 = false;
}
function show(id) {
    if (document.layers){
        if (document.layers[id]){
            if (ns4) document.layers[id].visibility = "show"
        }
    }
    else if (ie4){
    	if (document.all[id]){
    		document.all[id].style.visibility = "visible";
    	}
  	}
    else if (ns6){
    	if (document.getElementById(id)){ 
    		document.getElementById(id).style.visibility = "visible";
   		}
  	}
}
function hide(id) {
    if (document.layers){
        if (document.layers[id]){;
            if (ns4) document.layers[id].visibility = "hide"
        }
    }
    else if (ie4) {
    	if (document.all[id]){
    		document.all[id].style.visibility = "hidden";
   		}
 	}
    else if (ns6) {
    	if (document.getElementById(id)){
    		document.getElementById(id).style.visibility = "hidden";
   		}
 	}
}

//show the pop out menu
function showMenu(theMenu,imgName){
    if (theBrowserVersion >= 4){
    //hide all menus that are showing
        hideAll();
        document[imgName].src = eval(imgName + "on.src");
        show(theMenu);
		clearTimeout(TimerID);
    }
}

//hide the pop out menu
function hideMenu(){
    if (theBrowserVersion >= 4){
       	//clearTimeout(TimerID);
        TimerID = setTimeout('hideAll()','2000');
    }
}

//hide all layers and turn off highlighted images
function hideAll(){
    if (theBrowserVersion >= 4){
        for (i = 0; i < layersArray.length;i++){
            hide(layersArray[i]);
        }
        for (i = 1; i < 9;i++){
            img = "img" + i;
            document[img].src = eval(img + "off.src");
        } 
    }
}
        



/*
Determine Operating System, Browesr Name, and Browser Version
bName = Browser Name
bVer = Brower Version
browser = The browser name (IE or NS) and browser version ie. NS4
OS = Operating System
*/
// Determine Browser and Browser Version
var bName = navigator.appName;
var bVer = parseInt(navigator.appVersion);
// Check if newer IE version is hiding as IE4.
// to do that we extract the 'hidden' version number out of the full version string
if (bName == "Microsoft Internet Explorer" && bVer == 4){
        var bFullver = navigator.appVersion;
        var i = bFullver.indexOf('MSIE ')+5; //that's were the real number sits
        if (i != -1) {
                var bRealver = parseInt(bFullver.substring(i,i+3));
                if (bRealver > 4)
                        bVer = bRealver;
        }
}
//abbreviate browser names
if (bName == "Netscape"){
    bName = "NS";
}
else if (bName == "Microsoft Internet Explorer"){
    bName = "IE";
}
var browser = bName + bVer;
//Determime Operating System
if ((navigator.appVersion.indexOf("Mac") != -1)
        || (navigator.appVersion.indexOf("PowerPC") != -1)){
    OS = "Mac";
}
else if (navigator.appVersion.indexOf("Win") != -1 ){
    OS = "Win";
}
else if (navigator.appVersion.indexOf("X11") != -1 ){
    OS = "Xwin";
}
if((bName == "NS") && (bVer < 4)){
    
  //do nothing  

}
else {
    document.write("\<STYLE TYPE=\"text/css\">\r");
    // Write Out Style Sheet For Different Browser and Platformsdd
    if ( (OS == "Mac") || ((OS == "Win") && (bName == "IE")) || (OS == "Xwin")){
        //Sytle Sheet for Macintosh, Windows with IE and Unix flavors
        document.write("P, TD, LI, UL {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 12px;\r");  
        document.write("color: #000000;\r"); 
        document.write("}\r");
		
				document.write(".subhead {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 12px;\r");  
        document.write("font-weight: bold;\r");  
        document.write("color: #666666;\r"); 
        document.write("}\r");

        document.write(".smtext { \r");
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 11px;\r"); 
        document.write("}\r");
				
				document.write(".letterText { \r");
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 12px;\r"); 
        document.write("color: #666666;\r");
				document.write("line-height : 185%;\r");
        document.write("}\r");
				
				document.write(".questionText { \r");
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 12px;\r"); 
        document.write("color: #3366CC;\r");
				document.write("line-height : 185%;\r");
        document.write("}\r");
				
				document.write(".answerText { \r");
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 12px;\r"); 
        document.write("color: #6699CC;\r");
				document.write("line-height : 185%;\r");
        document.write("}\r");
				
				document.write(".bqtext { \r");
				document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
				document.write("font-size: 12px;\r");  
        document.write("color: #666666;\r"); 
				document.write("line-height : 240%;\r");
				document.write("}\r");
				
				document.write(".greytext { \r");
				document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
				document.write("font-size: 12px;\r");  
        document.write("color: #666666;\r"); 
				document.write("}\r");
				
				document.write(".smGreyText { \r");
				document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
				document.write("font-size: 11px;\r");  
        document.write("color: #666666;\r"); 
				document.write("}\r");
				
				document.write(".financial {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 12px;\r");  
        document.write("color: #000000;\r"); 
        document.write("}\r");
		
				document.write(".financialBlue {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 12px;\r");  
        document.write("color: #3366CC;\r"); 
        document.write("}\r");
				
				document.write(".orange {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 12px;\r");  
        document.write("color: #FF9900;\r"); 
        document.write("}\r");
				
				document.write(".purple {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 12px;\r");  
        document.write("color: #990066;\r"); 
        document.write("}\r");
		
				document.write(".popupText {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 11px;\r"); 
        document.write("color: #333333;\r");
        document.write("}\r");
    
        document.write(".white, A.white:link {\r");   
        document.write("color: #ffffff;\r");
        document.write("font-size: 11px;\r"); 
        document.write("}\r");
        
        document.write(".red {\r");   
        document.write("color: #CC0000;\r"); 
        document.write("}\r");       
    
        document.write("A:hover {\r");
        document.write("color: #000099;\r");
        document.write("}\r");  
    }
    else {
        //Style Sheet for Windows with Netscape
        document.write("P, TD, LI, UL {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 10pt;\r"); 
        document.write("color: #000000;\r");
        document.write("}\r");
		
				document.write(".subhead {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 10pt;\r");  
        document.write("font-weight: bold;\r");  
        document.write("color: #666666;\r"); 
        document.write("}\r");
        
        document.write(".smtext {\r"); 
        document.write("font-family:  Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 8pt;\r");
        document.write("}\r");
				
				document.write(".letterText { \r");
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 10pt;\r"); 
        document.write("color: #666666;\r");
				document.write("line-height : 160%;\r");
        document.write("}\r");
				
				document.write(".questionText { \r");
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 10pt;\r"); 
        document.write("color: #3366CC;\r");
				document.write("line-height : 160%;\r");
        document.write("}\r");
				
				document.write(".answerText { \r");
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 10pt;\r"); 
        document.write("color: #6699CC;\r");
				document.write("line-height : 160%;\r");
        document.write("}\r");
				
				document.write(".bqtext { \r");
				document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
				document.write("font-size: 10pt;\r");  
        document.write("color: #666666;\r"); 
				document.write("line-height : 160%;\r");
				document.write("}\r");
				
				document.write(".greytext { \r");
				document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
				document.write("font-size: 10pt;\r");  
        document.write("color: #666666;\r");
				document.write("}\r");
				
				document.write(".smGreyText { \r");
				document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
				document.write("font-size: 8pt;\r");  
        document.write("color: #666666;\r"); 
				document.write("}\r");
				
				document.write(".financial {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 10pt;\r"); 
        document.write("color: #000000;\r");
        document.write("}\r");
		
				document.write(".financialBlue {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 10pt;\r"); 
        document.write("color: #3366CC;\r");
        document.write("}\r");
				
				document.write(".orange {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 10pt;\r"); 
        document.write("color: #FF9900;\r");
        document.write("}\r");
				
				document.write(".purple {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 10pt;\r"); 
        document.write("color: #990066;\r");
        document.write("}\r");
		
		document.write(".popupText {\r"); 
        document.write("font-family: Arial, Helvetica, sans-serif;\r"); 
        document.write("font-size: 8pt;\r"); 
        document.write("color: #333333;\r");
        document.write("}\r");
        
        document.write(".white, A.white:link{\r");  
        document.write("color: #ffffff;\r");
        document.write("font-size: 9pt;\r"); 
        document.write("}\r");
        
        document.write(".red {\r");   
        document.write("color: #CC0000;\r"); 
        document.write("}\r");

    }
    document.write("\</style>\r");
}



// -->
