app.addmenu()
$('div.left_menu:last li span.center').each(function(){
	if($(this).attr('protype')==0){
		$(this).prepend('<font triangle=right></font>');
	}else{
		$(this).prepend('&nbsp;<font triangle=right></font>');
	}
})
$('div.index_pro_list a span').each(function(){
	$(this).text($(this).text().substr(0,$(this).text().indexOf('('))).prepend('<font triangle=right></font>')
})
app.html5()
app.triangle()
app.button()
//$('div.menu li span.right').attr('flip', 'x')
app.flip()
app.chat()
app.lightbox('/Index/images/')
app.nopic()
$('div.middle_left a li span.center[protype=1] font').css('border-color', 'transparent #C2DFF0')
