Guest User

Untitled

a guest
Jul 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. function home(){
  2. var ID=document.getElementById('show_0');
  3.  
  4. ID.innerHTML='<div onMouseOver="home();" onMouseOut="out(\'show_0\');"><a onMouseOver="turn(\'top_home\',\'Template/IMG/Menu/Home/top_over.png\');" onClick=\'window.location="/#";\'><img name="top_home" src="Template/IMG/Menu/Home/top.png"></a></div>';
  5. }
  6.  
  7. function turn(img_name, img_src){
  8. document[img_name].src = img_src;
  9. }
Add Comment
Please, Sign In to add comment