

function fncShOp(sNumFile) {
	if (sNumFile!='') {
		var url="article.php?id=" + sNumFile; 
		window.open(url,"_self"); 
	}
}
