// JavaScript Document
function showbannerright(){
	var chieurongmanhinh = jQuery(window).width();
	if(chieurongmanhinh<1200){
		document.getElementById("hienthibenphai").style.display = 'none';
	}else{
		document.getElementById("hienthibenphai").style.display = '';
	}
}
