function moveMain(){
	var_style = "width=800,height=600,toolbar=yes,scrollbars=yes,resizable=yes,location=yes";
	var win=window.open('http://www.0101.co.jp/yurakucho/from_ss.html', 'subcontents', var_style);
	win.focus();
}
