function sub_w(w){
	tar = window.open(w,'sw','width=600,height=650,scrollbars=1');
	tar.moveTo(0,0);
	tar.focus();
}

function opener_w(w){
	window.opener.location.href = w;
}
