$(document).ready(function(){
	$("#image_saver").css({width:'1px', height:'1px'});
	$("#save_image_div").css({width:'1px', height:'1px'});
});

function loadImageDoodle(doodle, imageid, title, desc, mp3, width, height) {
	$("#mytuya_painter")[0].loadDoodle(doodle, imageid, title, desc, mp3, '', width, height);
}