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() {
	$("img[src$='images/checkout_bullet.gif']").css('vertical-align', 'bottom')
	$("br:last").css({display: 'none'})
		
	$(".az_tooltip_obj a", ".az_product_list_box2").mouseover(function () {
		$(".az_tooltip").hide(1)
		$(".az_tooltip", ".az_product_list_box2").eq($(".az_tooltip_obj a", ".az_product_list_box2").index(this)).show(1)
    })
	
	$("#az_product_option select").selectbox()
	
	$('#az_category_menu').az_dropDownMenu({timer: 500, parentMO: 'parent-hover', childMO: 'child-hover'})
});