//-----------------------//
//¹°Ç° °ü·Ã È£Ãâ		 //
//-----------------------//
function CheckArea01(url,cd)
{
		var fVariable=document.SaveGrowAlbum;
		//fVariable.FArea02.options[0].selected = true ;
		fVariable.Area02.options[0].text = "Loading..........." ;
		var uGap = "./"+url+"?FArea01="+cd+"&FArea02=A";
		parent.bottomFrame.location.href = uGap;	
}



function CheckArea01_new(objForm, url, cd)
{

	objForm.Area02.options[0].text = "Loading..........." ;

	var uGap = "./"+url+"?FArea01="+cd+"&FArea02=A";

	parent.bottomFrame.location.href = uGap;

}
