I don't see 2 menus there yet...

Code: Select all
,"HOME","# align=center;type=header","http://our.homewithgod.com/spr/",,,1
Code: Select all
,"HOME","# type=header;align=center;","http://our.homewithgod.com/spr/",,"",1
Code: Select all
,"HOME","# align=center;type=header","http://our.homewithgod.com/spr/",,,1
The menus you are adding are in exactly the same structure as those further up in the code - the ones with all the comments...I believe--(and again this is from code visits)--that the structure is standardized. I don't know what the commas indicate, but I assume they are field separators. Given the standardization, I also assume the particular fields--used or unused--are ordered and specific. Make sense?
Inotherwords, the line above ends with ;",,,1
I don't know why there are 3 commas instead of 2 or 1.
Code: Select all
addmenu(menu=[ // This is the array that contains your menu properties and details
"sidemenu", // Menu Name - This is needed in order for the menu to be called
145, // Menu Top - The Top position of the menu in pixels
20, // Menu Left - The Left position of the menu in pixels
150, // Menu Width - Menus width in pixels
1, // Menu Border Width
, // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1, // Properties Array - this is set higher up, as above
1, // Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left", // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect, // Filter - Text variable for setting transitional effects on menu activation - see above for more info
Code: Select all
addmenu(menu=["sidemenu",145,20,150,1,,style1,1,"left",effect,