function s(obj) {
	var obj1 = obj.parentNode;
	var url = "PDF/"+escape(obj1.cells(0).outerText)+".pdf";
	window.open(url,"window","");
}