// JScript source code
function editor(url)
{
	window.open(url,'editor','width=600,height=400');
}

// JScript source code
function constants(url)
{
	window.open(url,'constants','width=300,height=600');
}