function scrollit(seed) {
var m1  = "|| Welcome to the web site of SUNER SUMANGLAM GROUP - one of the largest and most trusted producers, processors and exporters of dimensional stones ...  || All quarries equipped with latest mining and material handling machinery ...  || State of the art processing machinery from PEDRINI S.p.A. of Italy ...  || Skilled and well qualified manpower ...  || Strategically situated in the marble rich region of India ... the world renowned lake city of Udaipur ...  || Marble, Sandstone, Limestone, Onyx ....  || Green Marble : Imperial Green, Lotus Green, Crocodile Green, Emerald Green, Forest Green, Royal Green, Tropical Green, Classic Green, Silvo Green ...  || Marble in many other shades such as Blue, Black, White, Beige, Pink, Yellow ...  || Rain Forest Series in Green, Red, Brown and Golden ...  || Onyx - the wonder marble in Green and Green - Pink ...  || Sandstone and Limestone in a host of different colors and material ...  || Well Dressed Blocks in Cutter size as well as in Gangsaw size ...  || Polished and Unpolished Slabs in different size and thickness ...  || Modular Tiles ... Chamfered, Polished, Back Grooved ... Perfect 90 degree ... all desired sizes and thickness ...  || Cut sizes and Free Length Strips in all desired sizes and thickness ...  || Fireplaces, Mouldings, Pillars, Steps and Risers, Inlay Table Tops, Sink and Vanity Counter Tops ...  || Suner Sumanglam Group is recepient of CAPAXIL Award for excellence in export for last many years ...  || Strict quality checks at every stage of production ...  || Seaworthy packing for all products to ensure protection during shipment ...  ||";
var msg=m1;
var out = " ";
var c   = 1;
if (seed > 200) {
seed--;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,200);
}
else if (seed <= 200 && seed > 0) {
for (c=0 ; c < seed ; c++) {
out+=" ";
}
out+=msg;
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,200);
}
else if (seed <= 0) {
if (-seed < msg.length) {
out+=msg.substring(-seed,msg.length);
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,200);
}
else {
window.status=" ";
timerTwo=window.setTimeout("scrollit(200)",200);
      }
   }
}

function lBdy() {
	MM_preloadImages('b_col.gif');
	scrollit(100);
        trapMouse();
}
function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}


function disable_Rght(e)
{
    var browser = navigator.appName.substring ( 0, 9 );
    var event_number = 0;
    if (browser=="Microsoft")
        event_number = event.button;
    else if (browser=="Netscape")
        event_number = e.which;

    if ( event_number==2 || event_number==3 )
        {
        return (false);
        }

    return (true);
}

function chk_93 ()
{
    var mouse_key = 93;
    var keycode = event.keyCode;

    if ( keycode == mouse_key )
	alert("Right Mouse Key Is Disabled.")

}

function trapMouse ()
{
    var browser = navigator.appName.substring ( 0, 9 );

    document.onmousedown = disable_Rght;

    if ( browser == "Microsoft" )
        document.onkeydown = chk_93;
    else if ( browser == "Netscape" )
        document.captureEvents( Event.MOUSEDOWN );
}

