function doSearch ( )
{
	var obj = document.forms['searchQuery'].Query;
	var regExp1 = /\bfield\b/;
	var regExp2 = /[(,),<,>,\[,\]]/;
	var str = obj.value;
	if ( str == "" )
	{
		alert("Enter a search word")	
	}else
	{
		document.location="/internett/cms.nsf/SearchResult?ReadForm&query=" + str + "&count=10&st=1&fr=0&dbs=7F96DD4C5DAE2074C12574B9003A978F,A48F7E2F89DA4839C12574B900315E4A,C348C06FE1FACEFFC12574BA003625F0,A58A21771FD1569FC12574B9003F95FD,7564B3D5A775FB5EC12574B9004AD943,33E143FD7152BAE0C12574B400449658,F6655FE0FA74D0AFC12574BF003DE2F0,48EF62979517CB55C12574BF003C152D,A23B0BE0C9F6C998C12574B90041244D,ECB1DD245639E9E0C12574B90034CCB8,AA06632D96AD09D0C12574B40043E384,3A352985E25C7D0AC12574B900327105,"
	}
}
function CreateResponse(id, form, dbfp, winwidth, winheight)
{	
	var dlgPath = '/' + dbfp  + "/" + form + "?readform&amp;id=" + id;
	Stats='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + winwidth + ',height=' + winheight + ',left=250,top=100'
	dlgBox = window.open (dlgPath, "Comments", Stats)
}
function goShortCut( obj )
{
	var vars = obj.split("!");
	var theframe = eval("top.frames['" + vars[1] + "']");
	if ( theframe == null )
	{
		window.open (vars[0])
	}else
	{
		theframe.location = vars[0];
	}
}
blaamenuHover = function() {
		 var docLiEles = document.getElementById("nav").getElementsByTagName("LI");
		 for (var i=0; i<docLiEles.length; i++) {
		 		 docLiEles[i].onmouseover=function() {
		 		 		 this.className+=" blaamenuHover";
		 		 }
		 		 docLiEles[i].onmouseout=function() {
		 		 		 this.className=this.className.replace(new RegExp(" blaamenuHover\\b"), "");
		 		 }
		 }
}
if (window.attachEvent) window.attachEvent("onload", blaamenuHover);
function toggle(rowid) {
for(var i=1;i<10;i++) {
	var openrowId = 'row' + i;
	if(rowid!=openrowId) {
		try {
		if( document.getElementById(openrowId).style.display=='' ){
			document.getElementById(openrowId).style.display = 'none';
		}
		}catch(err) {
		}
	}
}
if( document.getElementById(rowid).style.display=='none' ){
document.getElementById(rowid).style.display = '';
}else{
document.getElementById(rowid).style.display = 'none';
}
}

