





function showModelColour(path){
    var theCell = document.getElementById("product_picture");
	theCell.src = path + "?sizeh=335&sizew=382";	
}



