function show_price(val)
{
  var myspan = document.getElementById('price');
  var span_textnode = myspan.firstChild;	
  if (val == 666)
	  span_textnode.data = "Price: Call 1- 877- 4 PECASO";
  else
	  span_textnode.data = "Price Per Unit: $" + val;
}

function swapImage(){
	var image = document.getElementById("imageToSwap");
	var dropd = document.getElementById("finish");
	if (dropd.value == ""){
	
	}else {
	image.src = "wp-content/themes/sosuechtig29beta5/sosuechtig_black/images/product_images/thumbs/" + dropd.value;
	}
};

