diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/config.xml b/config.xml
new file mode 100755
index 0000000..ddf06f4
--- /dev/null
+++ b/config.xml
@@ -0,0 +1,31 @@
+
+
+
+
+ PortableMag
+
+
+
+ Portable Magazine demo.
+
+
+
+
+ Alex A. Naanou
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/index.html b/index.html
index fa5baf7..42b3c4e 100755
--- a/index.html
+++ b/index.html
@@ -43,13 +43,13 @@ function setPageTo(name){
function nextPage(){
var i = curPageIndex()
- var PAGES = getPages()
+ var pages = getPages()
- if(i+1 >= PAGES.length){
+ if(i+1 >= pages.length){
return
}
- setPageTo(PAGES[i+1])
+ setPageTo(pages[i+1])
}
function prevPage(){
@@ -100,7 +100,7 @@ function toggleIndex(){
-
+
Page B
@@ -112,6 +112,7 @@ function toggleIndex(){
Page D
+