function openTest()
{
	window.open("test/index.html","wTest","width=650,height=500,toolbar=no,scrollbars=yes,resizable=no")
}

function openDTest()
{
	window.open("test/d_index.html","wDTest","width=650,height=500,toolbar=no,scrollbars=yes,resizable=no")
}

function openSollysTest()
{
	window.open("test/s_index.html","wSTest","width=650,height=500,toolbar=no,scrollbars=yes,resizable=no")
}

