function flashkardos()
{
	document.write('<object type="application/x-shockwave-flash" data="swf/kardos.swf" width="291" height="157">');
	document.write('<param name="movie" value="swf/kardos.swf">');
	document.write('<param name="quality" value="high">'); 
	document.write('<param name="wmode" value="transparent">');
	document.write('</object>');
}

function flashmenu()
{
	document.write('<object type="application/x-shockwave-flash" data="swf/menu.swf" width="231" height="462">');
	document.write('<param name="movie" value="swf/menu.swf">');
	document.write('<param name="quality" value="high">'); 
	document.write('<param name="wmode" value="transparent">');
	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 bezar()
   {
    window.close();
   }

