// Functions by Pixel Overdrive

function openPdf(fileName) {
	props='scrollbars=yes,toolbar=yes, status=0,resizable=yes,width=450, height=550, left =20, top =20'
	window.open("downloads/"+fileName,'pdf',props);
}
