function view_shadow_html(content){
	Shadowbox.open({
		content:"./gaiyou/" + content + ".html",
		player:"iframe",
		height:200,
		width:450
	});
}
