swfobject.embedSWF(
	"./top.swf", 
	"topflash", 
	"100%", 
	"420", 
	"9.0.0", 
	"expressInstall.swf"
);

$(function() {
    $('#tabmenu > ul').tabs({ fx: { opacity: 'toggle' } });
});

try {
  document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}

function newHRLab(filename) {
	window.open(
		filename,
		'HRLab',
		'width=987,height=736,left=0,top=0,status=1,scrollbars=1,menubar=1,location=1,toolbar=1,resizable=yes'
	);
}

function newKadan(filename) {
	window.open(
		filename,
		'kitchen',
		'width=660,height=518,top=0,left=0,status=0,scrollbars=0,menubar=0,location=0,toolbar=0,resizable=no'
	);
}

function newkitchen(filename) {
	window.open(
		filename,
		'kadancm',
		'width=836,height=536,left=0,top=0,status=0,scrollbars=0,menubar=0,location=0,toolbar=0,resizable=no'
	);
}
