// JavaScript Document

function itservices()
{
window.open('it_services.html','_parent');
}
function products()
{
window.open('products.html','_parent');
}
function partners()
{
window.open('our_partners.html','_parent');
}
