function popup_help(url) 
{
	window.open(url, "help", "width=400,height=200,menubar=0,location=0,status=0,toolbar=0,titlebar=0,scrollbars=0");
}

function popup_help_big(url) 
{
	window.open(url, "help", "width=600,height=300,menubar=0,location=0,status=0,toolbar=0,titlebar=0,scrollbars=0");
}
