function popup1(url){
	var p = url.split('~');
	if (p[0] == "charm" || p[0] == "purity") {
	p[0] = "rose";
	} else if (p[0] == "star" || p[0] == "cool") {
	p[0] = "movie";
	} else if (p[0] == "elegance" || p[0] == "breeze" || p[0] == "orchid") {
	p[0] = "rings";
	} else if (p[0] == "dream") {
	p[0] = "feather";
	} 
	url = p[0]+"/index.php?v="+p[1];
	var w = 850;
	var h = 650;
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
var win1 = window.open(url,'preview','location=yes,menubars=yes,scrollbars=yes,width='+w+',height='+h+',top='+wint+',left='+winl+'');
win1.window.focus();
}
var IEdone = GetCookie('IE_FIX');
if (IEdone != '1') {
	if (isMinIE7) {
	alert('注：　あなたのブラウザー(Internet Explorer 7.0)はセッティングの問題にて、ローディング又はローディングの速度に問題が出る可能性があります。もしこのような問題があるようでしたら簡単に直せますので「よくあるご質問」ページの一番最後の質問をご覧下さい。');
	SetCookie("IE_FIX","1",365);
	}
} 