function popup_superlinking () {

	output = window.open ("", Math.round (10000 * Math.random ()), "width=547,height=225,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=no");
	output.document.write ("<html><head><link type='text/css' rel='stylesheet' href='layouts/kaworu/popup.css'><title>The NERV Archives</title></head><body><h1>What is Super Linking?</h1><p>Super Linking is a method of dynamically parsing a web site's content and super-imposing hyperlinks onto terms where additional information is available. These <i>Super-Imposed Hyperlinks</i> (<i>Super Links</i> for short) are distinguishable from regular text and other links by their <font color='#007700'>green</font>* color. Super Linking is a useful tool for fans who may not be familiar with all of the terms presented in the various articles on this site.</p><p class='content'><small>* Link color depends on the layout currently active.</small></p></body></html>");
}

function popup_image (image,width,height) {

	output = window.open ("", Math.round (10000 * Math.random ()), "width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=no");
	output.document.write ("<html><head><title>The NERV Archives</title></head><body topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'><center><a href='javascript:self.close()'><img src='images/" + image + "' width='" + width + "' height='" + height + "' border='0'></a></center></body></html>");
}
