<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "25"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON






//document.write('</td><td>');
//document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td><td>');
//document.write('<a href="custom.htm" class="menu">Why INFOMATO</a>');
document.write('<a href="memory decline.htm" onclick="whyinfomato(); return false;" class="menu">Why INFOMATO</a>');
writedropdown();
document.write('</td><td>');
document.write('<a href="gallery.htm" class="menu">Screenshots</a>');


document.write('</td><td>');
document.write('<a href="about.htm" class="menu">About Us</a>');

//document.write('</td><td>');
//document.write('<a href="clients.htm" class="menu">Testimony</a>');


//document.write('</td><td>');
//document.write('<a href="contact.htm" class="menu">Contact</a>');

document.write('</td><td>');
document.write('<a href="buy.htm" class="menu">Buy</a>');

document.write('</td><td>');
document.write('<a href="download.htm" class="menu">Download</a>');
writedropdown2();

//document.write('</td><td>');
//document.write('<a href="site_map.htm" class="menu">Site Map</a>');


document.write('</td><td>');
document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td><td>');
//document.write('<a href="./sales/registerdistributor.aspx" onclick="affilateProgram(); return false;" class="menu">Affiliate Program</a>');


// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');

//pull down menu for why Infomato
function writedropdown()
{

    var f=
    
    '<div id="whyinfomato" style="display:none;vertical-align:text-top; position:absolute; background-color:#f8f8ff;border-style:dotted; border-color:Gray; border:2px; padding:10px; line-height:25px; width:230px; margin-top:5px;  text-decoration:none" " onmouseover="whyinfomato();" onmouseout="closeDropDown();">'+
        '<img src="picts/leaf.png" alt="" border="0px" style="vertical-align:middle"/>&nbsp;<a href="index.html?#pitch" style="text-decoration:none">Why iMind</a><br />'+       
    '<img src="picts/leaf.png" alt="" border="0px" style="vertical-align:middle"/>&nbsp;<a href="what is infomato.htm" style="text-decoration:none">What is iMind</a><br />'+
    '<img src="picts/leaf.png" alt="" border="0px" style="vertical-align:middle"/>&nbsp;<a href="case study.htm" style="text-decoration:none">Case Examples</a><br />'+
    '<img src="picts/leaf.png" alt="" border="0px" style="vertical-align:middle"/>&nbsp;<a href="memory decline.htm" style="text-decoration:none">Memory psychology & aging</a><br>'+
    '<img src="picts/leaf.png" alt="" border="0px" style="vertical-align:middle"/>&nbsp;<a href="forget names.htm" style="text-decoration:none">Solution for Forgetfulness</a><br />'+
    '<img src="picts/leaf.png" alt="" border="0px" style="vertical-align:middle"/>&nbsp;<a href="document pain.htm" style="text-decoration:none">Solution for document Pain</a><br />'+
    '<img src="picts/leaf.png" alt="" border="0px" style="vertical-align:middle"/>&nbsp;<a href="comparison.htm" style="text-decoration:none">Technology Comparison</a><br />'+
    '<img src="picts/leaf.png" alt="" border="0px" style="vertical-align:middle"/>&nbsp;<a href="what is infomato.htm?#who" style="text-decoration:none">For whom</a><br />'+

    /*
    '<SELECT NAME="why">'+
   ' <OPTION VALUE="">The scientific study'+
    '<OPTION VALUE="/tags/"                     >Guide to HTML'+
    '<OPTION VALUE="/"                          >Idocs Home Page'+
    '<OPTION VALUE="http://www.ninthwonder.com" >Ninth Wonder'+

    '</SELECT>'+
    */
    '</div>';
    document.write(f);
}

function writedropdown2()
{

    var f=
    
    '<div id="affilateProgram" style="display:none;vertical-align:text-top; position:absolute; background-color:#f8f8ff;border-style:dotted; border-color:Gray; border:2px; padding:10px; line-height:25px; width:270px; margin-top:5px;  text-decoration:none" " onmouseover="affilateProgram();" onmouseout="closeDropDown2();">'+
    '<img src="picts/leaf.png" alt="" border="0px" style="vertical-align:middle"/>&nbsp;<a href="./sales/RegisterDistributor.aspx" style="text-decoration:none">Register to Earn Commission</a><br />'+
    '<img src="picts/leaf.png" alt="" border="0px" style="vertical-align:middle"/>&nbsp;<a href="./sales/forgetPromotionCode.aspx" style="text-decoration:none">Forgot Your Promotion Code</a><br />'+
    '<img src="picts/leaf.png" alt="" border="0px" style="vertical-align:middle"/>&nbsp;<a href="./sales/PromotionStatus.aspx" style="text-decoration:none">View Your Commission Summary</a><br>'+

    /*
    '<SELECT NAME="why">'+
   ' <OPTION VALUE="">The scientific study'+
    '<OPTION VALUE="/tags/"                     >Guide to HTML'+
    '<OPTION VALUE="/"                          >Idocs Home Page'+
    '<OPTION VALUE="http://www.ninthwonder.com" >Ninth Wonder'+

    '</SELECT>'+
    */
    '</div>';
    document.write(f);
}
function whyinfomato()
{
    document.getElementById("whyinfomato").style.display="inline";
}

function closeDropDown()
{
    document.getElementById("whyinfomato").style.display="none";

}

function affilateProgram()
{    
    document.getElementById("affilateProgram").style.display="inline";

}

function closeDropDown2()
{
    document.getElementById("affilateProgram").style.display="none";

}
//  End -->
