var newwindow;
function poptasticConti(url)
{
	newwindow=window.open(url,'name','height=500,width=630,scrollbars=yes,toolbar=yes');
	if (window.focus) {newwindow.focus()}
}