function hover(thistd){
	thistd.style.background="white";
}
function unhover(thistd,color){
	if(thistd.id!="aktif")
		thistd.style.background=color;
		
}
function getPdf(){
	window.open('./getPdf.do?ext=pdf', '10x10', 'width=1024, height=768,resizable=yes,scrollbars=yes,toolbar=no') ;
}