function prod_change_image( newimage )
{
	blah = $$('#prod_details_image img')[0];//.writeAttribute('src', newimage);
	blah.writeAttribute('src', newimage);
	
	//alert(blah.readAttribute('src'));
}

function yes_no( text )
{
	return confirm( text );
}

function show_search()
{
	Effect.BlindDown('search');
	$('search_button').hide();
	
}