function write_topbar(doc)
{
 var res_html="<table class="+"\""+"top_bar"+"\""+"width=100% cellspacing=0 cellpadding=0;>";
 res_html+="<tr><td> <img src="+"\""+"topbar.gif"+"\""+" width=100% height=42></td>";
 res_html+="</tr></table>";
 res_html+="<img style="+"\""+"{height:40px;position:absolute;top:1;left:2}"+"\""+" src="+"\""+"logotypes/logo.gif"+"\""+">"
 doc.write(res_html);
}

function write_bottom_bar(doc)
{
 var res_html="<table height=32 width=100% cellspacing=0 cellpadding=0 class="+"\""+"bottom_table"+"\""+"><tr>";
 res_html+="<td class="+"\""+"bottom_bar"+"\""+">"; 
 res_html+="TrimTeam &copy All rights are reserved, 2002-2003.<BR></td></tr></table>";
 doc.write(res_html);
}

function show_main()
{
 var html_res="<table width=100% class="+"\""+"sub_title"+"\""+"><tr><td width=100%>About Us </td></tr></table>";
 html_res+="<BR>TrimTeam is located in Rostov-on-Don, the capital of the South region of Russia, "+
           "We design and develop software products in fields of Internet, Telecommunication, "+
           "Banking, Accounting, Insurance, Medicine, Multimedia and Education.<BR>"+
           "Our team consists of highly qualified developers. We track project terms, resources, "+
           "communicate with our clients and perform research, investigations and make technical "+
           "solutions that allow us to develop reliable, qualitative, easy customizable and "+
           "maintainable software. We are experienced in different kinds of collaboration. "+
           "All steps are usually made in close collaboration with customer that allows us "+
           "to react to customer requirements quickly. Our small team can effectively work on "+
           "client projects, providing low cost of software products.<BR><BR>"+
           "We use either RUP or MFS framework to manage our projects. Involving clients into processes of "+
           "getting specifications and defining requirements allows us to build project you need for and also "+
           "allows clients to see project evolution. We provided well-commented source code and "+
           "full set of documentation.<BR>"+
           "After project schedule is approved by contractor and we agree on price the "+
           "development process starts. We do not object if some little changes come from client "+
           "during development and do them for free. We provide bug fixing in our projects for free.<BR><BR>"+
           "TrimTeam pays big attention to the companys' staff and creates such an atmosphere "+
           "that encourages teamwork, personal growth and professional development. "+
           "TrimTeam has an interest in the companys' income and tries to contribute his "+
           "best to the product quality.";
 document.getElementById(1000).innerHTML=html_res; 
}

