function kiosk(kiosk) {
		kioskWindow = window.open(kiosk, 'kioskWin', 'width=590,height=400,left=10,top=10,scrollbars=yes,resizable=yes,toolbar=no,location=no')
		kioskWindow.window.focus()
	}
function toon(toon) {
		toonWindow = window.open(toon, 'toonWin', 'width=790,height=500,left=0,top=0,scrollbars=yes,resizable=yes,toolbar=yes,location=no')
		toonWindow.window.focus()
	}
function seeSpotlight(newPage) {
		parent.content.document.location.href = "cs/spotlight.html"
		parent.nav.document.location.href = "top_cs.html"
	}
function seeStoreCS(newPage) {
		parent.content.document.location.href = "store/cs_books.html"
		parent.nav.document.location.href = "top_store.html"
	}
function seeStoreMovies(newPage) {
		parent.content.document.location.href = "store/movies.html"
		parent.nav.document.location.href = "top_store.html"
	}
function seeStoreOther(newPage) {
		parent.content.document.location.href = "store/other.html"
		parent.nav.document.location.href = "top_store.html"
	}	
function seeSyndicatedStrips(newPage) {
		parent.content.document.location.href = "cs/syndicated.html"
		parent.nav.document.location.href = "top_cs.html"
	}
function seeWebStrips(newPage) {
		parent.content.document.location.href = "cs/web.html"
		parent.nav.document.location.href = "top_cs.html"
	}
function seeFAQ(newPage) {
		parent.content.document.location.href = "guests/faq.html"
		parent.nav.document.location.href = "top_fg.html"
	}
function seeAdvice(newPage) {
		parent.content.document.location.href = "http://www.astronerdboy.com/comic-strips/info/advice.html"
		parent.nav.document.location.href = "top_info.html"
	}
function seeNews(newPage) {
		parent.content.document.location.href = "info/news.html"
		parent.nav.document.location.href = "top_info.html"
	}
function seeAPBeetle(newPage) {
		parent.content.document.location.href = "info/AP-Beetle.html"
		parent.nav.document.location.href = "top_info.html"
	}
function seeSubmissions(newPage) {
		parent.content.document.location.href = "info/submissions.html"
		parent.nav.document.location.href = "top_info.html"
	}	
function seeLinks(newPage) {
		parent.content.document.location.href = "guests/link.html"
		parent.nav.document.location.href = "top_fg.html"
	}	
function jumpPage(newLoc) {
			newPage = newLoc.options[newLoc.selectedIndex].value
	
			if (newPage != "") {
				window.location.href = newPage
			}
	}
