// ----------
// 右サイドバーのタブの設定
// ----------

$(function() {
$('#ui-tab > ul').tabs({ fx: { opacity: 'toggle', duration: 'normal'  } });
});

// ----------
// ストライプテーブルの設定
// ----------

$(function(){
$(".data tr:even").addClass("even");
});


// ----------
// SM3関連ファイルオープン
// ----------

function func(){
funcwin=window.open('./function.html','popup','width=1024,height=768,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function prices(){
priceswin=window.open('./prices.html','popup','width=1024,height=768,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

