/*
indiaintro:FIRST PAGE;writestoryind:WRITE STORY;finishstoryind:FINISH STORY;sectionchoiceind:STORIES;usageguidelinesind:UsageRules;lemonsellerind:TopStory;aboutusforind:ABOUT US;FAQind:FAQ;privacypolicyind:Priv Policy;termsind:TermsofUse;
*/
/*
TEXTHIGHLIGHT:#000066;BACKGROUNDHIGHLIGHT:#E9B13A;FILENAME:Horizontal_Ruled_Golden;FONTFORMATBOLD:Bold;TEXTMOUSEOVER:#000066;COLOR NAME *:Dark Gold;GRAPHIC:2;BORDERCOLOR:None;NAVNAME:STORY1~ne;BACKGROUNDMOUSEOVER:none;FONTSTYLE:"Arial,Helvetica,adobe-helvetica,Arial Narrow";ORIENTATION:Horizontal;NUMPAGES:10;GRAPHICSTYLE:LINES;STYLENAME:Horizontal_Ruled;FONTSIZE:3;FONTCOLOR:#000066;GRAPHICCOLOR:#000066;VERTICALSPACE:12;COLORSCHEME:Golden;HORIZONTALSPACE:12;BACKGROUNDCOLOR:#FF9900;
*/

function STORY1textMouseOn(textObj)
{
textObj.style.color="#000066"; 
};
function STORY1textMouseOff(textObj)
{
textObj.style.color="#000066";
};


function STORY1isCurrentPage(currentLink)
{
var page = new String(window.location);
var currentPage = new String(currentLink);
var size = currentPage.length;
var tildePage = currentPage.substring(0, size - 5 ); 
tildePage += "~"; 
if(page.indexOf(currentPage) != -1 || page.indexOf(tildePage) != -1 ) { 
return true;
}
return false;	
}
<!-- Displays the navigation element !-->
function STORY1GetDisplayNavHTML() {
var strHTML = '';

strHTML += '<TABLE CELLSPACING=\"0\" CELLPADDING=\"0\" BORDER=\"0\"  BGCOLOR=\"#FF9900\">';
var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 12;
var nHorizontalLinkGapInCell = 12;


var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Horizontal" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Horizontal" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}

if( (1 % nLinksPerRow) == 1) {
strHTML += '<TR>';
if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
}	
 


