function newopen(url,id,scr,sta,res,fulls,width,height,name){
	var url_value=url+id;
	nopen=window.open(url_value,name,'scrollbars='+scr+',status='+sta+',resizable='+res+',fullscreen='+fulls+',width='+width+',height='+height+',left=0,top=0');
}

function go_category(form){
	document.search_form.cate_no.value=form.change_category.value;
	document.search_form.cate_noU.value=form.change_categoryU.value;
	document.search_form.submit();
	return true;
}

function selectSample(idName)
{
	var doc = document.body.createTextRange();
	doc.moveToElementText(document.all(idName));
	doc.select();
	doc.execCommand("Copy");
}

function callImage(ipath){
	window.open('execute/image.asp?image='+ipath,'','width=800,height=500,toolbar=yes,directories=yes,menubar=yes,resizable=yes,status=yes,location=yes,scrollbars=yes,left=0,top=0');
}
