function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function upload(){
	window.open('../Upload/Default.aspx','','width=400,height=50,status=yes,toolbar=no,scrollbars=yes,resizable=no,navbar=no');
}
function browseslikice(){
	window.open('Default.aspx?mode=browse','','width=600,height=500,status=yes,toolbar=no,scrollbars=yes,resizable=no,navbar=no');
}
function getfile(file){
	aspnetForm.ctl00_middle_txtimage.value=file;
}