// JavaScript Document

// Area Check
    function winopen(url){
      winnew=window.open(url,"new","resizable=0,toolbar=0,location=no,status=no,menubar=0,scrollbars=1,width=590,height=480");
    }
				
// CHECK LIST
				function winopen2(url){
winnew=window.open(url,"point","resizable=0,toolbar=0,location=no,status=no,menubar=0,scrollbars=1,width=490,height=480");
}

// PRICE LIST
				function winopen3(url){
winnew=window.open(url,"price","resizable=0,toolbar=0,location=no,status=no,menubar=0,scrollbars=1,width=780,height=450");
}