function initWindow() { 
    if(self != top) {
		top.location = self.location;
    }
    status = '           t h r o u g h p u t  ::        i n f o r m a t i o n  ::        t e c h n o l o g y  ::';
}

function openWindow(theURL,winName,features) {
	newWindow = window.open(theURL,winName,features);
    newWindow.focus();
}

function showDisc(theURL) {
	openWindow(theURL,'Disc','scrollbars=no, resizable=no, width=460, height=200, title="Disclaimer"');
}

function showTerms(theURL) {
	openWindow(theURL,'Terms', 'scrollbars=no, resizable=no, width=460, height=200, title="Terms & Conditions"');
}

function statusMsg() {
  status = '           c l i c k  ::        h e r e  ::';
  document.MM_returnValue = true;
}

function statusDisc() {
  status = '           d i s c l a i m e r  ::';
  document.MM_returnValue = true;
}

function statusTerms() {
  status = '           t e r m s  ::        a n d  ::        c o n d i t i o n s  ::';
  document.MM_returnValue = true;
}

function statusBtt() {
  status = '           b a c k  ::        t o  ::        t o p  ::';
  document.MM_returnValue = true;
}

function statusOut() {
  status = '           t h r o u g h p u t  ::        i n f o r m a t i o n  ::        t e c h n o l o g y  ::';
  document.MM_returnValue = true;
}

function statusEmail() {
  status = '           e - m a i l  ::';
  document.MM_returnValue = true;
}

function preload() {
	if(document.images){
		var image1 = new Image();
		image1.src = "images/icon110.gif";
		var image2 = new Image();
		image2.src = "images/trt.jpg";
		var image3 = new Image();
		image3.src = "images/hdr-bkg.gif";
		var image4 = new Image();
		image4.src = "images/mis-stat.gif";
	}
}