/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
function downloadPdf(href){
	var opc='height=800,width=1000,left=100,top=100,resizable=no,scrollbars=yes,toolbar=no,status=no';
	newwindow=window.open(href,'PDF_doc',opc);
}

function g(id) {
	return document.getElementById(id);
}

