// JavaScript Document

function servermanagement()
{
var x=document.getElementById('myTable').rows[0].cells
x[1].innerHTML='<div align="justify" class="style4">'+"We are providing server management and technical support for various companies. Our specialty in managing web hosting servers is unparallel. Our technicians are well aware that quick response to Customers, Server Uptime and Security are the most important building blocks of any hosting company.<p><a href=server_management/index.php>read more</a></p>"
var x=document.getElementById('myTable').rows[0].cells
x[0].innerHTML='<img src="images/server_adm_title1.jpg">'
}

function softwaredevelopment()
{
var x=document.getElementById('myTable').rows[0].cells
x[1].innerHTML='<div align="justify" class="style4">'+"Software for all kinds of platforms and scripts to automate the tasks which would be beneficial to the people. We are here to provide the same. Specifically speaking, for all your needs in IT without setting back on your current automation. We do have capability and capacity to provide, to scrutinize, to synchronize, to manage and to co-ordinate all your necessities, to solve your one and all problems.<p><a href=software.php>read more</a></p>"
var x=document.getElementById('myTable').rows[0].cells
x[0].innerHTML='<img src="images/soft_dev_title1.jpg">'
}

function webdevelopment()
{
var x=document.getElementById('myTable').rows[0].cells
x[1].innerHTML='<div align="justify" class="style4">'+"Suite your motto! You may avail the access of millions of people all just a click away of your mouse. resulting your online venture as a bonanza.For each and every company their needs varies.for each and everyone depending upon their necessities, we are here to think and act for you as well as for the further benefit of your company products and to create a website as tailor made up to their needs. <p><a href=webdevelopment.php>read more</a></p>"
var x=document.getElementById('myTable').rows[0].cells
x[0].innerHTML='<img src="images/web_dev_title1.jpg">'
}

function outsourcing()
{
var x=document.getElementById('myTable').rows[0].cells
x[1].innerHTML='<div align="justify" class="style4">'+"Our Prowers and expertise in technology along with vision allow us to provide world class BPO services. We never compromise on quality or control, nullifying the possibility of deficiency. We provide an organization with all this opportunities to lie back and co-ordinate in the day to day management of their respective fields with sheer brilliance.<p><a href=outsourcing.php>read more</a></p>"
var x=document.getElementById('myTable').rows[0].cells
x[0].innerHTML='<img src="images/outsourcing_title1.jpg">'

}

//Link animation
function shiftMe(object, direction, pixels)
{
    if (pixels==0)return;
    var obj = document.getElementById(object);
    if (obj.style.marginLeft=="") obj.style.marginLeft="0px";
    var marginLeftVal=obj.style.marginLeft;
    var marginLeftInt=new Array();
    marginLeftInt=marginLeftVal.split('p');
    if (direction=="r")    marginLeftInt[0]--;
    if (direction=="l")    marginLeftInt[0]++;
    pixels--;
    obj.style.marginLeft=marginLeftInt[0]+"px";
    timer=setTimeout('shiftMe("'+object+'","'+direction+'",'+pixels+')',1);

}

//Swap image
function cellImg(idCell, imgName) {
document.getElementById(idCell).style.background = "url(" + imgName + ")";
} 
