<!--//
function loadImage() { 
	var rollover = new Array();
	for (var i=0; i < 15 ; i++) {
		rollover[i] = new Image();
	}
}

function changeImg(iName,img){
	document.images[iName].src=img;
}

function _JumpURLnewWin(url,sizeX,sizeY) 
{
  if (url != ''){
    win=window.open(url,"a","scrollbars=0,resizable=yes,width=" + sizeX + ",height=" + sizeY);
  }
}
function _TargetWinOpen(url,sizeX,sizeY,target) 
{
  if (url != ''){
    win=window.open(url,target,"scrollbars=1,resizable=yes,width=" + sizeX + ",height=" + sizeY);
  }
}
function SelectJumpURL(obj) 
{
  url = obj.options[obj.selectedIndex].value;
  if (url != '')
  {
    window.location = url;
  }
}
function mOvr(src,clrOver){ 
	if (!src.contains(event.fromElement)){
		src.style.cursor = 'hand'; 
		src.bgColor = clrOver; 
	} 
} 
function mOut(src,clrIn){ 
	if (!src.contains(event.toElement)){ 
		src.style.cursor = 'default'; 
		src.bgColor = clrIn; 
	} 
} 


function wopen1(){
        var wo
	wo=window.open("","gj","toolbar=No,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=423");
        wo.location.href="04_skejuuru.html";
        return wo;
}

function wopen4(){
	wo6=window.open("skejuuru.html","new", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=420,height=560");
}



function wopen5(){
	wo6=window.open("skejuuru.html","new", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=420,height=488");
}

function wopen6(){
	wo6=window.open("skejuuru.html","new", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=420,height=650");
}



function changeParent(url){
	if (window.opener){
		window.opener.location.href = url;
		window.opener.focus();
	} else {
		window.open(url)
	}
}
//-->