// JavaScript Document

function showWindow()
{
	window.open("_disclaimer1.html",null, "height=200,width=400,status=yes,toolbar=yes,resizable=yes,menubar=yes,location=yes,scrollbars=1,scrollbars=yes");
}

function tsx()
{
	window.open("_disclaimer2.html",null, "height=200,width=400,status=yes,toolbar=yes,resizable=yes,menubar=yes,location=yes,scrollbars=1,scrollbars=yes");
}