﻿var neu = null;

function Fernsteuerung(url) {
neu = window.open("", "FS", "width=300,height=550,resizable=yes, scrollbars=yes");
    if (neu != null) {
    if (neu.opener == null) {
        neu.opener = self;
        }
    neu.location.href = url;
    }
}

function PrintView(url) {
neu = window.open("", "FS", "width=580,height=550,resizable=yes, scrollbars=yes");
    if (neu != null) {
    if (neu.opener == null) {
        neu.opener = self;
        }
    neu.location.href = url;
    }
}

function SendLink(url) {
neu = window.open("", "FS", "width=580,height=550,resizable=yes, scrollbars=yes");
    if (neu != null) {
    if (neu.opener == null) {
        neu.opener = self;
        }
    neu.location.href = url;
    }
}

function wopen()
{
	vscw = window.open("http://www.markmichel.ch/versicherungscheck.php","vscwindow","top=50,left=50,width=536,height=643,buttons=no,scrollbars=yes,location=no,menubar=yes,resizable=no,status=no,directories=no,toolbar=no");
	vscw.focus();
}

function wopen2()
{
	vscw = window.open("http://www.markmichel.ch/umfrage.php","vscwindow","top=50,left=50,width=536,height=643,buttons=no,scrollbars=yes,location=no,menubar=yes,resizable=no,status=no,directories=no,toolbar=no");
	vscw.focus();
}

function wopen3()
{
	vscw = window.open("http://www.interessenverband.ch/rechner.php","vscwindow","top=50,left=50,width=780,height=600,buttons=no,scrollbars=yes,location=no,menubar=yes,resizable=yes,status=no,directories=no,toolbar=no");
	vscw.focus();
}

function wopen_ratgeber(url)
{
	vscwr = window.open(url,"vscwindow_r","top=50,left=50,width=400,height=350,buttons=no,scrollbars=yes,location=no,menubar=yes,resizable=yes,status=no,directories=no,toolbar=no");
	vscwr.focus();
}

