// load variables
var currentSection = unescape(document.forms[0].Section.value);
var currentSubsection = unescape(document.forms[0].Subsection.value);
var currentPageType = unescape(document.forms[0].PageType.value);
var currentLabel = unescape(document.forms[0].Label.value);
var currentLocation = unescape(document.location.href);
var currentTitle = unescape(document.forms[0].Title.value);
var currentCategory = unescape(document.forms[0].Cat.value);
//var tmpCurrentLabelFront = getFront(unescape(currentLabel), ':');
var currentTemplate = "domPrimary";
function writeReadingLevelOptions() {
for (var k=1; k<31; k++) {
document.write(')');
}
}
function writeReadingAgeOptions() {
var arrayAge = ["6 - 7","7 - 8","8 - 9","9 - 10","10 - 11","11 - 12","12+"];
for (var k=0; k',arrayAge[k],')');
}
}
function writeSeriesOptions() {
var arrayAge = ["Books for Future Scientists", "Boyz Rule!","Fast Zone","Girlz Rock!","Kids Inc.","Learn-Abouts","Mac Australia Topics","Momentum","National Geographic","Out of this World","Reading Bug Box","Springboard","Winners!"];
for (var k=0; k',arrayAge[k],')');
}
}