View Single Post
  #3  
Old 06-09-2009, 06:05 AM
pepito
Guest
 
Posts: n/a
Default this is what the buttons will be going to

the script look like this:

<script type="text/javascript">

myButton('HOME','_home.htm');

myButton('ABOUT','_about.htm');

myButton('MY PORTFOLIO','1','_about.htm');

myButton('NEWS','_news.htm');
myButton('CONTACT US','_contact.htm');

</script>

th buttons first and last will stay and work as ther are made for,

but the second third and forth buttons will be looking like this and the will need to go to a different page.


myButton('HOME','_home.htm'); THIS ONE REMAINS

myButton('GALERIA','_about.htm'); THIS ONE GOES TO http://www.cabotroopers.com/galeria/index.php

myButton(MIEMBROS','_about.htm'); THIS ONE GOES TO http://www.cabotroopers.com/miembros/index.php

myButton('FORO','_news.htm'); THIS ONE GOES TO http://www.cabotroopers.com/foro/index.php
myButton('CONTACT US','_contact.htm'); AND THIS ONE REMAIN THE SAME


I will really appreciate your help us out, I will study much more from now on sorry about my bad english as well