// JavaScript Document www.olympia-verlag.de
//	erstellt von manuel kröppelt am 08.12.2003
//	letzte änderung : 08.12.2003

function openFlyOut (url, width, height, resize, scroll, left, top) {
	win=window.open(url,'universal',"'menubar=0 ,toolbar=0, left=1, top=1, scrollbars="+scroll+",status=0,resizable="+resize+",height="+height+",width="+width+"'");
   return;
}