﻿try{
var x=	$('.detail');
x.click(function(){$(this).children('.ddata').slideToggle();});
x.addClass('detailer').removeClass('detail');
}catch(err){}
/*
function pdd(){
try{
var x=	$('#vspace');
x.css({height:(window.innerHeight - x.offset().top) + 'px'});
}catch(err){}
}
try{
$(pdd);
$(window).resize(pdd);
}catch(err){}
*/