function home()
{
         window.open('../side_frame/home_side.htm','side_frame');
         window.open('home_top.htm','top_frame')
}
function news()
{
         window.open('../side_frame/home_side.htm','side_frame');
         window.open('news.htm','top_frame')
}
function proven_experience()
{
         window.open('../side_frame/proven_experience.htm','side_frame');
         window.open('proven_experience.htm','top_frame')
}
function services()
{
         window.open('../side_frame/services.htm','side_frame');
         window.open('services.htm','top_frame')
}
function case_studies()
{
         window.open('../side_frame/case_studies.htm','side_frame');
         window.open('case_studies.htm','top_frame')
}
function testimonials()
{
         window.open('../side_frame/testimonials.htm','side_frame');
         window.open('testimonials.htm','top_frame')
}
function login()
{
         window.open('../side_frame/home_side.htm','side_frame');
         window.open('login.htm','top_frame')
}
function contact()
{
         window.open('../side_frame/home_side.htm','side_frame');
         window.open('contact.htm','top_frame')
}
