// JavaScript Document
function web(){
	var sw = (screen.width - 10);
	var sh = (screen.height - 50);
	window.open("web.html","","toolbar=no,resizable=yes,status=yes,scrollbars=no,menubar=no");
}

function web_eng(){
	var sw = (screen.width - 10);
	var sh = (screen.height - 50);
	window.open("web_eng.html","","toolbar=no,resizable=yes,status=yes,scrollbars=no,menubar=no");
}
