


function mCheckForm(frmSelect){
	if(frmSelect.alphabet.selectedIndex > -1){
	    frmSelect.submit();
	}
}


// change select function
//****************************************************
function fChangeSelect(fForm,fField){
	//alert (fForm,fField)
	if(fForm.elements[fField].selectedIndex > -1){
	    fForm.submit();
	}
}
//****************************************************


// change select function
//****************************************************
function check_action(act_message){
	temp = confirm(act_message);
	if (temp==true){
		return true;
	}
	else if (temp!=true){
		return false;
	}
}
//****************************************************



// cell rollover functions
//****************************************************
function _mover_navi(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		//cell.bgColor = '#d2d2d2';
		cell.bgColor = 'Gainsboro';
		cell.bordercolor = 'Black';
		//cell.align = 'Right';
		//cell.style.font-style = 'italic';
	}
}
function _mout_navi(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		cell.bgColor = 'White';
	}
}
//****************************************************
function _mover_navi2(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		//cell.bgColor = '#99ccff';
		//cell.bordercolor = 'Black';
		//cell.align = 'Right';
		//cell.style.font-style = 'italic';
	}
}
function _mout_navi2(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		//cell.bgColor = '#ededed';
	}
}
//****************************************************
function _mover_cont(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		cell.style.border = '1px solid Black';
		//cell.class = 'body_b';
		//cell.bgColor = 'Silver';
		//cell.bgColor = '#d2d2d2';
		//cell.bordercolor = 'Black';
		//cell.align = 'Right';
		//cell.style.font-style = 'italic';
	}
}
function _mout_cont(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		cell.bgColor = 'WhiteSmoke';
		cell.style.border = '1px solid Gainsboro';
	}
}

function _mover_cont2(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		cell.bgColor = 'Silver';
		//cell.bgColor = '#d2d2d2';
		//cell.bordercolor = 'Black';
		//cell.align = 'Right';
		//cell.style.font-style = 'italic';
	}
}
function _mout_cont2(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		cell.bgColor = 'Silver';
		cell.style.border = '1px solid Gray';
	}
}
//****************************************************
function _mover_menu(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		cell.style.border = '1px solid Black';
	}
}
function _mout_menu(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		cell.bgColor = 'Gainsboro';
		cell.style.border = '1px solid Gainsboro';
	}
}

function _mover_menu2(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		cell.bgColor = 'Silver';
	}
}
function _mout_menu2(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		cell.bgColor = 'Silver';
		cell.style.border = '1px solid Gray';
	}
}
//****************************************************
function _mover_object(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		//cell.bgColor = '#d2d2d2';
		cell.bgColor = 'Gainsboro';
		//cell.style.border = '1px solid Black';
		//cell.align = 'Right';
		//cell.style.font-style = 'italic';
	}
}
function _mout_object(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		cell.bgColor = 'WhiteSmoke';
		//cell.style.border = '1px solid WhiteSmoke';
	}
}

function _mover_object2(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		//cell.style.border = '1px solid Black';
		//cell.bgColor = '#d2d2d2';
		//cell.bgColor = 'Gainsboro';
		//cell.bordercolor = 'Black';
		//cell.align = 'Right';
		//cell.style.font-style = 'italic';
	}
}
function _mout_object2(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		//cell.style.border = '1px solid Gray';
		cell.bgColor = 'Silver';
	}
}

function _mover_object_tree(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		//cell.bgColor = '#d2d2d2';
		cell.bgColor = 'Gainsboro';
		cell.style.border = '1px solid Silver';
		//cell.align = 'Right';
		//cell.style.font-style = 'italic';
	}
}
function _mout_object_tree(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		cell.bgColor = 'White';
		cell.style.border = '1px solid White';
	}
}

function _mover_object_list(cell,bgcolor_over){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		//cell.bgColor = '#d2d2d2';
		cell.bgColor = '' + bgcolor_over + '';
		//cell.style.border = '1px solid black';
		//cell.align = 'Right';
		//cell.style.font-style = 'italic';
	}
}
function _mout_object_list(cell,bgcolor,bordercolor){
	//alert (color);
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		cell.bgColor = '' + bgcolor + '';
		//cell.style.border = '1px solid ' + bordercolor + '';
	}
}
//****************************************************
//****************************************************
function _mover_bossbib(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		cell.bgColor = 'LightYellow';
	}
}
function _mout_bossbib(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		cell.bgColor = 'White';
	}
}
//****************************************************
function _mover_exam_not_selected(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		cell.bgColor = '#D6D3CE';
	}
}
function _mout_exam_not_selected(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		cell.bgColor = 'LightYellow';
	}
}
function _mover_exam_selected(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		cell.bgColor = '#D6D3CE';
	}
}
function _mout_exam_selected(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		cell.bgColor = 'PaleGoldenrod';
	}
}
//****************************************************
//****************************************************
function _mover3(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		//cell.bgColor = '#d2d2d2';
		cell.bgColor = 'Gainsboro';
		//cell.bordercolor = 'Black';
		//cell.align = 'Right';
		//cell.style.font-style = 'italic';
	}
}
function _mout3(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		//cell.bgColor = '#ededed';
		cell.bgColor = 'WhiteSmoke';
	}
}
//****************************************************
function _mover4(cell){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		//cell.bgColor = '#d2d2d2';
		//cell.bordercolor = 'Black';
		//cell.align = 'Right';
		//cell.style.font-style = 'italic';
	}
}
function _mout4(cell){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		cell.bgColor = 'Gray';
	}
}
//****************************************************
function _mclick(cell){
	if(event.srcElement.tagName=='TD'){
		cell.children.tags('A')[0].click();
	}
}
//****************************************************
//

// cell rollover functions
//****************************************************
function mover(cell,col){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'hand';
		cell.bgColor = col;
	}
} 
function mover2(cell,col){
	if (!cell.contains(event.fromElement)){
		cell.style.cursor = 'default';
		cell.bgColor = col;
	}
}
function mout(cell,col){
	if (!cell.contains(event.toElement)){
		cell.style.cursor = 'default';
		cell.bgColor = col;
	}
}
function mclick(cell){
	if(event.srcElement.tagName=='TD'){
		cell.children.tags('A')[0].click();
	}
}
//****************************************************
//


	



