// JavaScript Document
function ChangeTableBack()
{
	//URLを指定していれておきます。
	var arrUrl = new Array("img/bg-001.jpg","img/bg-002.jpg","img/bg-06.jpg")
	//処理スタート
	nTemp = Math.round(Math.random()*(arrUrl.length-1));
	strHtml = "url("+arrUrl[nTemp]+")";
	document.getElementById("tblSample").style.background = strHtml;
}
function menuLink(linkLoc)
{ if(linkLoc !="") { window.location.href=linkLoc;} }

//ジグソー＆パネルゲーム用ポップアップ
function opengame(url,target)
{
window.open(url,target, "scrollbars=yes,width=860,height=600")
}
//海外自社工場用ポップアップ
function openwindow(url,target)
{
window.open(url,target, "scrollbars=no,width=700,height=350")
}
//着うた用ポップアップ
function openttyakuta(url,target)
{
window.open(url,target, "scrollbars=no,width=400,height=400")
}
//着せ替え用ポップアップ
function opensimu(url,target)
{
window.open(url,target, "scrollbars=yes,width=780,height=640")
}
//新春得々リフォームキャンペーン用ポップアップ
function reform01campagin(url,target)
{
window.open(url,target, "scrollbars=yes,width=440,height=700")
}
//住まいるクラブ会員用ポップアップ
function smileclub(url,target)
{
window.open(url,target, "scrollbars=yes,width=750,height=420")
}
//ハレル家アクセサリー
function hareruyaac(url,target)
{
window.open(url,target, "scrollbars=no,width=800,height=425")
}
//企業最前線出演ポップアップ
function tv_nkym(url,target)
{
window.open(url,target, "scrollbars=no,width=500,height=360")
}
//耐震ビデオポップアップ
function video(url,target)
{
window.open(url,target, "scrollbars=no,width=500,height=500")
}
//韓国フェアポップアップ
function korea(url,target)
{
window.open(url,target, "scrollbars=yes,width=622,height=476,resizable=1")
}
//韓国ショールームポップアップ
function korea2(url,target)
{
window.open(url,target, "scrollbars=no,width=622,height=690,resizable=1")
}
//マンガポップアップ
function manga(url,target)
{
window.open(url,target, "scrollbars=no,width=600,height=386,resizable=1")
}
//清掃写真ポップアップ
function seisou(url,target)
{
window.open(url,target, "scrollbars=yes,width=640,height=800,resizable=1")
}