if(STORY1isCurrentPage('indiaintro.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#E9B13A\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"indiaintro.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(STORY1isCurrentPage('indiaintro.html')) {
fontColor = 'color:#000066';
} else {
fontColor = 'color:#000066';

strHTML += ' onMouseOver=\"STORY1textMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"STORY1textMouseOff(this);\" ';
	
}	


underline = 'text-decoration:none';

style += fontColor;
if (underline != '') {
style += ';' + underline;
}
strHTML += style + '\"';
}
strHTML += '>';
if (nVerticalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\"><BR>';
if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\" ALIGN=\"LEFT\">';



if (navigator.userAgent.indexOf("IE") == -1) {

if(STORY1isCurrentPage('indiaintro.html')) {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'FIRST PAGE' + strFormattingEnd + '</FONT>';


if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\">';
if (nVerticalLinkGapInCell > 0) strHTML += '<BR><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\">';
strHTML += '</A>';
strHTML += '</TD>';

 

if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
if( (1 % nLinksPerRow) != 0) { 

strHTML += '<TD WIDTH=\"2\"  BGCOLOR=\"#000066\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"2\"></TD>';

}

if( (1 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

}

var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 12;
var nHorizontalLinkGapInCell = 12;


var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Horizontal" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Horizontal" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}

if( (2 % nLinksPerRow) == 1) {
strHTML += '<TR>';
if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
}	
 


if(STORY1isCurrentPage('writestoryind.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#E9B13A\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"writestoryind.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(STORY1isCurrentPage('writestoryind.html')) {
fontColor = 'color:#000066';
} else {
fontColor = 'color:#000066';

strHTML += ' onMouseOver=\"STORY1textMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"STORY1textMouseOff(this);\" ';
	
}	


underline = 'text-decoration:none';

style += fontColor;
if (underline != '') {
style += ';' + underline;
}
strHTML += style + '\"';
}
strHTML += '>';
if (nVerticalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\"><BR>';
if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\" ALIGN=\"LEFT\">';



if (navigator.userAgent.indexOf("IE") == -1) {

if(STORY1isCurrentPage('writestoryind.html')) {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'WRITE STORY' + strFormattingEnd + '</FONT>';


if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\">';
if (nVerticalLinkGapInCell > 0) strHTML += '<BR><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\">';
strHTML += '</A>';
strHTML += '</TD>';

 

if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
if( (2 % nLinksPerRow) != 0) { 

strHTML += '<TD WIDTH=\"2\"  BGCOLOR=\"#000066\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"2\"></TD>';

}

if( (2 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

}

var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 12;
var nHorizontalLinkGapInCell = 12;


var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Horizontal" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Horizontal" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}

if( (3 % nLinksPerRow) == 1) {
strHTML += '<TR>';
if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
}	
 


if(STORY1isCurrentPage('finishstoryind.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#E9B13A\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"finishstoryind.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(STORY1isCurrentPage('finishstoryind.html')) {
fontColor = 'color:#000066';
} else {
fontColor = 'color:#000066';

strHTML += ' onMouseOver=\"STORY1textMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"STORY1textMouseOff(this);\" ';
	
}	


underline = 'text-decoration:none';

style += fontColor;
if (underline != '') {
style += ';' + underline;
}
strHTML += style + '\"';
}
strHTML += '>';
if (nVerticalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\"><BR>';
if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\" ALIGN=\"LEFT\">';



if (navigator.userAgent.indexOf("IE") == -1) {

if(STORY1isCurrentPage('finishstoryind.html')) {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'FINISH STORY' + strFormattingEnd + '</FONT>';


if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\">';
if (nVerticalLinkGapInCell > 0) strHTML += '<BR><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\">';
strHTML += '</A>';
strHTML += '</TD>';

 

if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
if( (3 % nLinksPerRow) != 0) { 

strHTML += '<TD WIDTH=\"2\"  BGCOLOR=\"#000066\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"2\"></TD>';

}

if( (3 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

}

var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 12;
var nHorizontalLinkGapInCell = 12;


var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Horizontal" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Horizontal" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}

if( (4 % nLinksPerRow) == 1) {
strHTML += '<TR>';
if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
}	
 


if(STORY1isCurrentPage('sectionchoiceind.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#E9B13A\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"sectionchoiceind.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(STORY1isCurrentPage('sectionchoiceind.html')) {
fontColor = 'color:#000066';
} else {
fontColor = 'color:#000066';

strHTML += ' onMouseOver=\"STORY1textMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"STORY1textMouseOff(this);\" ';
	
}	


underline = 'text-decoration:none';

style += fontColor;
if (underline != '') {
style += ';' + underline;
}
strHTML += style + '\"';
}
strHTML += '>';
if (nVerticalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\"><BR>';
if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\" ALIGN=\"LEFT\">';



if (navigator.userAgent.indexOf("IE") == -1) {

if(STORY1isCurrentPage('sectionchoiceind.html')) {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'STORIES' + strFormattingEnd + '</FONT>';


if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\">';
if (nVerticalLinkGapInCell > 0) strHTML += '<BR><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\">';
strHTML += '</A>';
strHTML += '</TD>';

 

if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
if( (4 % nLinksPerRow) != 0) { 

strHTML += '<TD WIDTH=\"2\"  BGCOLOR=\"#000066\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"2\"></TD>';

}

if( (4 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

}

var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 12;
var nHorizontalLinkGapInCell = 12;


var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Horizontal" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Horizontal" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}

if( (5 % nLinksPerRow) == 1) {
strHTML += '<TR>';
if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
}	
 


if(STORY1isCurrentPage('usageguidelinesind.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#E9B13A\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"usageguidelinesind.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(STORY1isCurrentPage('usageguidelinesind.html')) {
fontColor = 'color:#000066';
} else {
fontColor = 'color:#000066';

strHTML += ' onMouseOver=\"STORY1textMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"STORY1textMouseOff(this);\" ';
	
}	


underline = 'text-decoration:none';

style += fontColor;
if (underline != '') {
style += ';' + underline;
}
strHTML += style + '\"';
}
strHTML += '>';
if (nVerticalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\"><BR>';
if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\" ALIGN=\"LEFT\">';



if (navigator.userAgent.indexOf("IE") == -1) {

if(STORY1isCurrentPage('usageguidelinesind.html')) {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'UsageRules' + strFormattingEnd + '</FONT>';


if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\">';
if (nVerticalLinkGapInCell > 0) strHTML += '<BR><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\">';
strHTML += '</A>';
strHTML += '</TD>';

 

if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
if( (5 % nLinksPerRow) != 0) { 

strHTML += '<TD WIDTH=\"2\"  BGCOLOR=\"#000066\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"2\"></TD>';

}

if( (5 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

}

var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 12;
var nHorizontalLinkGapInCell = 12;


var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Horizontal" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Horizontal" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}

if( (6 % nLinksPerRow) == 1) {
strHTML += '<TR>';
if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
}	
 


if(STORY1isCurrentPage('lemonsellerind.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#E9B13A\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"lemonsellerind.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(STORY1isCurrentPage('lemonsellerind.html')) {
fontColor = 'color:#000066';
} else {
fontColor = 'color:#000066';

strHTML += ' onMouseOver=\"STORY1textMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"STORY1textMouseOff(this);\" ';
	
}	


underline = 'text-decoration:none';

style += fontColor;
if (underline != '') {
style += ';' + underline;
}
strHTML += style + '\"';
}
strHTML += '>';
if (nVerticalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\"><BR>';
if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\" ALIGN=\"LEFT\">';



if (navigator.userAgent.indexOf("IE") == -1) {

if(STORY1isCurrentPage('lemonsellerind.html')) {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'TopStory' + strFormattingEnd + '</FONT>';


if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\">';
if (nVerticalLinkGapInCell > 0) strHTML += '<BR><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\">';
strHTML += '</A>';
strHTML += '</TD>';

 

if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
if( (6 % nLinksPerRow) != 0) { 

strHTML += '<TD WIDTH=\"2\"  BGCOLOR=\"#000066\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"2\"></TD>';

}

if( (6 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

}

var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 12;
var nHorizontalLinkGapInCell = 12;


var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Horizontal" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Horizontal" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}

if( (7 % nLinksPerRow) == 1) {
strHTML += '<TR>';
if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
}	
 


if(STORY1isCurrentPage('aboutusforind.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#E9B13A\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"aboutusforind.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(STORY1isCurrentPage('aboutusforind.html')) {
fontColor = 'color:#000066';
} else {
fontColor = 'color:#000066';

strHTML += ' onMouseOver=\"STORY1textMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"STORY1textMouseOff(this);\" ';
	
}	


underline = 'text-decoration:none';

style += fontColor;
if (underline != '') {
style += ';' + underline;
}
strHTML += style + '\"';
}
strHTML += '>';
if (nVerticalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\"><BR>';
if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\" ALIGN=\"LEFT\">';



if (navigator.userAgent.indexOf("IE") == -1) {

if(STORY1isCurrentPage('aboutusforind.html')) {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'ABOUT US' + strFormattingEnd + '</FONT>';


if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\">';
if (nVerticalLinkGapInCell > 0) strHTML += '<BR><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\">';
strHTML += '</A>';
strHTML += '</TD>';

 

if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
if( (7 % nLinksPerRow) != 0) { 

strHTML += '<TD WIDTH=\"2\"  BGCOLOR=\"#000066\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"2\"></TD>';

}

if( (7 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

}

var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 12;
var nHorizontalLinkGapInCell = 12;


var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Horizontal" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Horizontal" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}

if( (8 % nLinksPerRow) == 1) {
strHTML += '<TR>';
if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
}	
 


if(STORY1isCurrentPage('FAQind.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#E9B13A\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"FAQind.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(STORY1isCurrentPage('FAQind.html')) {
fontColor = 'color:#000066';
} else {
fontColor = 'color:#000066';

strHTML += ' onMouseOver=\"STORY1textMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"STORY1textMouseOff(this);\" ';
	
}	


underline = 'text-decoration:none';

style += fontColor;
if (underline != '') {
style += ';' + underline;
}
strHTML += style + '\"';
}
strHTML += '>';
if (nVerticalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\"><BR>';
if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\" ALIGN=\"LEFT\">';



if (navigator.userAgent.indexOf("IE") == -1) {

if(STORY1isCurrentPage('FAQind.html')) {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'FAQ' + strFormattingEnd + '</FONT>';


if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\">';
if (nVerticalLinkGapInCell > 0) strHTML += '<BR><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\">';
strHTML += '</A>';
strHTML += '</TD>';

 

if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
if( (8 % nLinksPerRow) != 0) { 

strHTML += '<TD WIDTH=\"2\"  BGCOLOR=\"#000066\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"2\"></TD>';

}

if( (8 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

}

var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 12;
var nHorizontalLinkGapInCell = 12;


var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Horizontal" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Horizontal" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}

if( (9 % nLinksPerRow) == 1) {
strHTML += '<TR>';
if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
}	
 


if(STORY1isCurrentPage('privacypolicyind.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#E9B13A\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"privacypolicyind.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(STORY1isCurrentPage('privacypolicyind.html')) {
fontColor = 'color:#000066';
} else {
fontColor = 'color:#000066';

strHTML += ' onMouseOver=\"STORY1textMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"STORY1textMouseOff(this);\" ';
	
}	


underline = 'text-decoration:none';

style += fontColor;
if (underline != '') {
style += ';' + underline;
}
strHTML += style + '\"';
}
strHTML += '>';
if (nVerticalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\"><BR>';
if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\" ALIGN=\"LEFT\">';



if (navigator.userAgent.indexOf("IE") == -1) {

if(STORY1isCurrentPage('privacypolicyind.html')) {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'Priv Policy' + strFormattingEnd + '</FONT>';


if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\">';
if (nVerticalLinkGapInCell > 0) strHTML += '<BR><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\">';
strHTML += '</A>';
strHTML += '</TD>';

 

if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
if( (9 % nLinksPerRow) != 0) { 

strHTML += '<TD WIDTH=\"2\"  BGCOLOR=\"#000066\" >';
strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"2\"></TD>';

}

if( (9 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

}

var nLinksPerRow = 6;
var nLinkGap = 1;
var nVerticalLinkGapInCell = 12;
var nHorizontalLinkGapInCell = 12;


var strTextAlignment = '';
if( "LINES" != "ACCENT_LEFT"
&& !( "LINES" == "LINES" && "Horizontal" == "Vertical" )
&& !( "LINES" == "ACCENT_BOTH" && "Horizontal" == "Horizontal") )
{
strTextAlignment = 'ALIGN="CENTER"';
} else {
strTextAlignment = 'ALIGN="LEFT"';
}

if( (10 % nLinksPerRow) == 1) {
strHTML += '<TR>';
if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
}	
 


if(STORY1isCurrentPage('termsind.html')) {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\" BGCOLOR=\"#E9B13A\" NOWRAP>';
} else {
strHTML += '<TD ' + strTextAlignment + ' VALIGN=\"MIDDLE\"  NOWRAP>';
}

strHTML += '<A TARGET=\"_parent\" HREF=\"termsind.html\" ';
if (navigator.userAgent.indexOf("IE") != -1) {
var style = ' STYLE=\"';
var underline = '';
var fontColor = '';

if(STORY1isCurrentPage('termsind.html')) {
fontColor = 'color:#000066';
} else {
fontColor = 'color:#000066';

strHTML += ' onMouseOver=\"STORY1textMouseOn(this);\" '; 
strHTML += ' onMouseOut=\"STORY1textMouseOff(this);\" ';
	
}	


underline = 'text-decoration:none';

style += fontColor;
if (underline != '') {
style += ';' + underline;
}
strHTML += style + '\"';
}
strHTML += '>';
if (nVerticalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\"><BR>';
if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\" ALIGN=\"LEFT\">';



if (navigator.userAgent.indexOf("IE") == -1) {

if(STORY1isCurrentPage('termsind.html')) {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" COLOR=\"#000066\" SIZE=\"3\">';
}
	
} else {
strHTML += '<FONT FACE=\""Arial,Helvetica,adobe-helvetica,Arial Narrow"\" SIZE=\"3\">';
}
var strFormattingStart = ''; 
var strFormattingEnd = '';
	

strFormattingStart += '<B>';
strFormattingEnd = '</B>' + strFormattingEnd;

strHTML += strFormattingStart + 'TermsofUse' + strFormattingEnd + '</FONT>';


if (nHorizontalLinkGapInCell > 0) strHTML += '<IMG SRC=\"/tp.gif\" WIDTH=\"' + nHorizontalLinkGapInCell + '\" HEIGHT=\"0\" BORDER=\"0\">';
if (nVerticalLinkGapInCell > 0) strHTML += '<BR><IMG SRC=\"/tp.gif\" WIDTH=\"0\" HEIGHT=\"' + nVerticalLinkGapInCell + '\" BORDER=\"0\">';
strHTML += '</A>';
strHTML += '</TD>';

 

if (nLinkGap > 0) strHTML += '<TD WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\"><IMG SRC=\"/tp.gif\" WIDTH=\"' + nLinkGap + '\" HEIGHT=\"0\" BORDER=\"0\"></TD>';
if( (10 % nLinksPerRow) != 0) { 

}

if( (10 % nLinksPerRow) == 0 ) { 
strHTML += '</TR>';
} else {

strHTML += '</TR>';

}


strHTML += '</TABLE>';

return strHTML;
}
function STORY1navElement() {
if (navigator.userAgent.indexOf("Mozilla/3") != -1) {
var msg = 'Sorry, since you are using an old version of Netscape, you may not be able to access all the pages in this Web site.';	
document.write(msg);
} else {
document.write(STORY1GetDisplayNavHTML());
}
}
function STORY1netscapeDivCheck() {
var strAppName = navigator.appName;
var appVer = parseFloat(navigator.appVersion);	
if ( (strAppName == "Netscape")&&
(appVer >= 4.0 && appVer < 5) ) { 
document.write("</DIV>");
}
}
STORY1navElement();
STORY1netscapeDivCheck();
