// JavaScript Document
function oeffnenFenster(theURL,winName,targetName,features)
{
	eval(winName+"=window.open('"+theURL+"','"+targetName+"','"+features+"')");
}