$(function(){

	$('.cbox_inner .news li:last-child').addClass("last");

});



function backForm(){
	document.form1.mode.value=3;
	document.form1.submit();
}



function NewOpen(URL,pWidth,pHeight) {
	var newWin1=window.open(URL,"","width="+pWidth+",height="+pHeight+",scrollbars=1,toolbar=0,resizable=1");
	newWin1.focus();
}
