// 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 }); });
}

function find_us_change() {
	var _select = $('find_us');
	var find_us_other = $('find_us_other');
	if (_select.getValue() == "other") {
		find_us_other.show();	
	} else {
		find_us_other.hide();
	}
//	alert(_select.getValue());	
}
