<!--

function OpenWindow(url)
{
	window.open(url,'a', 'width=430,height=480,status=no,resizable=no,location=no,scrollbars=no');
}


function OpenPoem(url, w, h)
{
	window.open(url,'a', 'width=' + w + ',height=' + h + ',status=no,resizable=no,location=no,scrollbars=yes');
}

//-->