function show_projects()
{
 var td_style=" style="+"\""+"{font-size:12;border:1px solid #c0c0c0;padding:5px;vertical-align:top}"+"\""+" ";
 var p_style=" style="+"\""+"{font-size:14;text-align:center;font-weight:bold}"+"\""+" ";
 var html_res="<table width=100% class="+"\""+"sub_title"+"\""+"><tr><td width=100%>Projects we completed: </td></tr></table>";
 html_res+="<BR>";
 html_res+="<table cellpadding=0 cellspacing=0 style="+"\""+"{border:1px solid black}"+"\""+" width=100%><tr>";
 html_res+="<td width=25%"+td_style+"> <p width=100% "+p_style+"> Company </p> </td>";
 html_res+="<td width=25%"+td_style+"> <p width=100% "+p_style+"> Project </p></td>";
 html_res+="<td"+td_style+"> <p width=100% "+p_style+"> Environment </p></td></tr>";
 html_res+="<tr>";
 html_res+="<td"+td_style+"> Central Hospital, <BR> Rostov-on-don, <BR>Russia</td>";
 html_res+="<td"+td_style+"> Medical Information System, <BR> Medical Insurance System</td>";
 html_res+="<td"+td_style+"> Linux <BR> Windows9X <BR> PostgreSQL <BR> Terminal based Client/Server architecture <BR>";
 html_res+="GNU C/C++ <BR> Visual C++ <BR> Qt <BR> Corba/OmniORB <BR> XML <BR> </td>";
 html_res+="</tr>";
 html_res+="<tr>";
 html_res+="<td"+td_style+"> UgAvia, <BR>(Air Computing Center), <BR> Rostov-on-don, <BR> Russia </td>";
 html_res+="<td"+td_style+"> Account Settlements System </td>";
 html_res+="<td"+td_style+"> Linux <BR> Windows9X <BR> PostgreSQL <BR>";
 html_res+="GNU C/C++ <BR> Visual C++ <BR> Qt <BR> Corba/OmniORB <BR> XML <BR> </td>";
 html_res+="</tr>";
 html_res+="<td"+td_style+"> UgAvia, <BR>(Air Computing Center), <BR> Rostov-on-don, <BR> Russia </td>";
 html_res+="<td"+td_style+"> E-mail DataBase System </td>";
 html_res+="<td"+td_style+"> Linux <BR> Apache <BR> PostgreSQL <BR>";
 html_res+="PHP <BR> HTML <BR> JavaScript </td>";
 html_res+="</tr>";
 html_res+="<tr>";
 html_res+="<td"+td_style+"> Institute of Management,Business and Law, <BR> Rostov-on-don, <BR> Russia </td>";
 html_res+="<td"+td_style+"> Unix/FreeBSD administration; system to view and upload files (metodical materials) via Internet/Intranet. ";
 html_res+="Turn from FreeBSD into Linux RedHat 7.2 OS. Upgrading RedHat Linux 7.2 for 7.3 version. Porting software from FreeBSD to Linux. ";
 html_res+="Installation and tuning  Modem/Courier V everything, PPP for leased line under OS Linux RedHat 7.3. Web site redesigning with.</td>";
 html_res+="<td"+td_style+"> Linux <BR> firewalling ipfwadm/ ipchains/ iptables <BR>";
 html_res+="apache <BR> MySQL <BR> PostgreSQL <BR>Squid <BR>PHP<BR>Perl </td>";
 html_res+="</tr>";
 html_res+="<tr>";
 html_res+="<td"+td_style+"> Food Trading Company, <BR> Rostov-on-don, <BR> Russia </td>";
 html_res+="<td"+td_style+"> Simple report builder </td>";
 html_res+="<td"+td_style+"> FoxPro 2.6/DOS <BR> Windows9X <BR> Windows scripting host <BR>";
 html_res+="Delphi 5.0 <BR> JavaScript/VBScript </td>";
 html_res+="</tr>";
 html_res+="<tr>";
 html_res+="<td"+td_style+"> Medical Insurance Fund, <BR> Rostov-on-don, <BR> Russia </td>";
 html_res+="<td"+td_style+"> Medical Insurance Management System </td>";
 html_res+="<td"+td_style+"> FoxPro 2.6/DOS <BR> Novell 4.X <BR> NWLite <BR> PLB written in C language";
 html_res+="</tr>";
 html_res+="</table>";
 document.getElementById(1000).innerHTML=html_res; 
}

function show_services()
{
 var html_res="<table width=100% class="+"\""+"sub_title"+"\""+"><tr><td width=100%>Services </td></tr></table>";
 html_res+="<BR><table width=100% style="+"\""+"{font-size:12;font-family:'courier new';border-bottom:1px solid blue}"+"\""+"><tr><td valign=top>";
 html_res+="<p style="+"\""+"{font-weight:bold}"+"\""+">Computer languages</p>";
 html_res+="C / C++ <BR> Delphi <BR> Visual Basic <BR> HTML <BR> PHP <BR> Perl <BR>";
 html_res+="Java <BR> JavaScript <BR> VBScript <BR> SQL (T-SQL,PLSQL) <BR> XML <BR> XSL <BR>";
 html_res+="<p style="+"\""+"{font-weight:bold}"+"\""+">Application Servers</p>";
 html_res+="IIS <BR> Apache <BR> OmniORB <BR>";
 html_res+="<p style="+"\""+"{font-weight:bold}"+"\""+">Development Tools</p>";
 html_res+="Borland C/C++ v 3.0 - 5.0 <BR> Borland Delphi 3.0 - 6.0 <BR> GNU C / C++ <BR> MS Visual Studio 5.0, 6.0, .NET <BR>";
 html_res+="ErWin 4.X <BR> Rational Rose <BR> CVS <BR>";
 html_res+="</td>";
 html_res+="<td valign=top>";
 html_res+="<p style="+"\""+"{font-weight:bold}"+"\""+">Databases</p>";
 html_res+="FoxPro <BR> MS SQL <BR> MySQL <BR> PostgreSQL <BR> Oracle <BR>";
 html_res+="<p style="+"\""+"{font-weight:bold}"+"\""+">Operating Systems</p>";
 html_res+="MSDOS <BR> Windows9X,NT,2000,XP <BR> FreeBSD <BR> Linux <BR> SCO UNIX <BR>";
 html_res+="<p style="+"\""+"{font-weight:bold}"+"\""+">Standards and Technologies</p>";
 html_res+="OOA / OOD / OOP <BR> UML <BR> MSF <BR> RUP <BR> CORBA <BR> COM / DCOM / COM+ <BR>";
 html_res+="ActiveX <BR> ASP <BR> ADO / OLE DB <BR> JDBC <BR> Networking (TCP/IP) <BR> ODBC  <BR><BR>";
 html_res+="</td>";
 html_res+="</tr></table>";
 html_res+="<BR>Web site making for both Linux and Windows operating systems.<BR>";
 html_res+="Designing and developing three tier business applications.<BR>";
 html_res+="Developing applications for your any purposes.<BR>"
 html_res+="Unix/Linux administration.<BR><BR>";
 html_res+="Ask us if you need special service.<BR><BR>";
 document.getElementById(1000).innerHTML=html_res; 
}

