function up1(str_)
{
	document.write('<iframe name=iframe01 frameborder=0 scrolling=no width=100% height=22 src=inc/upfile.asp?Form_Name=form1&UploadFile='+str_+'&PicPath=../../uploadFiles/> </iframe>');
}

function up2(str_)
{
	document.write('<iframe name=iframe01 frameborder=0 scrolling=no width=100% height=22 src=inc/upfile1.asp?Form_Name=form1&UploadFile='+str_+'&PicPath=../../uploadFiles/> </iframe>');
}

function CheckForm()
{
	var obj;
	obj = document.getElementById("Lnickname");
	if (obj.value=="")
	{
		alert("昵称不能为空.\n Nickname can not be empty.");
		obj.focus();
		return false;
	}
	
	obj = document.getElementById("Ltitle");
	if (obj.value=="")
	{
		alert("标题不能为空.\n The title can not be empty.");
		obj.focus();
		return false;
	}
	
	obj = document.getElementById("Lnr");
	if (obj.value=="")
	{
		alert("内容不能为空.\n Content is not empty");
		obj.focus();
		return false;
	}
}
