function az_popupWindow(url) {
	window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}

jQuery(document).ready(function() {
	
	jQuery("img[src$='images/checkout_bullet.gif']").css('vertical-align', 'bottom');
	var total_li_width = 0;
	var total_infobar = 0;

	jQuery('.az_menu_item').each(function(){
		total_li_width += jQuery(this).width();
	});

	jQuery('.az_mi_spacer:first').width(658-total_li_width);
	

});

