Código PHP:
function slideshow($ID_menu, $index_array)
{
$ID_menu=($_GET['ID_menu']);
$index_array=($_GET['index_array']);
esta mal eso
prueba asi
Código PHP:
$ID_menu=($_GET['ID_menu']);
$index_array=($_GET['index_array']);
function slideshow($ID_menu, $index_array)
{
cambia esto METHOD=\"POST\"
por esto METHOD=\"GET\"
hace esas pruebas y me cuentas