function mmLoadMenus() {
  if (window.mm_menu_0512171831_0) return;
        window.mm_menu_0512171831_0_1 = new Menu("Print",140,17,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#003300","#006600","#FFFFFF","left","middle",3,0,300,1,0,true,true,true,4,true,true);
   mm_menu_0512171831_0_1.addMenuItem("Computer business forms ","location='conputer.html'");
    mm_menu_0512171831_0_1.addMenuItem("Variable data printing","location='variable.html'");
    mm_menu_0512171831_0_1.addMenuItem("Barcode printing ","location='barcode.html'");
    mm_menu_0512171831_0_1.addMenuItem("Security documents ","location='security.html'");
    mm_menu_0512171831_0_1.addMenuItem("Mailers and Pay pouches ","location='mailing_product.html'");
    mm_menu_0512171831_0_1.addMenuItem("Thermal products","location='thermal.html'");
        mm_menu_0512171831_0_1.hideOnMouseOut=true;
     mm_menu_0512171831_0_1.bgColor='#FFFFFF';
     mm_menu_0512171831_0_1.menuBorder=0;
     mm_menu_0512171831_0_1.menuLiteBgColor='#CC0000';
     mm_menu_0512171831_0_1.menuBorderBgColor='#FFFFFF';
       
  window.mm_menu_0512171831_0 = new Menu("root",110,17,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#003300","#006600","#FFFFFF","left","middle",10,0,300,1,0,true,true,true,4,true,true);
  mm_menu_0512171831_0.addMenuItem(mm_menu_0512171831_0_1);
  mm_menu_0512171831_0.addMenuItem("Envelope Making","location='envelop.html'");
   mm_menu_0512171831_0.addMenuItem("Educational Aids","location='educational.html'");
  mm_menu_0512171831_0.addMenuItem("Marketing Aids","location='marketing.html'");
   mm_menu_0512171831_0.addMenuItem("Seal Products ","location='pressure.html'");
   mm_menu_0512171831_0.hideOnMouseOut=true;
   
 mm_menu_0512171831_0.bgColor='#FFFFFF';
   mm_menu_0512171831_0.menuBorder=0;
   mm_menu_0512171831_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0512171831_0.menuBorderBgColor='#FFFFFF';

window.mm_menu_0512171832_0 = new Menu("root",115,17,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#003300","#006600","#FFFFFF","left","middle",3,0,300,1,0,true,true,true,4,true,true);
  mm_menu_0512171832_0.addMenuItem("Direct Marketing ","window.open('direct_marketing.html', '_self');");
  mm_menu_0512171832_0.addMenuItem("Mailing services","window.open('mailing.html', '_self');");
  mm_menu_0512171832_0.addMenuItem("Creative design ","window.open('creative.html', '_self');");
  mm_menu_0512171832_0.addMenuItem("web development ","window.open('web-development.html', '_self');");
  mm_menu_0512171832_0.addMenuItem("Reprographics ","window.open('reprographics.html', '_self');");
  mm_menu_0512171832_0.addMenuItem("Large Format Printing ","window.open('large-format.html', '_self');");
  mm_menu_0512171832_0.addMenuItem("Outsourcing ","window.open('outsourcing.html', '_self');");
  mm_menu_0512171832_0.addMenuItem("Scanning  ","window.open('scanner.html', '_self');");
   mm_menu_0512171832_0.hideOnMouseOut=true;
   mm_menu_0512171832_0.bgColor='#FFFFFF';
   mm_menu_0512171832_0.menuBorder=0;
   mm_menu_0512171832_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0512171832_0.menuBorderBgColor='#FFFFFF';

mm_menu_0512171832_0.writeMenus();
//mm_menu_0512171831_0.writeMenus();
}




<!--Animation-->

var Message="------------- : Welcome to Mehraforms - We provide you a choice of pesnalized fully custom and full color produucts such as business forms stationeries labels, stickers, envelopes and more!: -------- ";
var place=1;
scrollIn();
function scrollIn()
 {

window.status=Message.substring(0, place);
if (place >= Message.length) 
{
place=1;
window.setTimeout("scrollOut()",300); 
}
else 
{
place++;
window.setTimeout("scrollIn()",50); 
} 
}

function scrollOut() 
{
window.status=Message.substring(place, Message.length);
if (place >= Message.length) 
{
place=1;
window.setTimeout("scrollIn()", 100);
}
else
{
place++;
window.setTimeout("scrollOut()", 50);
}

}






