function embed_select(){
	document.embed.embed.focus();
	document.embed.embed.select();
}

