
/***********************************************************
	needful sphinx
	©'2001 - 2005,  piratE'workS" / rintheimer.de/sign
	
	version 1.0,	lies long way back in 2002
	version 2.0,	13.jan.2005
	version 2.1, 	23.may.2005		
	version 2.2, 	16.october.2006	
************************************************************/



/***********************************************************
	MM_preloadImages
	alien code, (c) macromedia
************************************************************/
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


/***********************************************************
	get_automagic_copyright

	version 1.0, 02.sep.2002
	version 2.0, 13.jan.2005
	version 2.1, 23.may.2005	
************************************************************/
function get_automagic_copyright(copyright_startfromyear)
{
	//---------------------------------
	var datetime = new Date(); 
	var copyright = "&copy;opyright " + copyright_startfromyear;
	var this_year = datetime.getFullYear();
	if (copyright_startfromyear < this_year)
	{
		copyright = copyright + "-" + this_year;
	}	
	// let the magic happen...
	return copyright;
}
	


/***********************************************************
	openhtml

	version 1.0, 2002
************************************************************/
function openhtml(pagename, w, h)
{
  if (w == null) { w = 640 };
  if (h == null) { h = 480 };
  
  params = "width=" + w + ",height=" + h + ",left=50,top=50";
//  pagename = "http://www.rintheimer.de/" + pagename + ".html";
  pagename = pagename + ".html";
//  alert("pagename:= " + pagename + ", params:=" + params);
  neumann = window.open(pagename, "rintheimer", params);
}


/***********************************************************
	openlink

	version 1.0, 2002
************************************************************/
function openlink(pagename, w, h)
{
  if (w == null) { w = 640 };
  if (h == null) { h = 480 };
  
  params = "width=" + w + ",height=" + h + ",left=50,top=50";
  neumann = window.open(pagename, "rintheimer", params);
}


/*

graveyard


function no_RightClick{
	
	alert('Sorry: Diese Funktion ist deaktiviert.');
}

if (document.layers){
	
    window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
    window.onmousedown=rightclick;
    window.onmouseup=rightclick;

    function rightclick(e) {
		if (e.which == 3) {
			// Put right mouse code here
			no_RightClick;
   			return false;
		}
		else 
		{
        	return true;
        }
    }
}

if (document.all){
	
    function click() {
		if (event.button==2) {
			no_RightClick;
		}

		if (event.button==3) {
			no_RightClick;
		}
    }
	
    document.onmousedown=click
}





<!-- document lastmodified start here -->
<div class="copynotice"><script type="text/javascript" language="JavaScript">
<!--
document.write("last modified: " + document.lastModified); //auto lastmodified, 01.sept.2002
//-->
</script></div>
<!-- document lastmodified end here -->


*/



