function newsWin()
{
		var wins = window.open('','RULE','width=440,height=360,left=150,top=15,status=yes,toolbar=no,menubar=0,scrolling=0,resizable=no,')
		var popup = wins.document;
		    
		str =  "<html><head><script>status = '.::. Participation On 17 Dec 2009 .::.';</script>"
		str += "</head>"
		str += "<body bgcolor=#992754>"
		str += "<img align='left' src='imgs/rule.gif' width=90 height=130>"
		str += "<center><font face=Times color=cyan size=6><B> EU and RULE Make Participation </B></font></center>"
		str += "<BR clear=all><br />"
		str += "<font align='center' face='tahoma' color='white' size='2'>On 17 December 2009 at 3:30 pm at the Le Royal Hotel, "
		str += "EU and RULE participated in the ceremonial siging of the "
		str += " \"Establishment of a Database of Legal and Regulation Texts and Dissemination of Thematic Reports.\"<br /><br />"
		str += "Through the generous support and funding of the Law Research Center at RULE by the EU, the strengthening of " 
		str += "the Rule of Law and Human Rights in Cambodia continue "
		str += "to make positive strides."
		str += "</B></font><p />"
		str += "<center><H2><font color=silver><b> Thanks! </b></font></H2></center>"
		str += "<center><font face=Times color=yellow size=3><b>Royal University of Law and Economics</b></font></center></body></html>"
		
		popup.write(str);
		popup.close();

}