$(document).ready(function(){
  $(".grid_divTop > ul#c_tabs").tabs({ fx: { opacity: 'toggle' } });
});

/* Zoom Product Function - from existing codebase */
function openindex(imgID) { 
	var OpenWindow=window.open("/store/catalogue/zoomProduct.aspx?imgID="+(imgID+1), "newwin","height=570,width=900"); 
} 
