dmnName="www.kidsde.com";

if(String(location.href).indexOf("/test")!=-1){
	dmnName+="/test";
}

passDepth="";
thisUrl=String(location.href);
startPos=thisUrl.indexOf(dmnName)+dmnName.length+1;
endPos=thisUrl.length;
chkWord=thisUrl.substring(startPos,endPos);
chkWordAry=chkWord.split("");
for(i in chkWordAry){
	if(chkWordAry[i]=="/"){
		passDepth+="../";
	}
}

function getPass(fileName){
	return passDepth+fileName;
}



function camp0511_zukan(){
	window.open(getPass('01-news/02-camp/0511-zukan/'),'camp0511_zukan','width=850,height=600,scrollbars=yes').focus();
}

function shop01(){
	window.open(getPass('04-kanren/01-shop/01-ptown/'),'link04','width=620,height=600,scrollbars=yes').focus();
}
function openSubWin(openUrl,winNum){
	var winPos='top='+50*winNum+',left='+50*winNum;
	window.open(openUrl,'kidsWin'+winNum,'width=480,height=480,scrollbars=1,resizable,'+winPos).focus();
}

function cart(){
	openSubWin('https://'+location.hostname+'/cgi-bin/cart/cart.cgi',1);
}

function guide(){
	openSubWin('http://'+location.hostname+'/guide/guide.html',1);
}

function memb(){
	openSubWin('https://'+location.hostname+'/cgi-bin/memb/index2.html',2);
}

function mail(){
	openSubWin('https://'+location.hostname+'/cgi-bin/inquiry/mail_1.html',3);
}

function comp(){
	openSubWin('http://'+location.hostname+'/comp/index.html',1);
}


function openURL(a){
	window.open(a,'window_main','width=750,height=560,top=0,left=0,scrollbars=1,resizable=1').focus();
}

function tokushu(dir){
	window.open(getPass('01-shopping/03-tokushu/'+dir+'/'),'tokushu','width=760,height=650,scrollbars=yes,resizable=yes').focus();
}

function detail(id){
	window.open(getPass('cgi-bin/01-shopping/01-select/detail.cgi?goods_id='+id),'detail','width=800,height=650,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes').focus();
}