function showImage(file,wid,hei){
	document.write('<div style="width:'+wid+'px; height:'+hei+'px; background-image:url(http://takanoriohira.com/blog/uploads/'+file+');"></div>');
}