function IkkunaAuki( url, width, height , options, name)
{
if ( ! width ) width = 640;
if ( ! height ) height = 420;
if ( ! options ) options = "scrollbars=yes,menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes";
if ( ! name ) name = "ToinenIkkuna";

var newWin = window.open( url, name, "width=" + width + ",height=" + height + "," + options );
}

function tulokset( url, width, height, options, name)
{
if ( ! width ) width = 740;
if ( ! height ) height = 620;
if ( ! options ) options = "scrollbars=yes,menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes";
if ( ! name ) name = "tulokset";

var newWin = window.open( url, name, "width=" + width + ",height=" + height + "," + options );
}

function results( url, width, height,options, name)
{
if ( ! width ) width = 740;
if ( ! height ) height = 620;
if ( ! options ) options = "scrollbars=yes,menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes";
if ( ! name ) name = "results";

var newWin = window.open( url, name, "width=" + width + ",height=" + height + "," + options );
}
