var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=400,width=650,resizable=yes,scrollbars=yes,toolbar=no,status=yes,menubar=yes');
	if (window.focus) {newwindow.focus()}
}

function pass_value(){

var the_main=frames['ebakka'].document.getElementById('content');
document.getElementById('ebak').innerHTML = the_main.value;

}