﻿
function OpenArticle(name) {
	window.open("article2.php?a=" + name, name, "status=1, toolbar=0, resizable=1, scrollbars=1, width=830, height=400");
}


