var newwindow;
function poptasticpdfadvert(url)
{
	newwindow=window.open(url,'name','height=300,width=650,resizable=yes,scrollbars=1,toolbar=1');
	if (window.focus) {newwindow.focus()}
}