function showPDF(id, filename)
{
	document.getElementById(id).innerHTML = 
		'<embed src="' + filename + '" width="575px" height="710px" />';

}
