Changing var path to access images

Permalink
I have read through several posts but haven't found exactly what I need. I am adding a javascript and it is not finding the images. I don't know how to lst them for Concrete5 that they show up.
Here is the code that I have and nothing shows up:
var image_path = "images/main";
var image_up = "arrow-up.gif";

I am sure that this is a simple fix but I am not so experienced with java.
Can anyone help?

 
weiala replied on at Permalink Reply
To answer my own question - if anyone else is a newbie and would like to know - I finally thought to check the path that the browser was looking to to find the images and created that path. Now it works fine.