// JavaScript Document
var openNews = function(url){
	nwd = window.open(url,'', 'width=640,height=485,scrollbars=no,toolbar=no,location=no');
	}
