HTML: <head> <script type="text/javacript"> function setCursor(name){ document.body.style.cursor="url('"+name+".cur'), default"; } </script> </head> <html> <body onClick="setCursor('aero_move')"></body> </html> Когда начинаю смотреть firebug пишет "setCursor is not defined"