var newwindow;
function startit(url)
{
	newwindow=window.open(url,'startit','height=340,width=300');
	if (window.focus) {newwindow.focus()}
}
