// Old: used for placing all in a subframe. Subframe worked only not with search engines. So this is old.
if (parent != null) parent.document.title = document.title;

// Hyperlinks: popup in a smaller window than the caller window.
function ACMS_HyperlinkPopup(sUrl)
{
	window.open(sUrl,'','width=640,height=480,channelmode=no,directories=yes,fullscreen=no,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,titlebar=yes,toolbar=yes');
};

