function show_large($new_src) { 
	document.getElementById('large_img').src='/templates/img/products/larges/'+$new_src;
}

function MM_openBrWindow(theURL,winName,features) { // Used to open product thumb image in new window
  window.open(theURL,winName,features);
}

function doNothing() { // Intentionally empty
}


