EventCancel = 1;

function noevent() 
{
if(EventCancel){
event.cancelBubble = true;
event.returnValue = false;
return false;
}
};

PhotoSeason = 2;

function PhotoSelect(season){
PhotoSeason = season;
photoback.background='./0'+season+'/0'+season+'_back.jpg';
document.groopphoto.src='./0'+season+'/0'+season+'_all.jpg';
}

function EggMember(photoname){
document.groopphoto.src='./0'+PhotoSeason+'/0'+PhotoSeason+'_'+photoname+'.jpg';
}

function EggAll(){
groopphoto.src='./0'+PhotoSeason+'/0'+PhotoSeason+'_all.jpg';
}

function ChangeText(searchkey){
if(searchkey){ document.search.onview.disabled=false;
document.search.onacv.disabled=false;
document.search.onwolf.disabled=false;
}else{  document.search.onview.disabled=true;
document.search.onacv.disabled=true;
document.search.onwolf.disabled=true;
}}

OUTSIDEFRAME = parent.location;
function outline(){
if(OUTSIDEFRAME && OUTSIDEFRAME != 'http://egg.gotoyuki.net/'){ top.location='http://egg.gotoyuki.net/'; }
}
