'+date+'
';
popup_content += ' '+title+'
';
popup_content += ' '+photoImg+'
';
popup_content += ' '+desc+'
';
popup_content += '
';
popup_content += ' ';
}
$("#popup_container").html(popup_content);
$("#popup_container").css({
"top": $(window).height()/2 - 194,
"left": $(window).width()/2 - 432
});
$("#popup_container").fadeIn();
$("#bg_layer").css({
"width": $(document).width(),
"height": $(document).height(),
"display":"block"
});
$("#close_container").css({
"top": $(window).height()/2 - 170,
"left": $(window).width()/2 + 400,
"display":"block"
});
$('#close_container a').focus();
$('#close_container a').focusout(function(){
$('#close_container a').focus();
});
});
$("#close_container, #bg_layer").click(function() {
$("#popup_container").fadeOut();
$("#close_container").css("display","none");
$("#bg_layer").css("display","none");
$(cur_window).focus();
});
});
'+date+' ';
popup_content += ' '+title+' ';
popup_content += ' '+photoImg+' ';
popup_content += ' '+desc+' ';
popup_content += ' | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
|