var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=293,width=335,left=400,top=400,resizeable=0,scrollbars=0,toolbar=0,menubar=0,location=0,status=0,directories=0');
	if (window.focus) {newwindow.focus()}
}

function poptasticbig(url)
{
	newwindow=window.open(url,'name','height=413,width=495,left=400,top=400,resizeable=0,scrollbars=0,toolbar=0,menubar=0,location=0,status=0,directories=0');
	if (window.focus) {newwindow.focus()}
}
