// JavaScript Document

function novyokno( odkaz )
{
    var test;
		
	test = ! window.open( odkaz );
	return test;
} 