function show_outsourcing()
{
 var html_res="<table width=100% class="+"\""+"sub_title"+"\""+"><tr><td width=100%>Why outsourcing </td></tr></table>";
 html_res+="<BR>Software developing is a very expensive process. The main resource of software developing is ";
 html_res+="a staff. In order of reducing your developing costs you'd like to hire foreign developers and ";
 html_res+="comminicate with them over internet. The reason to work with developers in Russia is their high education, ";
 html_res+="experience and very competitive rates.";
 document.getElementById(1000).innerHTML=html_res; 
}

function show_advertise()
{
 var html_res="<table width=100% class="+"\""+"sub_title"+"\""+"><tr><td width=100%>Advertise us </td></tr></table>";
 html_res+="<BR> You can place our small or large logo into your page. <br>Just copy and paste the code below into your page. ";
 html_res+="<BR><br><B>Large banner:</B><BR>";
 html_res+="<img src="+"\""+"http://trimteam.boom.ru/logotypes/banner2.gif"+"\""+" /><BR>";
 html_res+="<textarea cols=70 rows=5><a href=\"http://trimteam.boom.ru\">\n";
 html_res+="<img src="+"\""+"http://trimteam.boom.ru/logotypes/banner2.gif"+"\""+" />\n";
 html_res+="</a></textarea>";
 html_res+="<BR><B>Small banner:</B><BR>";
 html_res+="<img src="+"\""+"http://trimteam.boom.ru/logotypes/banner1.gif"+"\""+" /><BR>";
 html_res+="<textarea cols=70 rows=5><a href=\"http://trimteam.boom.ru\">\n";
 html_res+="<img src="+"\""+"http://trimteam.boom.ru/logotypes/banner1.gif"+"\""+" />\n";
 html_res+="</a></textarea>";
 html_res+="<BR><BR> <B>We pay 10% commission to someone who found a project for us.</B>";
 document.getElementById(1000).innerHTML=html_res; 
}

function show_contacts()
{
 var html_res="<table width=100% class="+"\""+"sub_title"+"\""+"><tr><td width=100%>Contact information </td></tr></table>";
 html_res+="<BR>";
 html_res+="If you need more information or have any questions, offers, please contact us.<BR>";
 html_res+="<BR> We always welcome you.<BR><BR>";
 html_res+="<B> E-mail: </B> <a href="+"\""+"mailto:trimteam@mail.ru"+"\""+">trimteam@mail.ru </a>";
 document.getElementById(1000).innerHTML=html_res; 
}


function write_counter()
{
 var res="<img src="+"\""+"http://top.list.ru/counter?id=432321;t=211"+"\""+" border=0 height=31 width=88 ></a>";
 document.write(res);
}

function write_banner()
{
 var res="<BR><BR>";
 res+="<a href="+"\""+"http://www.addme.com"+"\""+"><img width=88 height=31";
 res+=" src="+"\""+"http://www.addme.com/button.gif"+"\""+" border=0></a>";
 res+="<BR><BR>";
 res+="<A HREF="+"\""+"http://www.mallpark.com"+"\""+" TARGET=_blank>";
 res+="<IMG SRC="+"\""+"http://www.mallpark.com/Graphics/mplogbut.gif"+"\""+" BORDER=0></A>";
 document.write(res);
}

