// ------------
// index.html
// product.html
// product01.html
// product02.html
// ------------

var newsURL = ((document.URL.indexOf("www") == -1)? "http://alfa-palette.jp/news.php" : "http://www.alfa-palette.jp/news.php");
var newsList = new Spry.Data.XMLDataSet(newsURL, "news/item[position() <= 3]");

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


// ------------
// experience.html
// ------------
function demo_start(){
	if(document.confirm.accept.checked == false) {
		alert('ご利用規約に同意してください。');
	} else {
		window.open('https://www.alfa-palette.com/alfa_palette/','kiyaku','toolbar=yes,scrollbars=yes,resizable=yes,width=1020,height=620');
	}
}

