	function imageHeader(selector,phpfile,font_file,font_size,font_color, background_color, hover_color,wordwrap){
		// we'd add the rollover functionality here
		this.selector = selector;
		//this.phpfile = phpfile;
		// phpfile is now just the PHP file itself without parameters, parameters are coming in separately
		this.php4file = phpfile+"?font="+font_file+"&font_size="+font_size+"&font_color="+font_color+"&background_color="+background_color;
		this.hover_color = hover_color;
		this.wordwrap = wordwrap;
	}
	var imageHeaders = [

		new imageHeader("h3","heading.php","PALATINB","8","00539b","d4e2ee","cdbc85",false),
		new imageHeader("h5","heading.php","PALATINB","8","a09688","d4e2ee","cdbc85",false),
		new imageHeader("h1","heading.php","IMPRESSB","13","00539b","d4e2ee","00539b",false),
		new imageHeader("h2","heading.php","IMPRESSB","13","008fd4","d4e2ee","008fd4",false)
		

		
		]

	var testURL = "pics/test.png" ;
	var doNotPrintImages = true;
	var printerCSS = "css/replacement-print.css";
	var hideFlicker = true;
	var hideFlickerCSS = "css/replacement-screen.css";
	var hideFlickerTimeout = 1000;