function mOvr(src,clrOver){ 
	if (!src.contains(event.fromElement)){ 
		src.style.cursor = 'hand'; 
		src.bgColor = clrOver; 
	} 
} 
function mOut(src,clrIn){ 
	if (!src.contains(event.toElement)){ 
		src.style.cursor = 'default'; 
		src.bgColor = clrIn; 
	} 
} 
function mClk(src){ 
		window.location = src
}
function open_qualify(record){
	
	var url = "displaybranch.asp?id=" + record
	parent.location=url
}







function OpenWin(url, name){



	window.open (url, name,'height=190,width=480, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no,')



} 

function OpenEasy(url, name){


	window.open (url, name,'height=500,width=500, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, directories=no, status=no,')


} 


markeron = new Image(13,13)
markeron.src = "graphics/nav_mark_on.gif"

markeroff = new Image(13,13)
markeroff.src = "graphics/nav_mark_off.gif"

function act(imgName) {




  if (document.images) 



    document.images[imgName].src = markeron.src



}




function inact(imgName) {



  if (document.images)



    document.images[imgName].src = markeroff.src



}









