ramzes (12.06.2012/19:24)заменил,все равно не хочет
вместоecho checkout(mb_substr($postres['text'], 0, 1000), 0, 2);
вставить
echo vk_video(checkout(mb_substr($postres['text'], 0, 1000), 0, 2));
function show_hide(elem) {
obj = document.getElementById(elem);
if( obj.style.display == "none" ){
obj.style.display = "block";
}else{
obj.style.display = "none";
}
}