//
function openWin01()
{
	openWin("../ex/ex01.html");
}
function openWin02()
{
	openWin("../ex/ex02.html");
}
function openWin03()
{
	openWin("../ex/ex03.html");
}
function openWin04()
{
	openWin("../ex/ex04.html");
}
function openWin05()
{
	openWin("../ex/ex05.html");
}
function openWin06()
{
	openWin("../ex/ex06.html");
}
function openWin07()
{
	openWin("../ex/ex07.html");
}
function openWin08()
{
	openWin("../ex/ex08.html");
}
function openWin09()
{
	openWin("../ex/ex09.html");
}
function openWin10()
{
	openWin("../ex/ex10.html");
}
function openWin11()
{
	openWin("../ex/ex11.html");
}
function openWin12()
{
	openWin("../ex/ex12.html");
}
function openWin13()
{
	openWin("../ex/ex13.html");
}
function openWin14()
{
	openWin("../ex/ex14.html");
}
function openWin15()
{
	openWin("../ex/ex15.html");
}
function openWin16()
{
	openWin("../ex/ex16.html");
}
function openWin17()
{
	openWin("../ex/ex17.html");
}
function openWin18()
{
	openWin("../ex/ex18.html");
}

function openWin($url)
{
	window.open($url,"Sample","width=470,height=600,scrollbars=yes");
}

// 
function ex_init()
{
	window.focus();
}
