// standardowe funkcje js

function poptastic(url)
{
	newwindow=window.open(url,'name','left=50,top=20,height=600,width=800');
	if (window.focus) {newwindow.focus()}
}