function New06()
{
		var wins = window.open('','RULE','width=610,height=625,left=0,top=0,status=no,toolbar=no,location=0, menubar=0,resizable=no,scrollbars=1')
		var popup = wins.document;
		
		/*    
		str =  "<html><head><script>status = '.::. Seminar .::.';</script>"
		str += "</head>"
		str += "<body bgcolor=#992754><img align=left src='imgs/rule.gif' width=110 height=160>"
		str += "<center><font face=Times color=cyan size=7><B> Seminar on <BR> </font> "
		str += "<font face=Times color=yellow size=6>\"American Electoral Process and the Upcoming Congress Election\""
		str += "</B></font></center>"
		str += "<BR clear=all><font face=Times color=cyan size=5><B>.:: Presented by:</B></font><BR>"
		*/
		
		str =  "<html><head><title>.:: Program of the training course ::.</title></head>"
		str += "<body bgcolor=#992754>"
		str += "<center><img src='imgs/Seminar01082008.jpg' width='550' height='450'></center><br>" 
		/*
		str += "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dr. &nbsp; Christ Arterton<BR>"
		str += "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mr. &nbsp; John Daigle<BR>"
		str += "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ms. &nbsp; Ty Sopheavy (Translator)<BR><BR>"
		*/
		str += "<font face=tahoma color=white size=2><b>"
		str += "Date: 01-04 September, 2008 - Please click <a href='imgs/Tentative0104Sept2008.pdf'><b><font face=tahoma color='yellow' size=2><b>here</b></font></b></a> for more details program.<br>"
		str += "Building: D <BR>"
		str += "Salle: D <BR>"
		str += "Campus: Royal University of Law and Economics (RULE)<br>"
		str += "For more information please contact: Mr. Khim Kiri - Mobile: 012 615 800"
		str += "</b></font><p>"
		str += "<center><H4><font face=times color=yellow>Please come to join us, THANKS!</font></H2></center></body></html>"
		
		popup.write(str);
		popup.close();

}
