var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=600,width=800,title=0,location=0,status=0,scrollbars=1');
    /*newwindow.moveTo(0,0);*/
	if (window.focus) {newwindow.focus()}
}

function MM_popupMsg(msg) { //v1.0
  alert(msg);
}