
/**************************************************
写真カテゴリー
***************************************************/
function sel(a){
	a.style.borderTop='#dcdcdc 1px solid';
	a.style.borderLeft='#dcdcdc 1px solid';
	a.style.borderRight='#000000 1px solid';
	a.style.borderBottom='#000000 1px solid';
}
function unsel(a){
	a.style.borderStyle='none';
}

/**************************************************
写真ウィンドウ表示
***************************************************/
function ShowPhoto(n,wh){
	window.open("gallery/photo.asp?n=" + n,"details","width=620,height=" + wh);
}


