﻿// JScript File
 	
function Index_load()
{
	http1.open('get','Home.html');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);
	
	http2.open('get','HomeHeader.html');
	http2.onreadystatechange = handledatabind2;
	http2.send(null);
}      
function Index_load_new()
{
	http1.open('get','index.html');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);
	
	/*http2.open('get','HomeHeader.html');
	http2.onreadystatechange = handledatabind2;
	http2.send(null);
	*/
}  
function Product1_load()
{
    http1.open('get','Products1.html');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);
	
	http2.open('get','ProductHeader.html');
	http2.onreadystatechange = handledatabind2;
	http2.send(null);
}

function Product2_load()
{
    http1.open('get','Products2.html');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);
	
	http2.open('get','ProductHeader.html');
	http2.onreadystatechange = handledatabind2;
	http2.send(null);
}                   

function Course_load()
{
	http1.open('get','courses.php');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);
	
	http2.open('get','CourseHeader.html');
	http2.onreadystatechange = handledatabind2;
	http2.send(null);
}	

function Contact_load()
{
	http1.open('get','Contact.php');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);
	
	http2.open('get','ContactHeader.html');
	http2.onreadystatechange = handledatabind2;
	http2.send(null);
}	

function Contact_load_new()
{
	http1.open('get','Contact.php');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);
	
	/*http2.open('get','ContactHeader.html');
	http2.onreadystatechange = handledatabind2;
	http2.send(null);
	*/
}	

function Coursemapping_load()
{
	http1.open('get','CourseMapping.php');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);
	
	http2.open('get','CourseMapping.html');
	http2.onreadystatechange = handledatabind2;
	http2.send(null);
}	

function Coursemapping_load_new()
{
	http1.open('get','CourseMapping.php');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);
	
	/*http2.open('get','CourseMapping.html');
	http2.onreadystatechange = handledatabind2;
	http2.send(null);*/
}	
function FAQ_load_new()
{
	http1.open('get','FAQ.html');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);
	
}
function NEWS_load_new()
{
	http1.open('get','blog/blog.html');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);	
	
}	
function MANUAL_load_new()
{
	http1.open('get','Manual.html');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);	
	
}	
function FEATURES_load_new()
{
	http1.open('get','FEATURES.html');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);	
	
}	
function overview_load_new()
{
    http1.open('get','overview.html');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);	
}
function comparison_load_new()
{
    http1.open('get','comparison.html');
	http1.onreadystatechange = handledatabind1;
	http1.send(null);	
}