<!-- Hide this script from incompatible Web browsers!

function openWin(p) {
  win = window.open(p, "pop", "status=no,toolbar=no,location=no,menu=no,width=400,height=290");
}



function closeWin() {
  window.close();
}




function byeWin() {
	config='toolbar=no,location=no,directories=no,status=no,menubar=no,width=200,height=150'
	config += 'scrollbars=no,resizable=no'
	pop = window.open ("","pop",config)
	pop.document.write('<script language="javascript">');
	pop.document.write('setTimeout(');
	pop.document.write('"self.close()');
	pop.document.write(';",3000)');
	pop.document.write('</');
	pop.document.write('script>');
	pop.document.write('<body bgcolor=ltgreen>');
	pop.document.write('<center><b><h2>Welcome</h2></b></center>');
	pop.document.write('<center><b><h3>Please Wait... While This Page Loads</h3></b></center>');
	pop.document.write('<center><b><h6>This Window Will Close Itself...</h6></b></center>');
	pop.document.write('</body>');
}

function closeMe() {
	setTimeout('self.close()',1000);
}



//   Hide this script from incompatible Web browsers! -->


