$(document).ready(function () { $(document).on("click", "#elise_2024", function () { $.ajax({ url: "screen/Elise_2024/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#elise2024VideoMontage", function () { $.ajax({ url: "screen/Elise_2024/video_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#elise2024UsageGuide", function () { $.ajax({ url: "screen/Elise_2024/usage_guide.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#elise2024Instrucoes", function () { $.ajax({ url: "screen/Elise_2024/manual_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#backMenuElise2024", function () { $.ajax({ url: "screen/Elise_2024/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#elise", function () { $.ajax({ url: "screen/Elise/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#eliseVideoMontage", function () { $.ajax({ url: "screen/Elise/video_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#eliseUsageGuide", function () { $.ajax({ url: "screen/Elise/usage_guide.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#eliseInstrucoes", function () { $.ajax({ url: "screen/Elise/manual_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#backMenuElise", function () { $.ajax({ url: "screen/Elise/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#nero", function () { $.ajax({ url: "screen/Nero/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#neroVideoMontage", function () { $.ajax({ url: "screen/Nero/video_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#neroUsageGuide", function () { $.ajax({ url: "screen/Nero/usage_guide.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#neroInstrucoes", function () { $.ajax({ url: "screen/Nero/manual_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#backMenuNero", function () { $.ajax({ url: "screen/Nero/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#neroXL", function () { $.ajax({ url: "screen/Nero XL/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#neroXLVideoMontage", function () { $.ajax({ url: "screen/Nero XL/video_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#neroXLUsageGuide", function () { $.ajax({ url: "screen/Nero XL/usage_guide.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#neroXLInstrucoes", function () { $.ajax({ url: "screen/Nero XL/manual_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#backMenuNeroXL", function () { $.ajax({ url: "screen/Nero XL/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#gamma", function () { $.ajax({ url: "screen/Gamma/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#gammaVideoMontage", function () { $.ajax({ url: "screen/Gamma/video_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#gammaUsageGuide", function () { $.ajax({ url: "screen/Gamma/usage_guide.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#gammaInstrucoes", function () { $.ajax({ url: "screen/Gamma/manual_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#backMenuGamma", function () { $.ajax({ url: "screen/Gamma/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#alera", function () { $.ajax({ url: "screen/Alera/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#aleraVideoMontage", function () { $.ajax({ url: "screen/Alera/video_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#aleraUsageGuide", function () { $.ajax({ url: "screen/Alera/usage_guide.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#aleraInstrucoes", function () { $.ajax({ url: "screen/Alera/manual_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#backMenuAlera", function () { $.ajax({ url: "screen/Alera/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#aleraMais", function () { $.ajax({ url: "screen/Alera+/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#aleraMaisVideoMontage", function () { $.ajax({ url: "screen/Alera+/video_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#aleraMaisUsageGuide", function () { $.ajax({ url: "screen/Alera+/usage_guide.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#aleraMaisInstrucoes", function () { $.ajax({ url: "screen/Alera+/manual_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#backMenuAleraMais", function () { $.ajax({ url: "screen/Alera+/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#mizanoModenaRomeo", function () { $.ajax({ url: "screen/MizanoModenaRomeo/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#mizanoModenaRomeoVideoMontage", function () { $.ajax({ url: "screen/MizanoModenaRomeo/video_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#mizanoModenaRomeoUsageGuide", function () { $.ajax({ url: "screen/MizanoModenaRomeo/usage_guide.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#mizanoModenaRomeoInstrucoes", function () { $.ajax({ url: "screen/MizanoModenaRomeo/manual_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#backMenuMizanoModenaRomeo", function () { $.ajax({ url: "screen/MizanoModenaRomeo/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#estelar", function () { $.ajax({ url: "screen/Estelar/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#estelarVideoMontage", function () { $.ajax({ url: "screen/Estelar/video_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#estelarUsageGuide", function () { $.ajax({ url: "screen/Estelar/usage_guide.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#estelarInstrucoes", function () { $.ajax({ url: "screen/Estelar/manual_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#backMenuEstelar", function () { $.ajax({ url: "screen/Estelar/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#pixel", function () { $.ajax({ url: "screen/Pixel/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#pixelVideoMontage", function () { $.ajax({ url: "screen/Pixel/video_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#pixelUsageGuide", function () { $.ajax({ url: "screen/Pixel/usage_guide.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#pixelInstrucoes", function () { $.ajax({ url: "screen/Pixel/manual_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#backMenuPixel", function () { $.ajax({ url: "screen/Pixel/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#chrono", function () { $.ajax({ url: "screen/Chrono/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#chronoVideoMontage", function () { $.ajax({ url: "screen/Chrono/video_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#chronoUsageGuide", function () { $.ajax({ url: "screen/Chrono/usage_guide.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#chronoInstrucoes", function () { $.ajax({ url: "screen/Chrono/manual_montage.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#backMenuChrono", function () { $.ajax({ url: "screen/Chrono/menu.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $(document).on("click", "#backHome", function () { $.ajax({ url: "screen/home.php", method: "POST", success: function (data) { $("#body").html(data); }, }); }); $.ajax({ url: "screen/home.php", method: "POST", success: function (data) { $("#body").html(data); }, }); });