function NewsBar(sInput)
{
showBookmark();
if ((myBookmark!=null)&&(myBookmark!=""))
{
  document.write(myBookmark);
}
document.write("<tr><td>");
document.write("<TABLE WIDTH='100%' BORDER='0' ALIGN='CENTER' CELLPADDING='3' CELLSPACING='0' bgcolor='E1FFDA' style='{border-style: solid; border-color:#A1A6B2; border-width:1px}'>");
document.write("<TR><TD VALIGN='TOP' background='/images/bar1.jpg' bgcolor='#E3E7EE'>");
document.write("<font class='SubSectionTitle'>News & Press release</font>");
document.write("</TD></TR>"); 
document.write("<TR><TD VALIGN='TOP' bgcolor='#E3E7EE'>");
document.write("<font class='SubSection'>");
document.write(sInput);
document.write("</font>");
document.write("<p align='right'><a class='subsection' href='/news.asp'>More News</a>&nbsp;<a href='/news.asp'><img src='/images/raquo2.gif' border='0' align='absmiddle'></a></p>");
document.write("</TD></TR>"); 
document.write("</TABLE></td></tr>"); 
}

function OffersBar(sInput)
{
document.write("<tr><td>");
document.write("<TABLE WIDTH='100%' BORDER='0' ALIGN='CENTER' CELLPADDING='3' CELLSPACING='0' bgcolor='FFE7E0' style='{border-style: solid; border-color:#A1A6B2; border-width:1px}'>");
document.write("<TR><TD VALIGN='TOP' background='/images/bar1.jpg' bgcolor='#E3E7EE'>");
document.write("<font class='SubSectionTitle'>Special Offers & Hot Deals</font>");
document.write("</TD></TR>"); 
document.write("<TR><TD height='57' VALIGN='TOP' bgcolor='#E3E7EE'>");
document.write("<p>");
document.write("<font class='SubSection'>"); 
document.write(sInput);
document.write("</font>");
document.write("</p>");
document.write("<p align='right'><a class='subsection' href='/offer.asp'>More Information</a>&nbsp;<a href='/offer.asp'><img src='/images/raquo2.gif' border='0' align='absmiddle'></a></p>");
document.write("</TD></TR>");
document.write("</TABLE>");
document.write("</td></tr>");
}

function OffersBar2(sInput)
{
document.write("<tr><td>");
document.write("<TABLE WIDTH='100%' BORDER='0' ALIGN='CENTER' CELLPADDING='3' CELLSPACING='0' bgcolor='FFE7E0' style='{border-style: solid; border-color:#A1A6B2; border-width:1px}'>");
document.write("<TR><TD VALIGN='TOP' background='../images/bar1.jpg' bgcolor='#E3E7EE'>");
document.write("<font class='SubSectionTitle'>Special Offers & Hot Deals</font>");
document.write("</TD></TR>"); 
document.write("<TR><TD height='57' VALIGN='TOP' bgcolor='#E3E7EE'>");
document.write("<p>");
document.write("<font class='SubSection'>"); 
document.write(sInput);
document.write("</font>");
document.write("</p>");
document.write("<p align='right'><a class='subsection' href='../offer.asp'>More Information</a>&nbsp;<a href='../offer.asp'><img src='../images/raquo2.gif' border='0' align='absmiddle'></a></p>");
document.write("</TD></TR>");
document.write("</TABLE>");
document.write("</td></tr>");
}

function TopDownloadsBar(sInput)
{
showBookmark();
if ((myBookmark!=null)&&(myBookmark!=""))
{
  document.write(myBookmark);
}
document.write("<tr><td>");
document.write("<TABLE WIDTH='100%' BORDER='0' ALIGN='CENTER' CELLPADDING='3' CELLSPACING='0' bgcolor='E3E7EE' style='{border-style: solid; border-color:#A1A6B2; border-width:1px}'>");
document.write("<TR><TD VALIGN='TOP' background='images/bar1.jpg' bgcolor='#A1A6B2'>");
document.write("<font class='SubSectionTitle'>Top 5 Downloads</font>");
document.write("</TD></TR>"); 
document.write("<TR><TD height='57' VALIGN='TOP' bgcolor='#E3E7EE'>");
document.write("<p>");
document.write("<font class='SubSection'>"); 
document.write(sInput);
document.write("</font>");
document.write("</p>");
document.write("</TD></TR>");
document.write("</TABLE>");
document.write("</td></tr>");
}

function TopDownloadsBarNew(sInput)
{
document.write('<table width="98%" border="0" cellspacing="0" cellpadding="0" class="leftline">');
document.write('<tr>'); 
document.write('<td><img src="images/submenu1.jpg"></td>');
document.write('</tr>');
document.write('<tr>'); 
document.write('<td><table width="157" border="0" cellpadding="3" cellspacing="0" bgcolor="CCCCCC">');
document.write('<tr>'); 
document.write('<td width="1" bgcolor="EEEEEE" class="downline">&nbsp;</td>');
document.write('<td bgcolor="EEEEEE" class="downline"><font class="SubSection"><strong>'); 
document.write('Top Downloads</strong></font></td>');
document.write('</tr>');
document.write(sInput);   
document.write('</table></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/submenu2.jpg"></td>');
document.write('</tr>');
document.write('</table><br>');                    
}



