
function popupAndGoto(anchorID){newwindow=window.open('help.jsp?id='+anchorID,'help','width=480,height=450,left=100,top=100,scrollbars,resizable');if(window.focus){newwindow.focus();}}
function swapImageOver(object){var temp=object.src;temp=temp.substring(temp.lastIndexOf('/')+1,temp.length-5);temp+='2.gif';object.src='/images/'+temp;}
function swapImageOut(object){var temp=object.src;temp=temp.substring(temp.lastIndexOf('/')+1,temp.length-5);temp+='1.gif';object.src='/images/'+temp;}