// JavaScript Document


function hightlight_basket() {
	new Effect.Highlight('total_row', {duration: 6});
}


function local_initialise_product_page() {
	//alert('local');
//	Event.observe('main_image', 'mouseover', function(event) { new Effect.Move('click_to_zoom', { x: 0, y: 252, mode: 'absolute', duration: 0.3 }); });
//	Event.observe('main_image', 'mouseout', function(event) { new Effect.Move('click_to_zoom', { x: 0, y: 272, mode: 'absolute', duration: 0.3 }); });
}