function fenster(argURL,argName,argFeatures)
{
	window.open(argURL, argName, argFeatures);
}
