function showBookmarks(url)
{
	//alert("infun");
	dest = url;
	var mh = 450;
	var mw = 420;
	TheWin = window.open(dest,'image','height=' + mh + ',width=' + mw + ',toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');
	TheWin.resizeTo(mw+2,mh+30);
TheWin.focus();

}

function showRss(url)
{
	//alert("infun");
	dest = url;
	var mh = 480;
	var mw = 620;
	TheWin = window.open(dest,'image','height=' + mh + ',width=' + mw + ',toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');
	TheWin.resizeTo(mw+6,mh+30);
TheWin.focus();

}
