var 
mymessage="Dear Viewer we are Sorry to inform you that this information can not be copied..!\nCopyright (C) 2004-2007 by Dynamic Marketing";
function rtclickcheck(keyp)
{ 
if (navigator.appname == "netscape"
&& keyp.which == 3) 
{
alert (mymessage) ;
return false ;
}
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) 
{
alert (mymessage) ;
return false ; 
} 
}
document.onmousedown = rtclickcheck

function bk()
{
window.history.back()
}

function printdoc(text)
{
text=document
print(text)
}

function time()
{
rightnow=new Date()
day=rightnow.getDay()
hour=rightnow.getHours()
minute=rightnow.getMinutes()
seconds=rightnow.getSeconds()
if(hour>=13)
{
status1="PM"
}
else{status1="AM"}
if(hour>12)
{hour=(hour-12)}
month=rightnow.getMonth()
month=month+1
day=rightnow.getDate()
year=rightnow.getYear()
window.document.title="Today is "+day+"/"+month+"/"+year+" & Time is "+hour+":"+minute+":"+seconds+" "+status1
}

var x=1;
var pos=0;
var msg=new Array();
msg[0]="DYNAMIC MARKETING! Masters in Trading of Instrument Cooling Fans, Motors & Accessories.........................................."
msg[1]="Sole distributor of Entire Indian Market for M/s. Commonwealth Industrial Corporation(The Leader in Fan Technology)............."
msg[2]="Sole Distributor of Motors for M/s. ELCO S.P.A.-Italy(The No.1 in Motors & Blades)..................................................."
msg[3]="Distributor for M/s. FRASCOLD S.P.A. for Semi-Hermetic, Screw Compressors & Condensing Units ................................................"
msg[4]="Our Brands are UL, CE, CSA, TUV, UKAS, etc. Certified..........................................................................."
function scroll()
{
if(x==1)
	{
	window.status=msg[0].substring(0,pos);
	pos++;
	if(pos>msg[0].length)
		{
	pos=0;
	x=2;
		}
	}
else if(x==2)
	{
	window.status=msg[1].substring(0,pos);
	pos++;
	if(pos>msg[1].length)
		{
	pos=0;
	x=3;
		}
	}
else if(x==3)
	{
	window.status=msg[2].substring(0,pos);
	pos++;
	if(pos>msg[2].length)
		{
	pos=0;
	x=4;
		}
	}
else if(x==4)
	{
	window.status=msg[3].substring(0,pos);
	pos++;
	if(pos>msg[3].length)
		{
	pos=0;
	x=5;
		}
	}
else if(x==5)
	{
	window.status=msg[4].substring(0,pos);
	pos++;
	if(pos>msg[4].length)
		{
	pos=0;
	x=1;
		}
	}
}
window.setInterval("scroll()",50)

function stat(nam)
{
window.status=nam.name
}