$(function(){
/*============================================*/

/*--------------------------------------------*/
 if(here.is('.'))
/*--------------------------------------------*/{
$("img[src*='_off.'],input[src*='_off.']").imageRollOver();


}/*-------------------------------------------*/
 if(here.is('^/main.html'))
/*--------------------------------------------*/{
$('#menuSWF').insertSWF({src:'./swf/top', width:'100%', height:'100%', bgcolor:'#f4f4f2'});


}/*-------------------------------------------*/
 if(here.is('^/rikyu/'))
/*--------------------------------------------*/{
$('#shopSWF').insertSWF({src:'./swf/rikyu', width:'100%', height:'100%', bgcolor:'#f4f4f2'});


}/*-------------------------------------------*/
 if(here.is('^/camera/'))
/*--------------------------------------------*/{
$('#shopSWF').insertSWF({src:'./swf/camera', width:'100%', height:'100%', bgcolor:'#f4f4f2'});


}/*-------------------------------------------*/
 if(here.is('^/boy-u/'))
/*--------------------------------------------*/{
$('#shopSWF').insertSWF({src:'./swf/boy-u', width:'100%', height:'100%', bgcolor:'#f4f4f2'});

}/*-------------------------------------------*/
 if(here.is('^/boy/'))
/*--------------------------------------------*/{
$('#shopSWF').insertSWF({src:'./swf/boy', width:'100%', height:'100%', bgcolor:'#f4f4f2'});

}/*-------------------------------------------*/
 if(here.is('^/bulb-design/'))
/*--------------------------------------------*/{
$('#shopSWF').insertSWF({src:'./swf/bulb', width:'100%', height:'100%', bgcolor:'#f4f4f2'});

}/*-------------------------------------------*/
 if(here.is('^/attic/'))
/*--------------------------------------------*/{
$('#shopSWF').insertSWF({src:'./swf/attic', width:'100%', height:'100%', bgcolor:'#f4f4f2'});

}/*-------------------------------------------*/
 if(here.is('^/himitsu-kichi/'))
/*--------------------------------------------*/{
$('#shopSWF').insertSWF({src:'./swf/himitsu-kichi', width:'100%', height:'100%', bgcolor:'#f4f4f2'});
}/*-------------------------------------------*/
 if(here.is('^/concept/'))
/*--------------------------------------------*/{
$('#shopSWF').insertSWF({src:'./swf/concept', width:'100%', height:'100%', bgcolor:'#f4f4f2'});


}/*-------------------------------------------*/
 if(here.is('^/gallery/'))
/*--------------------------------------------*/{
//colorbox
$("#galleryPage p.pic a").lightpop('','','','../shared/img/lightpop/');

//clear
$("div.boxWrap").each(function(){
	$(this).find('div.box:nth-child(4n)').after('<div class="clearance"><!-- --></div>');
});

}/*-------------------------------------------*/
 if(here.is('^/staff/'))
/*--------------------------------------------*/{
//colorbox
$("#staffDetailPage div.works a").lightpop('','','','../../shared/img/lightpop/');

}/*===========================================*/
});

