/******************************************************************* 
* File    : WH_SCRIPTS
* Created : 2003/02/26 
* Author  : Wolfgang Hahn
* Purpose : Window Manager
***********************************************************************/ 




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();}}



