function flash_ki(hely,wi,he,align1,margin1,wmode1)
{
	if (align1)
	{
		align1 = ' align=' + align1;
	}

	if (margin1)
	{
		margin1 = ' style="margin:' + margin1 + '"';
	}
	document.write('<object type="application/x-shockwave-flash" data=' + hely + ' width=' + wi + ' height=' + he + align1 + margin1 +'>');
	document.write('<param name="movie" value=' + hely + '>');
	document.write('<param name="quality" value="high">'); 
	if ( wmode1 ) { document.write('<param name="wmode" value=' + wmode1 + '>'); }
	document.write('</object>');
}

function ablak(link, width, height,scroll)
	{
	  window.open(link, "NewTitle", "toolbar=0, location=0, status=0, menubar=0, scrollbars="+scroll+", resizable=0, width="+width+", height="+height);
	}


function ablak1(link, width, height,scroll)
	{
	  window.open(link, "NewTitle1", "toolbar=0, location=0, status=0, menubar=0, scrollbars="+scroll+", resizable=0, width="+width+", height="+height);
	}
function bezar()
   {
    window.close();
   }