$(function() {
	
	$("#product-menu a.product-popups").click(function() {
		$(this).loadBox({ref: $("#product-card"), trg: $('#popup-product-card'), align: 'cw'});
		return false;
	});

	// only include if where on the product page
	$("#product-menu a.link-login-quick").click(function() {
		$(this).loadBox({ref: null, trg: $("#popup-login-quick"), offsetHeight: 260});
		return false;
	});
	$("#zoom-image a.link-image-quick").click(function() {
		$(this).loadBox({ref: $("#product-card"), trg: $("#popup-image-quick"), align: 'cw'});
		return false;
	});
	
	 $("ul.reviews a.read-review").click(function() {
	 	$(this).hide();
	 	var p = $(this).parent();
	 	$("h5",p).hide();
	 	$("h6",p).show();
	 
	 	return false;
	 });
	
	

});

function apegroup_popup(theURL,width,height) {
	window.open(theURL,'Trailers','toolbar=no,location=no,directories=no,status=no,menubar=no,titlebar=yes, scrollbars=no,resizable=no,width='+width+',height='+height+',top=310,left=400,fullscreen=no');
}
