function open220(page){
	win1 = window.open(page,"swindow","toolbar=no,location=no;status=no,menubar=no,scrollbars=no,resizable=no,width=660,height=220");
	win1.focus();
}
function open300(page){
	win1 = window.open(page,"swindow","toolbar=no,location=no;status=no,menubar=no,scrollbars=no,resizable=no,width=660,height=300");
	win1.focus();
}
function open450(page){
	win1 = window.open(page,"swindow","toolbar=no,location=no;status=no,menubar=no,scrollbars=yes,resizable=no,width=660,height=450");
	win1.focus();
}
function open550(page){
	win1 = window.open(page,"swindow","toolbar=no,location=no;status=no,menubar=no,scrollbars=yes,resizable=no,width=660,height=520");
	win1.focus();
}
function open600(page){
	win1 = window.open(page,"swindow","toolbar=no,location=no;status=no,menubar=no,scrollbars=yes,resizable=no,width=660,height=600");
	win1.focus();
}
function open650(page){
	win1 = window.open(page,"swindow","toolbar=no,location=no;status=no,menubar=no,scrollbars=yes,resizable=no,width=660,height=650");
	win1.focus();
}
function SendChk1(){
	if (document.send.thesis1.value == ""){
		alert("Please choose the Type.");
		return false
	}
	if (document.send.thesis2.value == ""){
		alert("Please choose the Section.");
		return false
	}
	if (document.send.Title2.value == ""){
		alert("Please input Title.");
		return false
	}	
	if (document.send.Title3.value == ""){
		alert("Please input a Running Title.");
		return false
	}
	if (document.send.Keyword1.value == ""){
		alert("Please input the Keyword 1.");
		return false
	}
	if (document.send.Keyword2.value == ""){
		alert("Please input the Keyword 2.");
		return false
	}
	if (document.send.Keyword3.value == ""){
		alert("Please input the Keyword 3.");
		return false
	}
	if (document.send.file_abstract.value == ""){
		alert("Please choose the Abstract which submitting.");
		return false
	}
	if (document.send.file_text.value == ""){
		alert("Please choose the text which submitting.");
		return false
	}
	else
		return true
}
function SendChk2(){
	if (document.send2.file_Figure_1.value == ""){
		alert("Please choose the chart (1) which submitting.");
		return false
	}
	if (document.send2.file_Figure_2.value == ""){
		alert("Please choose the chart (2) which submitting.");
		return false
	}
	if (document.send2.file_Figure_3.value == ""){
		alert("Please choose the chart (3) which submitting.");
		return false
	}
	if (document.send2.file_Figure_4.value == ""){
		alert("Please choose the chart (4) which submitting.");
		return false
	}
	if (document.send2.file_Figure_5.value == ""){
		alert("Please choose the chart (5) which submitting.");
		return false
	}
	if (document.send2.file_Figure_6.value == ""){
		alert("Please choose the chart (6) which submitting.");
		return false
	}
	if (document.send2.file_Figure_7.value == ""){
		alert("Please choose the chart (7) which submitting.");
		return false
	}
	if (document.send2.file_Figure_8.value == ""){
		alert("Please choose the chart (8) which submitting.");
		return false
	}
	if (document.send2.file_Figure_9.value == ""){
		alert("Please choose the chart (9) which submitting.");
		return false
	}
	if (document.send2.file_Figure_10.value == ""){
		alert("Please choose the chart (10) which submitting.");
		return false
	}
	else
	return true
}
function SendChk3(){
	if (document.send3.author.value == ""){
		alert("Please input the Correspondence author name.");
		return false
	}
	if (document.send3.belong1.value == ""){
		alert("Please input the Affiliation and Department.");
		return false
	}
	if (document.send3.zipcode1.value == ""){
		alert("Please input the Zip/Postal Code.");
		return false
	}
	if (document.send3.zipcode2.value == ""){
		alert("Please input the Zip/Postal Code.");
		return false
	}
	if (document.send3.address.value == ""){
		alert("Please input the Address.");
		return false
	}
	if (document.send3.Email.value == ""){
		alert("Please input the E-Mail.");
		return false
	}
	if (document.send3.Phone11.value == ""){
		alert("Please input the Telephone Number.");
		return false
	}
	if (document.send3.Phone12.value == ""){
		alert("Please input the Telephone Number.");
		return false
	}	
	if (document.send3.Phone13.value == ""){
		alert("Please input the Telephone Number.");
		return false
	}	
	else
		return true
}
