<!--

function listaprojektow()
{
	location.href = "index.php?a=project_my";
}

function listaprzykladow()
{
	location.href = "index.php?a=project_samples";
}

function aplikacja()
{
	location.href = "index.php?a=project_swf";
}

function help()
{
	openWindow("index.php?a=help&window=1", 600, 450, 0, 1);
}

function zprogramu()
{
	location.href = "index.php";
}

function samouczek()
{
	//alert("tutorial under construction");
	openWindow("index.php?a=help_tutorial&window=1", 990, 680, 0, 1);
}

function swiatkolorow()
{
	openWindow("index.php?a=help_colours&window=1", 970, 800, 0, 1);
}
//-->