///////////////////////////////////
/*var menu = new Array()
menu[0]='<table><tr><td><a href="mission_vision.html"><h6>Mission & Vision</h6></a></td></tr>'
menu[1]='<tr><td><a href="management.htm"><h6>Management Team</h6></a></td></tr>'
menu[2]='<tr><td><a href="WhyPrumatech.htm"><h6>Why Prumatech?</h6></a></td></tr>'
menu[3]='<tr><td><a href="associates.htm"><h6>Our Associates</h6></a></td></tr></table> '

var menu1 = new Array()
menu1[0]='<table><tr><td><a href="pspl.html"><h6>Maintenance Management Solutions</h6></a></td>'
menu1[1]='<tr><td><a href="pipl.html"><h6>Material Management Solutions</h6></a></td></tr>'
<!--menu1[2]='<a href="overseas.htm">Overseas Recruitment</a>' -->
menu1[3]='<tr><td><a href="facility.htm"><h6>Facilities Management Services</h6></a></td></tr>'


var menu2 = new Array()
menu2[0]='<table><tr><td><a href="clients_india_ai.html"><h6>India</h6></a></td></tr>'
menu2[1]='<tr></td><a href="clients_intl_ai.html"><h6>International</h6></a></td></tr></table>'

var menu3 = new Array()
/*menu3[0]='<a href="contactus_india.htm">India</a>'
menu3[1]='<a href="contactus_malaysia.htm">Malaysia</a>'
menu3[2]='<a href="contactus_me.htm">Middle East</a>'
menu3[3]='<a href="contactus_uk.htm">UK</a>'
//menu3[4]='<a href="contactus_usa.htm">USA</a>'

var menu4 = new Array()
menu4[0]='<a href="benefits.htm"><h6>Benefits</h6></a>'
menu4[1]='<a href="openings.htm"><h6>Current Openings        </h6></a>'


var menu5 = new Array()
menu5[0]='<table><tr><td><a href="news-pspl.htm"><h6>PSPL - Projects</h6></a></td></tr></table>'

var menuwidth='165px' //default menu width
var menubgcolor='#6699CC'  //menu bgcolor
var disappeardelay=8000  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
//var img = "images/fon_menu1.gif";
var img="images/New%20Folder/Toolbar.gif";
/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv"  style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+';background-image:'+img+' onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)

dropmenuobj.innerHTML=what.join("")
}



function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents )

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)

dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu*/

////////////




objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
    objects[i].outerHTML = objects[i].outerHTML;
}



<!--
function open_win(url_add)
   {
   window.open(url_add,'welcome','width=350,height=260,menubar=no,status=no,location=no,toolbar=no,scrollbars=no');
   }

//-->


var str="Prumatech InfoSystems Pvt. Ltd. & Prumatech Services Pvt. Ltd."
var i=str.length;
var j=0;
var k=100;
function status_change()
{if(j>i) j=0;
window.status=str.substr(0,j);
setTimeout('status_change()',k);
j++;
}
status_change();
