var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=225,width=300,left=200,top=100, scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

//var keynotewindow;
//function popkeynote(url)
//{
//	keynotewindow=window.open('name','height=380,width=520,left=200,top=100, scrollbars=yes');
//	if (window.focus) {keynotewindow.focus()}
//}