<!--hide this script from non-javascript-enabled browsers

function info(){
      win = window.open("aip/info.html","info","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=470,height=400")
    win.focus();
}
function mobile(){
      win = window.open("http://www.sonymusic.co.jp/Music/Arch/KS/SpinAqua/index_m.html","Mobile","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=245,height=330")
    win.focus();
}
function disco(){
      win = window.open("aip/disco.html","info","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=470,height=400")
    win.focus();
}
function mail(){
      win = window.open("mail/index.html","info","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=470,height=400")
    win.focus();
}
function wall(){
      win = window.open("wallpaper/index.html","info","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=470,height=400")
    win.focus();
}
function pisces(){
      win = window.open("release/pisces.html","info","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=470,height=400")
    win.focus();
}
function films(){
      win = window.open("release/films.html","info","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=470,height=400")
    win.focus();
}
function gallery(){
      win = window.open("gallery/index.html","info","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=470,height=400")
    win.focus();
}
function cm(){
      win = window.open("cm/index.html","info","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=470,height=400")
    win.focus();
}
function paper(){
      win = window.open("release/paper.html","info","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=470,height=400")
    win.focus();
}
function profile(){
      win = window.open("profile/index.html","info","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=470,height=400")
    win.focus();
}
function live(){
      win = window.open("aip/live.html","info","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=470,height=400")
    win.focus();
}

function NewWindow(mypage, myname, w, h) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl;
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}



/* トップページを表示する */

function nurumayuWindow(theURL,winName,features) { 
if (navigator.appName == 'Microsoft Internet Explorer' && (navigator.platform.substring(0,3) == 'Win')) {
	var nuruw =screen.width;
	var nuruh = screen.height;
	window.open (theURL,winName, "left=0,top=0,width=" +nuruw+ ",height=" + nuruh);
}
else if(navigator.appName == 'Netscape' || navigator.platform == 'MacPPC') {
	var nuruw =screen.width;
	var nuruh = screen.height;
	window.open(theURL,winName,"screenX=0,screenY=0,outerWidth="+nuruw+",outerHeight="+nuruh);
}else{
	var nuruw =screen.width;
	var nuruh = screen.height;
	window.open(theURL,winName,features);
}
}

function open_win() {
	/* サイズを求める */
	w = Math.floor(screen.availWidth  * 0.85)
	h = Math.floor(screen.availHeight * 0.85)
	
	x = (screen.availWidth-10  - w) / 2;
	y = (screen.availHeight-10 - h) / 2;
	
	win = window.open('top.html', 'main', 'top='+y+',left='+x+',width='+w+',height='+h+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes');
	win.focus();
}


// stop hiding -->
