﻿var flyout;

function openWinK7(address,width,height)	
			{
			flyout=window.open(address, "Kfo","resizable=yes,scrollbars=yes, width="+width+",height="+height+"");
			flyout.focus();
		    }
     

function openWin(address) {
                flyout=window.open(address, "Kfo","menubar=no,scrollbars=yes,resizable=yes,width=450,height=550");
                }

function openWinHuge(address) {
                
                flyout=window.open(address,"Kfo","menubar=no,scrollbars=yes,resizable=yes,width=650,height=850");
           
                }
        
function openpage(address)
        	{
        		page = window.open(address, "Kfo Freimüller","resizable=yes,scrollbars=yes,width=570,height=800,top=70,left=200");
        		page.focus();
        		//page.moveTo(240,50);
	      	}
	      	

