function ShowImage(x) {
	document.images["prod_img"].src = viewArray[x].src;
}

function ShowPhotoGallery() {
   document.getElementById("vPlayer").style.visibility = "hidden";
}

function ShowVideoReview() {
   document.getElementById("vPlayer").style.visibility = "visible";
}
