var minisrv_service_file = true; headers = `200 OK Connection: Keep-Alive Content-Type: text/html` var styleName = request_headers.query.styleName var page = request_headers.query.pageNum var docName = request_headers.query.docName if (styleName) { switch(page) { case "1": data = ` Select a page style
 
 
 
Help
 
 
Choose a page style
2 of 6
You can change the style at any time without losing your text or images.
Your current style is: ${styleName}
Blue
Green
Red
Tan
Grey
Rivets
` break; case "2": data = ` Select a page style
 
 
 
Help
 
 
Choose a page style
3 of 6
You can change the style at any time without losing your text or images.
Your current style is: ${styleName}
Football
Baseball
Christmas
Channukah
Easter
Halloween
` break; case "3": data = ` Select a page style
 
 
 
Help
 
 
Choose a page style
4 of 6
You can change the style at any time without losing your text or images.
Your current style is: ${styleName}
Democratic
Republican
Flowers
It's a Girl
It's a Boy
Wedding
` break; case "4": data = ` Select a page style
 
 
 
Help
 
 
Choose a page style
5 of 6
You can change the style at any time without losing your text or images.
Your current style is: ${styleName}
New Wave
Eyeballs
American
South Beach
Paisley
Green Paper
` break; case "5": data = ` Select a page style
 
 
 
Help
 
 
Choose a page style
6 of 6
You can change the style at any time without losing your text or images.
Your current style is: ${styleName}
Water
Marble
Finance
` break; default: data = ` Select a page style
 
 
 
Help
 
 
Choose a page style
1 of 1
You can change the style at any time without losing your text or images.
Your current style is: ${styleName}
Blue Sands
Space
Cats
Blue
Red
Republican
`; break; } } else { switch(page) { case "1": data = ` Select a page style
 
 
 
Help
 
 
Choose a page style
2 of 6
You can change the style at any time without losing your text or images.
Blue
Green
Red
Tan
Grey
Rivets
` break; case "2": data = ` Select a page style
 
 
 
Help
 
 
Choose a page style
3 of 6
You can change the style at any time without losing your text or images.
Football
Baseball
Christmas
Channukah
Easter
Halloween
` break; case "3": data = ` Select a page style
 
 
 
Help
 
 
Choose a page style
4 of 6
You can change the style at any time without losing your text or images.
Democratic
Republican
Flowers
It's a Girl
It's a Boy
Wedding
` break; case "4": data = ` Select a page style
 
 
 
Help
 
 
Choose a page style
5 of 6
You can change the style at any time without losing your text or images.
New Wave
Eyeballs
American
South Beach
Paisley
Green Paper
` break; case "5": data = ` Select a page style
 
 
 
Help
 
 
Choose a page style
6 of 6
You can change the style at any time without losing your text or images.
Water
Marble
Finance
` break; default: data = ` Select a page style
 
 
 
Help
 
 
Choose a page style
1 of 1
You can change the style at any time without losing your text or images.
Blue Sands
Space
Space
Blue
Red
Cats
` break; } }