// JavaScript Document
window.defaultStatus = " Annekatrin Puhle ";
var random = Math.random() ;
var picnum = Math.round(random*4)+1;
var bildliste=new Array()
function preloader(){
for (i=0;i<preloader.arguments.length;i++){
bildliste[i]=new Image()
bildliste[i].src=preloader.arguments[i]
}
}
function rollov (pOverBild,pObjekt) {
document[pObjekt].src= pOverBild;
}

function rollout(pOutBild,pObjekt){
document[pObjekt].src= pOutBild;
}

function fensta(theURL,winName,features) {
  par=window.open(theURL,winName,features);
}

function zentFenster(pInhalt, pName, pBreite, pHoehe, pResi, pScro) {
linksPos = (screen.width-pBreite)/2;
obenPos = (screen.height-pHoehe)/2;
einstellung ='width='+pBreite+', height='+pHoehe+' , left='+linksPos+', top='+obenPos+', resizable='+pResi+', scrollbars='+pScro;
window.open (pInhalt,pName,einstellung, pResi, pScro);
}

function fixe() {
  this.focus();
}

function fenestra(){

fen=window.open("html/rahmensatz.htm","ann","width="+screen.availWidth+",height="+screen.availHeight+",top=0,left=0,resizable=yes");
this.moveTo(0,0);
this.resizeTo(1024,768);
fen.focus();

}

function neues() {

window.open('newsPhp.php', 'fansta', 'scrollbars=yes,width=350,height=400');
}





