function save_export(target,table)
{
	var actWidth = 500;
	var actHeight = 380;
	var iMyWidth = (window.screen.width/2) - actWidth/2;
	var iMyHeight = (window.screen.height/2) - actHeight/2;
	var newwin = window.open("/admin/addon/export/default.asp?ID="+target+"&table="+table,"","status=no,width="+actWidth+",height="+actHeight+",resizable=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",toolbar=no,menubar=no,scrollbars=no,location=no,directories=no");
	newwin.focus();
}

function wizard_staff(TargetURL,TargetID)
{
	var actWidth = 800;
	var actHeight = 500;
	var iMyWidth = (window.screen.width/2) - actWidth/2;
	var iMyHeight = (window.screen.height/2) - actHeight/2;
	var WIZ_staff = window.open("/admin/staff/wizard/"+TargetURL+".asp?ID="+TargetID,"WIZ_staff","status=no,width="+actWidth+",height="+actHeight+",resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",toolbar=no,menubar=no,scrollbars=no,location=no,directories=no");
	WIZ_staff.focus();
}

function wizard_address(RegID,NeuYN,CurrentTabID)
{
	var actWidth = 800;
	var actHeight = 530;
	var iMyWidth = (window.screen.width/2) - actWidth/2;
	var iMyHeight = (window.screen.height/2) - actHeight/2;
	var WIZ_address = window.open("/admin/address/wizard/default.asp?ID="+RegID+"&neu="+NeuYN+"&tab="+CurrentTabID,"WIZ_address","status=no,width="+actWidth+",height="+actHeight+",resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",toolbar=no,menubar=no,scrollbars=no,location=no,directories=no");
	WIZ_address.focus();
}

function wizard_darlehen(TargetURL,TargetID)
{
	var actWidth = 800;
	var actHeight = 500;
	var iMyWidth = (window.screen.width/2) - actWidth/2;
	var iMyHeight = (window.screen.height/2) - actHeight/2;
	var WIZ_darlehen = window.open("/admin/address/objekt/wizard/"+TargetURL+".asp?ID="+TargetID,"WIZ_darlehen","status=no,width="+actWidth+",height="+actHeight+",resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",toolbar=no,menubar=no,scrollbars=no,location=no,directories=no");
	WIZ_darlehen.focus();
}

function wizard_diary(TargetURL,DatumStr,TargetID)
{
	var actWidth = 800;
	var actHeight = 500;
	var iMyWidth = (window.screen.width/2) - actWidth/2;
	var iMyHeight = (window.screen.height/2) - actHeight/2;
	var WIZ_diary = window.open("/admin/diary/wizard/"+TargetURL+".asp?ID="+TargetID+"&Datum="+DatumStr,"WIZ_diary","status=no,width="+actWidth+",height="+actHeight+",resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",toolbar=no,menubar=no,scrollbars=no,location=no,directories=no");
	WIZ_diary.focus();
}





