function addEvent(d,c,b,a){if(d.attachEvent){return d.attachEvent("on"+c,b)}else{if(d.addEventListener){d.addEventListener(c,b,a);return true}else{return false}}}function removeEvent(d,c,b,a){if(d.detachEvent){return d.detachEvent("on"+c,b)}else{if(d.removeEventListener){d.removeEventListener(c,b,a);return true}else{return false}}}function preventBubble(a){if(document.all){a.cancelBubble=true;a.returnValue=false}else{if(a.stopPropagation){a.stopPropagation()}else{a.preventBubble()}}}function removHiddenCombo(){try{elm=document.getElementsByTagName("select");for(y=0;y<elm.length;y++){elm[y].style.visibility=""}}catch(a){}}function setHiddenCombo(){try{elm=document.getElementsByTagName("select");for(y=0;y<elm.length;y++){elm[y].style.visibility="hidden"}}catch(a){}}function mouseMove(){try{tmout=0}catch(a){}try{parent.tmout=0}catch(a){}try{parent.parent.tmout=0}catch(a){}try{parent.parent.parent.tmout=0}catch(a){}try{parent.parent.parent.parent.tmout=0}catch(a){}try{window.opener.parent.parent.tmout=0}catch(a){}try{window.opener.parent.parent.parent.tmout=0}catch(a){}try{window.opener.parent.opener.parent.tmout=0}catch(a){}try{parent.window.opener.tmout=0}catch(a){}try{parent.window.opener.parent.tmout=0}catch(a){}try{parent.parent.window.opener.tmout=0}catch(a){}try{parent.parent.window.opener.parent.tmout=0}catch(a){}}document.onmousemove=mouseMove;document.onkeypress=mouseMove;addEvent(window,"load",function(){try{parent.setAttributeCombo()}catch(a){}},true);
