Restructuring.
diff --git a/content/en_index.php b/content/en_index.php
index d4d3e79..b47604d 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -1384,11 +1384,6 @@
 </div>
 <!-- ./end  #midcolumn -->
 
-<?php
-$Nav->addCustomNav("Amazon AWS", "/jemo/content/en_setup_aws.php", "_self", NULL);
-$Nav->addCustomNav("Microsoft Azure", "/jemo/content/en_setup_azure.php", "_self", NULL);
-$Nav->addCustomNav("Google Cloud", "/jemo/content/en_setup_gcp.php", "_self", NULL);
-?>
 
 
 <!-- Start of the right column -->
diff --git a/setup_aws.php b/setup_aws.php
new file mode 100644
index 0000000..a1d7a8e
--- /dev/null
+++ b/setup_aws.php
@@ -0,0 +1 @@
+<? include("index.php"); ?>
\ No newline at end of file
diff --git a/setup_azure.php b/setup_azure.php
new file mode 100644
index 0000000..a1d7a8e
--- /dev/null
+++ b/setup_azure.php
@@ -0,0 +1 @@
+<? include("index.php"); ?>
\ No newline at end of file
diff --git a/setup_gcp.php b/setup_gcp.php
new file mode 100644
index 0000000..a1d7a8e
--- /dev/null
+++ b/setup_gcp.php
@@ -0,0 +1 @@
+<? include("index.php"); ?>
\ No newline at end of file