﻿/* Base Size */
function new_open(url) {
	newWin = window.open(url,'newWin','width=620,height=650,menubar=no,scrollable=no,resizable=yes,scrollbars=no');
	newWin.focus();
}
/* Large Size */
function new_openL(url) {
	newWin = window.open(url,'newWin','width=1000,height=650,menubar=no,scrollable=no,resizable=yes,scrollbars=yes');
	newWin.focus();
}

/* ヘア美容液のメカニズム */
function liquid_mecha(url) {
	newWin = window.open(url,'newWin','width=640,height=665,menubar=no,scrollable=no,resizable=yes,scrollbars=no');
	newWin.focus();
}

/* Wax Style Chart */
function waxchart(url) {
	newWin = window.open(url,'stylechart','width=1000,height=680,menubar=no,toolbar=no,location=no,scrollable=no,resizable=yes,scrollbars=no,status=no');
	newWin.focus();
}
/* Jelly Style Chart */
function jellychart(url) {
	newWin = window.open(url,'stylechart','width=960,height=670,menubar=no,toolbar=no,location=no,scrollable=no,resizable=yes,scrollbars=no,status=no');
	newWin.focus();
}
/* トリートメントサラ水のメカニズム */
function water_treatment_mecha(url) {
	newWin = window.open(url,'newWin','width=620,height=680,menubar=no,scrollable=no,resizable=yes,scrollbars=no');
	newWin.focus();
}

/* ディズニーデザイン限定セット特設ページ */
function disneyOpen() {
	newWin = window.open('./disney/index.html','newWin');
	newWin.focus();
}

