// JavaScript Document

function popImage(image) {
		window.open("showcomic.php?c=" + image,"image","scrollbars=yes,width=540,height=700");
}

function popOrder() {
	window.open("orderform.php", "order", "scrollbars=no, width=500, height=450");
}