﻿function getHomeHtml()
{

document.getElementById('panel').innerHTML = "";
var strHTML = "<p class='style2' align='center'><table border='0' width='100%'><tr><td style='width: 100%'><p align='center' class='style2' style='text-align: center'>Optimization of Technologies with Technology</p></td></tr><tr><td style='width: 100%'></td></tr></table></p><table width='760' border='0' cellspacing='0' cellpadding='0'><tr><td width='10'>&nbsp;</td><td width='461' align='left' valign='top'><DIV align='justify'><span class='style7'></span>&nbsp;</DIV><DIV align='justify'><SPAN class='style7'>Synonymous to intuitive technologies with remarkable performance, Optimtec Technologies found its way when a group of professionals formed a concrete team to breed and develop their ideas. Optimtec Technologies is meant for providing absolute value to its solutions and customers. Our advancements expedite financial industry solutions, IT staffing & offshore software research & development paradigms in the IT industry.<br><br>We believe in Quality with the slogan; \"Optimization of Technologies with Technology\", as we ensure a consistent and continuous process of optimizing the utilization of resources within our services and through our solutions.<br><br><br><br><br><br></SPAN><br></DIV></td><td width='9'>&nbsp;</td><td width='13' align='left' valign='top'><img src='images/line.jpg' width='11' height='217'></td><td width='267' align='left' valign='top'><span class='style7'><table width='267' height='170' border='0' cellpadding='0' cellspacing='0' bordercolor='#212021'><tr><td width='7' align='left' valign='top'><img src='images/sbox1.jpg' width='7' height='200'></td><td width='249' align='left' valign='top' background='images/sboxcenter.jpg'><span class='style7'><iframe src='ticker.html' width='100%' height='100%' scrolling='no' frameborder=0 marginheight=0 marginwidth=0></iframe></span></td><td width='8' align='left' valign='top'><img src='images/sbox2.jpg' width='7' height='200'></td></tr></table></span></td></tr></table>";

document.getElementById('panel').innerHTML = "";
document.getElementById('panel').innerHTML = "<div id='divProcessing' style='filter:alpha(opacity=25);-moz-opacity: 0.25;opacity:0.25;background-color:#2f2f2f;width: 100%; height: 100%;position:absolute;display:block;' align='center' valign='bottom'><br><br><br><img src='Images/Loading.gif' align='middle'/><div>";
document.getElementById('panel').innerHTML += "<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>"
showHtml(strHTML);
}


function showHtml(res)
{
    document.getElementById('panel').innerHTML = "";
    document.getElementById('panel').innerHTML = res;
}



function getHtml(res)
{
document.getElementById('panel').innerHTML = "";
document.getElementById('panel').innerHTML = "<div id='divProcessing' style='filter:alpha(opacity=25);-moz-opacity: 0.25;opacity:0.25;background-color:#2f2f2f;width: 100%; height: 100%;position:absolute;display:block;' align='center' valign='bottom'><br><br><br><img src='Images/Loading.gif' align='middle'/><div>";
document.getElementById('panel').innerHTML += "<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>"
var getContent = PageMethods.getHTML(res,showHtml);
}

