putting text where an images should be
<script language="javascript">
<!--
buildMenu(
"image_bin/treatments_up.gif", "image_bin/treatments_over.gif",
"products.asp", "_self",
"dropdown1", 0,
"Furniture Range", "products.asp?id=1", "_self"
,
"Bespoke Design", "products.asp?id=2", "_self"
,
"Retail Display", "products.asp?id=3", "_self"
)
//-->
</script>
where it says:
"image_bin/treatments_up.gif", "image_bin/treatments_over.gif"
how can I just change that to say products instead of an image - I'm just not sure of the syntax
thanks
a
|