//------------------------------------------------------------
//    JS_ChangePhoto
//------------------------------------------------------------
// Argument		-	1 : jpg File Name
//
// Reference	-	JsPhotoL	:	image tag name
//------------------------------------------------------------
// Put the argument 1 file to JsPhotoL
//------------------------------------------------------------

function JS_ChangePhoto(AgJpgFile) {

if	(document.images)	document.JsPhotoL.src	=	AgJpgFile;

}

