var path = null;



//path = ("directory" + "document name" + ".html" = "dir/doc_name.html")



function read_article(path)

{

	var read_news = window.open(path,'news','toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=480,height=350');

}



//-->
