﻿function no_photo(x,y){
	if (y == null) { 
		x.src = "./img2/no_photo.gif"; 
	} 
	else {
		x.src = y; 
	}
}

function no_photo_small(x,y){
	if (y == null) { 
		x.src = "./img2/no_photo_small.gif"; 
	} 
	else { 
		x.src = y; 
	}
} 
function no_album(x,y){ 
	
	if (y == null) { 
		x.src = "./img2/no_album.gif"; 
	} 
	else {
		x.src = y; 
	}

}
function no_album_middle(x,y){ 
	
	if (y == null) { 
		x.src = "./img2/no_album_m.gif"; 
	} 
	else {
		x.src = y; 
	}

}
function no_album_small(x,y){ 
	
	if (y == null) { 
		x.src = "./img2/no_album_s.gif"; 
	} 
	else {
		x.src = y; 
	}

}
function no_buhin(x,y){ 
	
	if (y == null) { 
		x.src = "./img2/no_buhin.gif"; 
	} 
	else {
		x.src = y; 
	}

}
function no_buhin_middle(x,y){ 
	
	if (y == null) { 
		x.src = "./img2/no_buhin_m.gif"; 
	} 
	else {
		x.src = y; 
	}

}
function no_buhin_small(x,y){ 
	
	if (y == null) { 
		x.src = "./img2/no_buhin_s.gif"; 
	} 
	else {
		x.src = y; 
	}

}