View Single Post
  #5  
Old 09-07-2010, 01:45 PM
freenicetemplates freenicetemplates is offline
Administrator
 
Join Date: Mar 2009
Posts: 507
Default flash Templates

Sorry,
Can you try this :

function showPage(pageURL,button_id) {
if (pageURL.substring(0,4).toLowerCase()=='http') {
window.open(pageURL, '_blank');
return;
};
hideContent(pageURL);
if ((selected_button!="" ) && button_id!=selected_button) {
sendToASUnselectButton('anim_'+selected_button);
}
if (button_id!=undefined) {
selected_button = button_id;
}
}
__________________
We are always pleased to read you in our guestbook