function go()
      {
         location=document.result.lang.
         options[document.result.lang.selectedIndex].value
      }
<!-- POP up window -->
function pop(ciil,ciil1)
{
window.open(ciil,ciil1,"width=750, height=420, left=20,down=40") 
}
<!-- POP up window -->		
function facpop(ciil,ciil1)
{
window.open(ciil,ciil1,"width=550, height=430, left=50,down=50,scrollbars=yes,menubar=no,toolbar=no") 
}
<!-- POP up window -->
function popgwn(gwn,gwn1)
{
window.open(gwn,gwn1,"width=700,height=480,scrollbars=yes,resizable=no,menubar=yes,toolbar=no,left=40,down=10") 
}
<!-- POP up window -->	
<!-- POP up window -->
function poplsi(lsi,lsi1)
{
window.open(lsi,lsi1,"width=520,height=410,scrollbars=no,resizable=no,menubar=no,toolbar=no,left=140,down=80") 
}
<!-- POP up window -->	
<!-- POP up window -->
function pop(photo,photo1)
{
window.open(photo,photo1,"width=520,height=350,scrollbars=no,resizable=no,menubar=no,toolbar=no,left=140,down=140") 
}
<!-- POP up window -->			

var bookmarkurl="http://www.ciil.org"
var bookmarktitle="Central Institute of Indian Languages"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
<!-- Mousefocus -->
function doClear(theText)
 {
     if (theText.value == theText.defaultValue) 
	 {
         theText.value = ""
     }
 }
<!-- Mousefocus -->
<!-- Validation of Form -->
	var testresults
	function checkemail(){
	var str=document.validation.email.value
	var filter=/^.+@.+\..{2,3}$/
	if (filter.test(str))
	testresults=true
	else{
	alert("Please input a valid email address!")
	testresults=false
	}
	return (testresults)
	}

function checkbae(){
if (document.layers||document.all)
return checkemail()
else
return true
}
<!-- Validation of Form -->
<!--
No3 = (parseInt(navigator.appVersion) > 3) ? 1:0;
layer = (document.all && No3) ? "document.all['L'+menu].style" : (document.layers && No3) ? "document.layers['L'+menu]" : 0;
var timer;
function Show() 
{ 
if(layer)
 {
	if(timer) clearTimeout(timer);
	for(menu=0; menu<Layer.length; menu++)
	{ if(Layer[menu]) { eval(layer).visibility = "hidden"; } }
	for(i=0; i<arguments.length; i++) { menu=arguments[i]; eval(layer).visibility = "visible"; }
} }
function Hide() { timer = setTimeout("Show()", 500); 

}
			
//-->
<!--
//////////////////////////////////////////////////////
	hovercolor   = "#D4E070";	// color name/code
	bgcolor      = "#B9C26C";	// color name/code
	background   = "";			// picture url

	menu_border  = 1;			// IE only
	border_color = "#7D3800";	// IE only

	arrow_pic    = "/img/top.gif"; // url of arrow picture for submenus
//////////////////////////////////////////////////////
if(document.all) { if(!background) { background=bgcolor; } else { background = "url("+background+")"; } }
function LayerSpecs(Left,Top,Width) { if(No3) {
	if(document.all) { Left+=8; Top+=1; Width-=6; }
	this.left  = Left;
	this.top   = Top;
	this.info  = "";
	T=0;

	for(i=3; i<arguments.length; i++) {
        	if(document.all) { this.info += "<TR><TD WIDTH="+Width+" onMouseOver='this.bgColor=\""+hovercolor+"\"' onMouseOut='this.bgColor=\"\"'>"+arguments[i]+"</TD></TR>"; }
		else { this.info += "<LAYER onMouseOver='this.bgColor=\""+hovercolor+"\"' onMouseOut='this.bgColor=\""+bgcolor+"\"' WIDTH="+Width+" POSITION=RELATIVE TOP="+T+">&nbsp;"+arguments[i]+"</LAYER>"; }
		T+=20;
	}
} }
Layer = new Array();
arrow = "<IMG SRC='"+arrow_pic+"' WIDTH=8 HEIGHT=10 BORDER=0 ALT=''>";
//////////////////////////////////////////////
/*	Create Your layers below by typing:
	 Layer[incrementing number] = new LayerSpecs(Left Position, Top Position, Width, List of Links Seperated by Commas)
	 If a layer has a sublayer, add onMouseOver="Show(Layer Number to Open, Current Layer, Any Layers Opened before the current layer (seperated by commas)
*/
	
<!-- LANGUAGES LAYER -->
          
Layer[1] =	new LayerSpecs(864,275,125,
			
			'<A HREF="' + "tt1/inagural.html" + '" onMouseOver="Show(1)"><font color="#660000" face=Times New Roman, sans-serif=2>Volume1 No.1</font></A>',
			'<A HREF="' + "tt/index.asp" + '" onMouseOver="Show(1)"><font color="#660000" face=Times New Roman, sans-serif=3>Volume1 No.2</font></A>',
			'<A HREF="' + "vol2/jhome.asp" + '" onMouseOver="Show(1)"><font color="#660000" face=Times New Roman, sans-serif=-5>Volume2 No.1</font></A>',				
			'<A HREF="' + "ttoct/jhome.asp" + '" onMouseOver="Show(1)"><font color="#660000" face=Times New Roman, sans-serif=-5>Volume2 No.2</font></A>',	
			'<A HREF="' + "tt5/jhome.asp" + '" onMouseOver="Show(1)"><font color="#660000" face=Times New Roman, sans-serif=-5>Volume3 No.1&2</font></A>',
			'<A HREF="' + "tt6/jhome.asp" + '" onMouseOver="Show(1)"><font color="#660000" face=Times New Roman,sans-serif=-5>Volume4 No.1&2</font></A>'
);	
////////////////////////////////////////////////////////////////
j = (Layer[0]) ? 0:1;
for(i=j; i<Layer.length; i++) {
	if(document.all && No3) { document.write("<DIV onMouseOver='clearTimeout(timer)' onMouseOut='Hide("+i+")' ID='L"+i+"' STYLE='position:absolute; visibility:hidden;top:"+Layer[i].top+"; left:"+Layer[i].left+";'><TABLE STYLE=' background:"+background+"; border:solid "+menu_border+" "+border_color+"'>"+Layer[i].info+"</TABLE></DIV>"); }
	else if(document.layers && No3) { document.write("<LAYER onMouseOver='clearTimeout(timer)' onMouseOut='Hide("+i+")' ID='L"+i+"' POSITION=ABSOLUTE VISIBILITY=HIDDEN BGCOLOR='"+bgcolor+"' BACKGROUND='"+background+"' TOP="+Layer[i].top+" LEFT="+Layer[i].left+">"+Layer[i].info+"</LAYER>"); }
}
        
// -->


