I installed Jquerry and am running into a problem with the Acordion. My side menu uses a acordion and i want to use another in the main body. I have deleted the side querry as a test but that doesn't enable the body so it's not a conflict of the two.
Ideally it would be nice if the body and side could both be open but if opening the body closed the side menu that is fine two
<?php
session_start();
$_SESSION[currentshow] = "Decade";
include '../includes/header.php';
include '../includes/layouttable.php';
echo '<!-- Accordion -->';
echo '<div id="accordion">';
/*
echo '<div>';
echo '<h3><a href="#">Showa Era/Misc.</a></h3>';
echo '<div>';
echo '</div>';
echo '</div><div>';
*/
echo '<div>';
echo '<h3><a href="#">Kuuga</a></h3>';
echo '<div>';
$youtubeid = 'OMitCzT3XgM';
$linkdesc = 'Kamen Rider Decade\'s partner, Kuuga from a alternate reality.';