*** empty log message ***

This commit is contained in:
sebastian 2005-08-02 09:49:55 +00:00
parent 58fd5c470c
commit 707805a511
3 changed files with 8 additions and 4 deletions

View file

@ -1,4 +1,7 @@
<script type="text/javascript">
// Browser detection
ie5 = (document.getElementById && document.all && document.styleSheets) ? 1 : 0;
nn6 = (document.getElementById && !document.all) ? 1 : 0;
function frename(name, id){literal}{{/literal}
var s=document.getElementById('ID'+id);
@ -36,6 +39,7 @@
function popup(url, name, width, height) // popup in center of perent window
{
var name = 'popup';
var screenX;
var screenY;
var Xpos;