// changepic.js v2.0
//
/*-----------------------------------------------------------------------------------------------*/
function ch_pic(pic_file)
{
document.chPho.src = pic_file;
}
function ch_pic1(pic_file)
{
document.chPho1.src = pic_file;
}
function ch_pic2(pic_file)
{
document.chPho2.src = pic_file;
}
function ch_pic3(pic_file)
{
document.chPho3.src = pic_file;
}
function ch_pic4(pic_file)
{
document.chPho4.src = pic_file;
}
function ch_pic5(pic_file)
{
document.chPho5.src = pic_file;
}
function ch_pic6(pic_file)
{
document.chPho6.src = pic_file;
}
function ch_pic7(pic_file)
{
document.chPho7.src = pic_file;
}
function ch_picz(pic_file)
{
document.chPhoz.src = pic_file;
}
function ch_piczb(pic_file)
{
document.chPhoColor.src = pic_file;
}