function on_select(obj)
{
 obj.className='menu_item_selected';
}

function main_menu_text()
{
 var res_html="<table class="+"\""+"menu"+"\""+" width=100% cellspacing=0 cellpadding=0>"
 var menu_item_style="class="+"\""+"menu_item"+"\"";
 menu_item_style+=" OnMouseOver="+"\""+"on_select(this)"+"\"";
 menu_item_style+=" OnMouseOut="+"\""+"this.className='menu_item'"+"\"";
 res_html+="<tr><td id=1 width=100% "+menu_item_style+" OnClick="+"\""+"show_main();"+"\""+">About us</td></tr>";
 res_html+="<tr><td id=2 width=100% "+menu_item_style+" OnClick="+"\""+"show_services();"+"\""+">Services</td></tr>";
 res_html+="<tr><td id=3 width=100% "+menu_item_style+" OnClick="+"\""+"show_projects();"+"\""+">Projects</td></tr>";
 res_html+="<tr><td id=4 width=100% "+menu_item_style+" OnClick="+"\""+"show_outsourcing();"+"\""+">Outsourcing</td></tr>";
 res_html+="<tr><td id=5 width=100% "+menu_item_style+" OnClick="+"\""+"show_advertise();"+"\""+">Advertise us</td></tr>";
 res_html+="<tr><td id=6 width=100% "+menu_item_style+" OnClick="+"\""+"show_contacts();"+"\""+">Contacts</td></tr>";
 res_html+="</table>";
 return res_html;
}

function do_write_main_menu(doc)
{
 doc.write(main_menu_text());
}

function show_news()
{
 var img="<img align=left src="+"\""+"news.gif"+"\""+">";

 var html_res="<BR>";
 
 html_res+=img+"<a target=new href="+"\""+"http://www.amd.com/us-en/Corporate/VirtualPressRoom/0,,51_104_543~66645,00.html"+"\""+">";
 html_res+="02-10-2003: AMD introduced Athlon XP 3000+";
 html_res+="</a><BR><BR>"; 
 html_res+=img+"<a target=new href="+"\""+"http://www.amd.com/us-en/Corporate/VirtualPressRoom/0,,51_104_543~66302,00.html"+"\""+">";
 html_res+="01-31-2003: AMD Announces April Launch Date for AMD Opteron Processor"
 html_res+="</a><BR><BR>";
 html_res+=img+"<a target=new href="+"\""+"http://www.kde.org"+"\""+">";
 html_res+="01-29-2003: KDE 3.1 is released"
 html_res+="</a><BR><BR>";
 html_res+=img+"<a target=new href="+"\""+"http://www.freebsd.org/releases/5.0R/announce.html"+"\""+">";
 html_res+="01-19-2003: FreeBSD 5.0 is released"
 html_res+="</a><BR><BR>";
 html_res+=img+"<a target=new href="+"\""+"http://msdn.microsoft.com/netframework/productinfo/next/download.asp"+"\""+">";
 html_res+="01-15-2003: Download for .NET Framework 1.1 Beta"
 html_res+="</a><BR><BR>";
 html_res+=img+"<a target=new href="+"\""+"http://news.com.com/2100-1023-979976.html?tag=fd_top"+"\""+">";
 html_res+="01-10-2003: W3C releases scripting standard"
 html_res+="</a><BR><BR>";
 html_res+=img+"<a target=new href="+"\""+"http://www.postgresql.org/news.php?NewsID=105"+"\""+">";
 html_res+="01-05-2003: PostgreSQL 7.3.1 is released. PostgreSQL.ORG now has new site."
 html_res+="</a><BR><BR>";
 html_res+=img+"<a target=new href="+"\""+"http://www.php.net"+"\""+">";
 html_res+="12-29-2002: PHP 4.3.0 is released "
 html_res+="</a><BR><BR>";
 html_res+=img+"<a target=new href="+"\""+"http://www.microsoft.com/windows.netserver/technologies/default.mspx"+"\""+">";
 html_res+="12-23-2002: Microsoft introduced basic Windows .NET Server 2003 Technologies "
 html_res+="</a><BR><BR>";
 html_res+=img+"<a target=new href="+"\""+"http://www.trolltech.com/company/announce.html?Action=Show&AID=115"+"\""+">";
 html_res+="12-19-2002: QT 3.1.1 is released. "
 html_res+="</a><BR><BR>";
 document.write(html_res); 
}
