/***　Ceramic Tile Paintingの3ページのみ　***/
//thumnail画像MouseOverによるlgPhotoの画像＆キャプションを変更
var lgFileName=""; lgWidth=0; lgHeight=0; lgCaption="";
function thumToLg(lgFileName, lgWidth, lgHeight, lgCaption){
	document.getElementById("lgPhoto").src = "images/ceramic/" + lgFileName + ".jpg";
	document.getElementById("lgPhoto").width = lgWidth
	document.getElementById("lgPhoto").height = lgHeight
	document.getElementById("pCaption").innerHTML = lgCaption;
}