var newwindow;
function zoptastic(url)
{
	newwindow=window.open(url,'name','height=160,width=855,right=400,top=100,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}