Hola.. para abrir una ventana popup puedes hacer lo siguiente:
<html>
<head>
<SCRIPT language="JavaScript">
function Abrir(url, titulo)
{
popupWin = window.open(url, name,'scrollbar, resizable, width=500 height=400')
}
</script>
</head>
<body>
<a href="javascript
:Abrir('pagina.asp','Titulo') ">
Mi Ventana </a>
</body>
</html>
y con respecto al calendario que es exactamente que quieres que aparezca..??
Saludos..!! ;) ;)
<html><center><embed src="http://www.angelfire.com/on/cobainss/Movie1.swf" height=80 width=200><BR></embed></center></html>