function addCookie()
{
    if (document.all)
       {
         window.external.addFavorite('http://www.japanshopper.net','ÀÖÀÖÊÐ³¡');
       }
      else if (window.sidebar)
      {
          window.sidebar.addPanel('ÀÖÀÖÊÐ³¡', 'http://www.japanshopper.net', "");
    }
}
//
//function fsubmit(obj){
//
//¡¡ obj.submit();
//
//}

//function freset(obj){
//
//¡¡ obj.reset();
//
//}


function full()
{
	var leftCol = window.document.getElementById('leftour'); 

    var rightCol = window.document.getElementById('rightour'); 
	
	var hLeftCol = leftCol.offsetHeight; 

    var hRightCol = rightCol.offsetHeight; 
	
	var maxHeight = Math.max(hLeftCol, hRightCol); 
	
	leftCol.style.height = maxHeight + 'px'; 

    rightCol.style.height = maxHeight + 'px'; 

}



