﻿if(self ==top){location.href = "http://c-region.com";}
function viewer(id_name){
	if(id_name == 'gsearch'){
		parent.scrollTo(0,750);
	} else if(id_name == 'gmap'){
		parent.scrollTo(0,210);
	}
}
function subWin(data){
window.open(data,"window","scrollbars=yes,resizable,menubar=no,directories=no,status=no,location=no,width=400,height=400");
}
function check(theForm){
var checkCate = theForm.category_id.value;
var checkArea = theForm.area_id.value;
var checkName = theForm.name.value;
if ( checkCate == "" & checkArea == "" & checkName == "" ){
alert("请输入内容！！");
return(false);
} else {
return form1_validation(this);
}
}
